commit: 819006b8f6dad8795108cdc3d614c98df85bbdb3 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Mon Oct 11 06:31:01 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Oct 11 06:33:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819006b8
dev-python/txgithub: treeclean Closes: https://bugs.gentoo.org/812521 Closes: https://bugs.gentoo.org/791673 Closes: https://bugs.gentoo.org/802999 Closes: https://bugs.gentoo.org/723542 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/txgithub/Manifest | 1 - dev-python/txgithub/metadata.xml | 13 ------------- dev-python/txgithub/txgithub-15.0.0-r1.ebuild | 27 --------------------------- profiles/package.mask | 9 --------- 4 files changed, 50 deletions(-) diff --git a/dev-python/txgithub/Manifest b/dev-python/txgithub/Manifest deleted file mode 100644 index f1ec8f13efb..00000000000 --- a/dev-python/txgithub/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST txgithub-15.0.0.tar.gz 9871 BLAKE2B a5105132274cb878a0723cabebc17b4b6694d86e02325f6f29285b8bf939eb94ffa713283732634fbc0ea002490b05e7686adc6f98016e0c52300953b25d7f9d SHA512 40449089c7c82e901f738935e915a2a6e250600f46ceea7011ef48357851513dccd0fe0f45539cff6de8a45acfe3e34082156e2b70e54dec695633be01d03510 diff --git a/dev-python/txgithub/metadata.xml b/dev-python/txgithub/metadata.xml deleted file mode 100644 index 24e58b8786b..00000000000 --- a/dev-python/txgithub/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!--maintainer-needed--> - <upstream> - <maintainer> - <email>tom.pri...@ualberta.net</email> - <name>Tom Prince</name> - </maintainer> - <remote-id type="pypi">txgithub</remote-id> - <remote-id type="github">tomprince/txgithub</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild deleted file mode 100644 index 2c29e0fe21d..00000000000 --- a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_{7,8} ) - -inherit distutils-r1 - -DESCRIPTION="GitHub API client implemented using Twisted" -HOMEPAGE="https://github.com/tomprince/txgithub https://pypi.org/project/txgithub/" -SRC_URI="https://github.com/tomprince/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] - dev-python/pyopenssl[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -python_test() { - PYTHONPATH="${S}/test:${BUILD_DIR}/lib" py.test -v || die "Tests failed under ${EPYTHON}" -} diff --git a/profiles/package.mask b/profiles/package.mask index d50fc34d735..244b5c74831 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -310,15 +310,6 @@ dev-python/oset # Removal on 2021-10-11. Bug #812530. dev-python/py-gfm -# Arthur Zamarin <arthur...@gentoo.org> (2021-09-11) -# Upstream repository was archived. No reverse dependencies (only blocked -# by one other package). Implements GitHub API in python, while better and -# maintained packages are in tree. Has non trivial issues with bump to -# python 3.10. No other distros package it anymore. -# Extra bugs: #791673, #723542, #802999 -# Removal on 2021-10-11. Bug #812521. -dev-python/txgithub - # Anna Vyalkova <cyber+gen...@sysrq.in> (2021-09-07) # Mask backwards-incompatible version to avoid autodeletion of previous one. # Data migration is not supported upstream and can't be done automatically.