summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-11 08:31:01 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-11 08:33:44 +0200
commit819006b8f6dad8795108cdc3d614c98df85bbdb3 (patch)
tree2f7c5d517151f0fe1fc8698b9778fbd54d728454
parentdev-perl/Statistics-Descriptive-Discrete: sparc stable wrt bug #817542 (diff)
downloadgentoo-819006b8f6dad8795108cdc3d614c98df85bbdb3.tar.gz
gentoo-819006b8f6dad8795108cdc3d614c98df85bbdb3.tar.bz2
gentoo-819006b8f6dad8795108cdc3d614c98df85bbdb3.zip
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@gentoo.org>
-rw-r--r--dev-python/txgithub/Manifest1
-rw-r--r--dev-python/txgithub/metadata.xml13
-rw-r--r--dev-python/txgithub/txgithub-15.0.0-r1.ebuild27
-rw-r--r--profiles/package.mask9
4 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/txgithub/Manifest b/dev-python/txgithub/Manifest
deleted file mode 100644
index f1ec8f13efb6..000000000000
--- 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 24e58b8786b0..000000000000
--- 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.prince@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 2c29e0fe21d4..000000000000
--- 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 d50fc34d735c..244b5c74831b 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 <arthurzam@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+gentoo@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.