aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-06 04:31:17 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-11 17:23:10 +0200
commit9d3cb776a45f70af4d8dcac8d1e2ff67756a46bd (patch)
tree12d3b8c5d1482c7d1e8df320e0ae5a26832fc2e1
parentmedia-gfx/qfontviewer: drop unmaintained live (diff)
downloadguru-9d3cb776.tar.gz
guru-9d3cb776.tar.bz2
guru-9d3cb776.zip
dev-python/recordclass: drop unmaintained live
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/recordclass/recordclass-9999.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/recordclass/recordclass-9999.ebuild b/dev-python/recordclass/recordclass-9999.ebuild
deleted file mode 100644
index efeeaf544..000000000
--- a/dev-python/recordclass/recordclass-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Mutable variants of tupe and collections.namedtuple"
-HOMEPAGE="https://pypi.org/project/recordclass/"
-if [[ ${PV} == "9999" ]]
-then
- inherit git-r3
- EGIT_REPO_URI="https://bitbucket.org/intellimath/recordclass.git"
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="dev-python/cython"
-RDEPEND="${DEPEND}"
-
-python_test() {
- [[ -n ${EPYTHON} ]] || die "EPYTHON unset, invalid call context"
- ${EPYTHON} ./test_all.py
-}