diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-15 13:36:59 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-15 13:40:07 -0400 |
commit | 57154e19cb33dc7c1de368c9a3bae99ffcc503ee (patch) | |
tree | f6ca53c39ff9423b4a87f88e1cdba0782f82db91 | |
parent | dev-java/openjdk-jre-bin: bump to 11.0.8_p10 (diff) | |
download | gentoo-57154e19cb33dc7c1de368c9a3bae99ffcc503ee.tar.gz gentoo-57154e19cb33dc7c1de368c9a3bae99ffcc503ee.tar.bz2 gentoo-57154e19cb33dc7c1de368c9a3bae99ffcc503ee.zip |
dev-python/hglib: drop last-rited pkg
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | dev-python/hglib/Manifest | 1 | ||||
-rw-r--r-- | dev-python/hglib/hglib-2.1.ebuild | 41 | ||||
-rw-r--r-- | dev-python/hglib/metadata.xml | 19 | ||||
-rw-r--r-- | profiles/package.mask | 6 |
4 files changed, 0 insertions, 67 deletions
diff --git a/dev-python/hglib/Manifest b/dev-python/hglib/Manifest deleted file mode 100644 index 5aa80d2bd6f8..000000000000 --- a/dev-python/hglib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-hglib-2.1.tar.gz 29030 BLAKE2B 3603e4030baf1f542c7c4b2123a78e3567141af8e84709eca38495ecea264f85c870005b39f8fc1bb2afc611c9a2c428971c8d783bc2595e25d83b9fcb5a2af6 SHA512 82cd00e4184a8a002ea0bcc2dec4de06a705f5f6cecd1ddbddef08ead2817f673590884aee5187fbc3496ced3f27ca8c8d78e0436fb97205ef654cd28d912e68 diff --git a/dev-python/hglib/hglib-2.1.ebuild b/dev-python/hglib/hglib-2.1.ebuild deleted file mode 100644 index 9a0b6110cc0d..000000000000 --- a/dev-python/hglib/hglib-2.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) -PYTHON_REQ_USE="threads(+)" - -MY_P=python-${P} -MY_PN=python-${PN} - -inherit distutils-r1 - -DESCRIPTION="Library for using the Mercurial Command Server from Python" -HOMEPAGE="http://mercurial.selenic.com/" -SRC_URI="mirror://pypi/p/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-vcs/mercurial-2.4.2" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -S=${WORKDIR}/${MY_P} - -python_test() { - if ! ${PYTHON} test.py; then - die "Tests failed under ${EPYTHON}" - fi -} - -python_install_all() { - docinto examples - dodoc -r examples/stats.py - docompress -x /usr/share/doc/${PF}/examples - - distutils-r1_python_install_all -} diff --git a/dev-python/hglib/metadata.xml b/dev-python/hglib/metadata.xml deleted file mode 100644 index 5d827767bef9..000000000000 --- a/dev-python/hglib/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>arne_bab@web.de</email> - <name>Arne Babenhauserheide</name> - </maintainer> - <maintainer type="person"> - <email>maksbotan@gentoo.org</email> - <name>Maxim Koltsov</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="pypi">python-hglib</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 60715576b507..421d33e1066e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -444,12 +444,6 @@ games-board/sirius dev-embedded/gnome-avrdude # Michał Górny <mgorny@gentoo.org> (2020-06-14) -# Maintainer unresponsive. Stuck on py3.6. Pending version bump. -# Failing tests. -# Removal in 30 days. Bug #718990. -dev-python/hglib - -# Michał Górny <mgorny@gentoo.org> (2020-06-14) # Unmaintained since at least 2014. The current release is 1.5 dev # branch from 2010. Upstream had a few stable 1.4 releases since # but 1.5 seems to be dead. Multiple build failures reported, |