remove sgmllib3k-1.0.0 (dupe)

This commit is contained in:
Andreas Billmeier 2021-06-27 19:47:44 +02:00
parent d76b45f394
commit f5b478d4f2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 48 deletions

View File

@ -1,3 +0,0 @@
DIST sgmllib3k-1.0.0.tar.gz 5750 BLAKE2B 188ac3c55245ff431e1ad7981f706f1a8fce3e9f3aaf844252c02da1189e5b9c7d29b76d803cbbcfc157fbb1ec7f36245186693472b95ed1634a2989185308ae SHA512 f9238afb831356f66b1c3e55975e0ea88007ffe1469b8b4e325e704d1915eb0ab120f5f9e98f36eeb4bf6204a1938d8a4d5a424f0cc054b141ac94adc8ef8ca9
EBUILD sgmllib3k-1.0.0.ebuild 663 BLAKE2B 8f06bef92049b42134e1cfef974e066788de72e56fd298a1f032458600041b1bff5b9f1fca1762f0f071cc9cbc16d1cb6d94e1e2fd9f7c8d9e3b3df38a1c06b0 SHA512 b586b855efadebf79d514a574932922a6f34956f8e541f3fc42790dab526a4e4b13d2f0b1ef579ffda399d767c16bc948ed4dc4606205bbe8315682c2d820d2d
MISC metadata.xml 459 BLAKE2B 8091dcc73f308c3d0b95d2000ec30db7d94775f485cfcdaa65489e6354b31db3f43e2db71f1d0eec9e5e2114b89605744fb7102fa81c7ef9e84c6ab4ddab5946 SHA512 9288f49cf8035e60fa2504307e1016909e3cb59d50885220d1611570fbe9add1901c1d760d5037e8161542eea1a9c703e8117e1962fa191f24d0bb0ac946e577

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">sgmllib3k</remote-id>
<maintainer status="unknown">
<email>hsoft@hardcoded.net</email>
<name>Hardcoded Software</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,30 +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="Py3k port of sgmllib."
HOMEPAGE="https://hg.hardcoded.net/sgmllib https://pypi.org/project/sgmllib3k/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}