dev-python/html5-parser: Remove old versions
authorZac Medico <zmedico@gentoo.org>
Mon, 13 Jan 2020 02:14:05 +0000 (18:14 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Jan 2020 02:15:14 +0000 (18:15 -0800)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Zac Medico <zmedico@gentoo.org>
dev-python/html5-parser/Manifest
dev-python/html5-parser/html5-parser-0.4.4-r1.ebuild [deleted file]
dev-python/html5-parser/html5-parser-0.4.5.ebuild [deleted file]

index a98b88e076626b0dccb9bc254c22a44f660ad5d4..5816d1ff523bbeec1f1ca143bfb166dbf417ae1d 100644 (file)
@@ -1,3 +1 @@
-DIST html5-parser-0.4.4.tar.gz 267787 BLAKE2B 9fcaec9faa906914d43f2b19381fe3095d4cd009bfb534537d2eabb420195276b3690d760c1defc92ad00e4965b3eb34ce4700d54f4f0291dff88026d890c90d SHA512 3aaeb32f360d2c131ecbe11fa1dcd3dfcd62c9ca046fce7dd4ff8127d0e62216f666e83bb20c7809c6adc591e1fb2798e382e78a1cf6129b1f0a09a71377f8d4
-DIST html5-parser-0.4.5.tar.gz 275587 BLAKE2B e26db3b6c55d43e26eb08076c59012814c2dd8739d6cba591e34cf8e304aa78bdf3440405668875acece2c21425f26ed9a0edbc5bb1da55da09c17eb52fa74aa SHA512 3c0421dd228ba5f3544f188fde5391d6be0fe92b879cf1e7697b5e5612a9e5bf08863bcb76f4297a59bfbfc69010a95f5d97fff78a7e6d26c889e173b07e4ae5
 DIST html5-parser-0.4.9.tar.gz 274597 BLAKE2B 7744798d74db1d591490c75eabae5333e90f053a8ba1c5517f08c1b9c253042796e42618ae0a674e1b1cfa97390448ffc595e861234f5b980a1f7c0b9056cc88 SHA512 0fce4b1a18b29a9fa94e3769e2443601a502158056be1c93c1c1ddd5fe84d11d5d6dcae6338ac0a21aae7972625f28c0ba66099fc51081f504cb596626de990e
diff --git a/dev-python/html5-parser/html5-parser-0.4.4-r1.ebuild b/dev-python/html5-parser/html5-parser-0.4.4-r1.ebuild
deleted file mode 100644 (file)
index 1143d27..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Fast C based HTML 5 parsing for python"
-HOMEPAGE="https://github.com/kovidgoyal/html5-parser/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="dev-libs/libxml2:=
-       dev-python/chardet[${PYTHON_USEDEP}]
-       >=dev-python/lxml-3.8.0[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
-       # Soup is not used when lxml is available.
-       rm test/soup.py || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       esetup.py test || die "Tests failed under ${EPYTHON}"
-}
diff --git a/dev-python/html5-parser/html5-parser-0.4.5.ebuild b/dev-python/html5-parser/html5-parser-0.4.5.ebuild
deleted file mode 100644 (file)
index b03e8c3..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
-inherit distutils-r1 toolchain-funcs
-
-DESCRIPTION="Fast C based HTML 5 parsing for python"
-HOMEPAGE="https://github.com/kovidgoyal/html5-parser/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="dev-libs/libxml2:="
-RDEPEND="${DEPEND}
-       dev-python/chardet[${PYTHON_USEDEP}]
-       >=dev-python/lxml-3.8.0[${PYTHON_USEDEP}]"
-
-src_prepare() {
-       # Soup is not used when lxml is available.
-       rm test/soup.py || die
-       distutils-r1_src_prepare
-}
-
-src_configure() {
-       export PKGCONFIG_EXE=$(tc-getPKG_CONFIG)
-}
-
-python_test() {
-       esetup.py test || die "Tests failed under ${EPYTHON}"
-}