From 1e2373f485ad97435bb3fd470dbbcbb4edb2fb8b Mon Sep 17 00:00:00 2001 From: Jakov Smolić Date: Sat, 12 Feb 2022 13:22:14 +0100 Subject: dev-python/intreehooks: treeclean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/831156 Signed-off-by: Jakov Smolić --- dev-python/intreehooks/Manifest | 1 - dev-python/intreehooks/intreehooks-1.0.ebuild | 39 --------------------------- dev-python/intreehooks/metadata.xml | 16 ----------- profiles/package.mask | 6 ----- 4 files changed, 62 deletions(-) delete mode 100644 dev-python/intreehooks/Manifest delete mode 100644 dev-python/intreehooks/intreehooks-1.0.ebuild delete mode 100644 dev-python/intreehooks/metadata.xml diff --git a/dev-python/intreehooks/Manifest b/dev-python/intreehooks/Manifest deleted file mode 100644 index cde19e0d6481..000000000000 --- a/dev-python/intreehooks/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST intreehooks-1.0.tar.gz 2701 BLAKE2B 2c82bae05cf3fc3bde13e8dd2ffb9d1ef79edc6711b5038f6f9b3dddd863492be24a425bf848c9868ecf730f813243fb5fa50ebfad52b44341be18e72727f195 SHA512 5a020dd6bd7994eca5f476618f57e2d86567756fae74f6fa50b6fbc96accfe8db910f3175bafa3ce85f37b05edc05ca1042dcec78407a241cfaffc0a0e997f4e diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild deleted file mode 100644 index 33a2eda86bd0..000000000000 --- a/dev-python/intreehooks/intreehooks-1.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Load a PEP 517 backend from inside the source tree" -HOMEPAGE=" - https://pypi.org/project/intreehooks/ - https://github.com/takluyver/intreehooks/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86" -IUSE="examples" - -RDEPEND=" - dev-python/toml[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_prepare_all() { - # replace pytoml with toml - sed -e 's:pytoml:toml:' \ - -i setup.py intreehooks.py || die - - distutils-r1_python_prepare_all -} - -python_install_all() { - local -a DOCS=( README.rst ) - use examples && dodoc -r examples - - distutils-r1_python_install_all -} diff --git a/dev-python/intreehooks/metadata.xml b/dev-python/intreehooks/metadata.xml deleted file mode 100644 index 2c4784101210..000000000000 --- a/dev-python/intreehooks/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - chutzpah@gentoo.org - Patrick McLean - - - python@gentoo.org - Python - - - intreehooks - takluyver/intreehooks - - diff --git a/profiles/package.mask b/profiles/package.mask index b122baf110ea..85f6a38d9f6d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -255,12 +255,6 @@ sci-astronomy/healpix # java-package without consumers. Bug #831107. Removal in 30 days. dev-java/dnsjava -# Michał Górny (2022-01-13) -# A temporary hack used by flit to workaround a problem with pip. -# No longer used by modern flit versions. -# Removal on 2022-02-12. Bug #831156. -dev-python/intreehooks - # Brian Evans (2022-01-07) # The main consumer, phpunit, does not initiate the new timer correctly # This is likely to cause issues in tests; Unmask if using for other purposes -- cgit v1.2.3-65-gdbad