commit: a70f619b74e763fac07f3e7d7ab5802170f3524d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 2 16:20:11 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Mon Jun 2 16:27:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70f619b
dev-python/ipaddr: treeclean Closes: https://bugs.gentoo.org/952341 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/ipaddr/Manifest | 1 - dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild | 24 ------------------------ dev-python/ipaddr/metadata.xml | 13 ------------- profiles/package.mask | 5 ----- 4 files changed, 43 deletions(-) diff --git a/dev-python/ipaddr/Manifest b/dev-python/ipaddr/Manifest deleted file mode 100644 index 505715a4753f..000000000000 --- a/dev-python/ipaddr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ipaddr-2.2.0.tar.gz 26266 BLAKE2B f12807beb52c5cb3c7da2afa4b61b264fb58f0100900e5ca062127ce218f9f5710f38ac7c7183a7aa08b77757c39866d169e6e39c3bc5c6c55df003a9b414ec0 SHA512 5adb117c44e6e5dbdb9e96543aa7a34f35b4a4ec9baa163a25448058c34091bf4019d24f0250928291e4d4bc97dcdf75865daef739e2d94f98cc584e6e6c50dd diff --git a/dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild b/dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild deleted file mode 100644 index 20b2a1e67181..000000000000 --- a/dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python IP address manipulation library" -HOMEPAGE="https://github.com/google/ipaddr-py https://pypi.org/project/ipaddr/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc64 x86" - -python_configure_all() { - "${EPYTHON}" -m lib2to3 -n -w --no-diffs *.py || die -} - -python_test() { - "${EPYTHON}" ipaddr_test.py || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/ipaddr/metadata.xml b/dev-python/ipaddr/metadata.xml deleted file mode 100644 index 99f4c4ac5bd8..000000000000 --- a/dev-python/ipaddr/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 type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">google/ipaddr-py</remote-id> - <remote-id type="pypi">ipaddr</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 20fb51b0812d..344bf49fb5cd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -266,11 +266,6 @@ dev-python/unittest-or-fail # test failures blocking the stabilization request for months. <dev-python/mpi4py-4 -# Conrad Kostecki <[email protected]> (2025-04-18) -# Package not needed anymore by the only consumer net-dns/hash-slinger. -# Masked for removal on 2025-05-18. Bug #952341 -dev-python/ipaddr - # Ionen Wolkens <[email protected]> (2025-04-02) # Masked for testing the new .0 version and leave time for packages # to catch up on support if needed. May or may keep masked until 6.9.1
