summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-11-18 19:57:46 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-18 19:57:46 +0100
commitb91478e915a6eb9aec21d00c4d4eb1bde6bbfb60 (patch)
tree8195a6887a590a08ee40cd64c722056caadda55b /dev-python/ubelt/ubelt-0.8.8.ebuild
parentdev-python/ubelt: bump to 0.9.1, add python3_9 (diff)
downloadgentoo-b91478e915a6eb9aec21d00c4d4eb1bde6bbfb60.tar.gz
gentoo-b91478e915a6eb9aec21d00c4d4eb1bde6bbfb60.tar.bz2
gentoo-b91478e915a6eb9aec21d00c4d4eb1bde6bbfb60.zip
dev-python/ubelt: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/ubelt/ubelt-0.8.8.ebuild')
-rw-r--r--dev-python/ubelt/ubelt-0.8.8.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/ubelt/ubelt-0.8.8.ebuild b/dev-python/ubelt/ubelt-0.8.8.ebuild
deleted file mode 100644
index 51131ab81982..000000000000
--- a/dev-python/ubelt/ubelt-0.8.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress"
-HOMEPAGE="https://github.com/Erotemic/ubelt"
-SRC_URI="https://github.com/Erotemic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]
- dev-python/ordered-set[${PYTHON_USEDEP}]"
-
-DEPEND="test? ( dev-python/xdoctest[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_test() {
- pytest -vv tests || die "Tests fail with ${EPYTHON}"
-}