summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-06-21 21:43:24 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-06-21 21:43:24 +0300
commit27b007febc2a5be8bf30e5dc2731468bb55aa1c1 (patch)
treed5d9be0ae04311fab0f9cca8315678b0b1b85b32 /dev-python/sgmllib3k
parentdev-python/send2trash: drop 1.8.0 (diff)
downloadgentoo-27b007febc2a5be8bf30e5dc2731468bb55aa1c1.tar.gz
gentoo-27b007febc2a5be8bf30e5dc2731468bb55aa1c1.tar.bz2
gentoo-27b007febc2a5be8bf30e5dc2731468bb55aa1c1.zip
dev-python/sgmllib3k: drop 1.0.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sgmllib3k')
-rw-r--r--dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild b/dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild
deleted file mode 100644
index e33f72171977..000000000000
--- a/dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Py3k port of sgmllib"
-HOMEPAGE="https://pypi.org/project/sgmllib3k/"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz
- test? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-python/${PN}/test_sgmllib.py.gz )"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-python_test() {
- "${EPYTHON}" "${WORKDIR}/test_sgmllib.py" -v || die "Tests failed with ${EPYTHON}"
-}