commit:     1e2373f485ad97435bb3fd470dbbcbb4edb2fb8b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 12:22:14 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 12:22:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2373f4

dev-python/intreehooks: treeclean

Closes: https://bugs.gentoo.org/831156
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 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(-)

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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>[email protected]</email>
-    <name>Patrick McLean</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Python</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">intreehooks</remote-id>
-    <remote-id type="github">takluyver/intreehooks</remote-id>
-  </upstream>
-</pkgmetadata>

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 <[email protected]> (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 <[email protected]> (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

Reply via email to