commit: ae23e70af2197579a41db0106b980a9e97d46e75 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 07:42:46 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 07:42:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae23e70a
dev-python/faulthandler: Remove last-rited pkg Closes: https://bugs.gentoo.org/735606 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/faulthandler/Manifest | 2 -- dev-python/faulthandler/faulthandler-3.0.ebuild | 20 -------------------- dev-python/faulthandler/faulthandler-3.1.ebuild | 20 -------------------- dev-python/faulthandler/metadata.xml | 12 ------------ profiles/package.mask | 5 ----- 5 files changed, 59 deletions(-) diff --git a/dev-python/faulthandler/Manifest b/dev-python/faulthandler/Manifest deleted file mode 100644 index c2be959748a..00000000000 --- a/dev-python/faulthandler/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST faulthandler-3.0.tar.gz 55577 BLAKE2B 8c4157393eb912d3f0e42ab6b942390a0ba2c068559ab8b66e6e3d961a2f7750f9cab000429feba46c0f9cc0a81ac2c8570d092ead1dcec8ea4e76e555cd1a8b SHA512 9e31682338e572e77e22a510637877c3e27440bc451854a898c5e58238d28a1bbf824cb2b44d1f1f11d8a4f491ddc299982a3d452eebec38bc2a03a824bac392 -DIST faulthandler-3.1.tar.gz 57961 BLAKE2B 1b0ed46cd98004cca56fa887a814e1bb02f6340e14f3c9a63769382583963829a829c60e4e2e153c4e7536cc37feaabf6841d019f6328a46388ff318c6d3e42b SHA512 fb133e7c1a8e2c611d9bcfa4d4b6ade92fb638ac60d12701d6bf5320f6a616e3e1b5f3b543f3e3c62f71e26167e2bdd17dfb4741bf758b7052286e5bc19faa59 diff --git a/dev-python/faulthandler/faulthandler-3.0.ebuild b/dev-python/faulthandler/faulthandler-3.0.ebuild deleted file mode 100644 index b469491e7ef..00000000000 --- a/dev-python/faulthandler/faulthandler-3.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="functions to dump Python tracebacks explicitly (on fault, user signal, timeout)" -HOMEPAGE="https://github.com/haypo/faulthandler https://pypi.org/project/faulthandler/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" diff --git a/dev-python/faulthandler/faulthandler-3.1.ebuild b/dev-python/faulthandler/faulthandler-3.1.ebuild deleted file mode 100644 index 67353df4507..00000000000 --- a/dev-python/faulthandler/faulthandler-3.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="functions to dump Python tracebacks explicitly (on fault, user signal, timeout)" -HOMEPAGE="https://github.com/haypo/faulthandler https://pypi.org/project/faulthandler/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" diff --git a/dev-python/faulthandler/metadata.xml b/dev-python/faulthandler/metadata.xml deleted file mode 100644 index 8583f2ad102..00000000000 --- a/dev-python/faulthandler/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Matthias Maier</name> - </maintainer> - <upstream> - <remote-id type="github">haypo/faulthandler</remote-id> - <remote-id type="pypi">faulthandler</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index f5dfa027267..07b29b21d71 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -644,11 +644,6 @@ sys-apps/elivepatch-server # Removal in 30 days. Bug #715400. app-office/openoffice-bin -# Michał Górny <[email protected]> (2020-08-22) -# Python 2 only. No reverse dependencies left. -# Removal in 30 days. Bug #735604. -dev-python/faulthandler - # Alfredo Tupone <[email protected]> (2020-08-16) # Ported to py3.8 but not yet released # Masked to allow py2.7 removal
