commit:     b57f565031f6efad42177b2b79dd50143ce1a254
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 08:36:23 2023 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 08:36:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57f5650

dev-python/frozendict: treeclean

Closes: https://bugs.gentoo.org/918899
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-python/frozendict/Manifest                |  2 --
 dev-python/frozendict/frozendict-2.3.8.ebuild | 39 ---------------------------
 dev-python/frozendict/frozendict-2.3.9.ebuild | 35 ------------------------
 dev-python/frozendict/metadata.xml            | 16 -----------
 profiles/package.mask                         |  7 -----
 5 files changed, 99 deletions(-)

diff --git a/dev-python/frozendict/Manifest b/dev-python/frozendict/Manifest
deleted file mode 100644
index d63e2694f4bf..000000000000
--- a/dev-python/frozendict/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST frozendict-2.3.8.gh.tar.gz 310193 BLAKE2B 
e21d278396bcc10d88dbc6d33c86027308f66c8de84015d1aa186f1f34e74e4be7c915459a694597e277aab0eaaa78fb716e51e5c0f9fba58bb1e8b8d22394bd
 SHA512 
17f610fc12138446908dbd425b8b15d2b6b7d8ad2b41f68b9a03acbd096d173994049b86169c62b51732cacf1e19de77e58cd38edf3422413269bd9e4eb5ca6d
-DIST frozendict-2.3.9.gh.tar.gz 310538 BLAKE2B 
9095cc85fc25ddab23a30879a623b4e09557d7c8d27f51199913002d8dffe58e965174360e964a7f87c556d0b282c2fe6718bf01dc4483bb642db431e53dd0ce
 SHA512 
e724c316c9c4f9c11127bd70ac9dd8e9f9012c61797ca55593b405109d09277657c1c3177183051b6f7d8f7ac86e70715a3448136c2c196db5393271a2fd4fb7

diff --git a/dev-python/frozendict/frozendict-2.3.8.ebuild 
b/dev-python/frozendict/frozendict-2.3.8.ebuild
deleted file mode 100644
index 350d74f84327..000000000000
--- a/dev-python/frozendict/frozendict-2.3.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple immutable mapping for python"
-HOMEPAGE="
-       https://github.com/Marco-Sulla/python-frozendict/
-       https://pypi.org/project/frozendict/
-"
-SRC_URI="
-       https://github.com/Marco-Sulla/python-frozendict/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/python-${P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64"
-
-distutils_enable_tests pytest
-
-python_compile() {
-       # This prevents the build system from ignoring build failures, sigh.
-       local -x CIBUILDWHEEL=1
-
-       distutils-r1_python_compile
-}
-
-python_test() {
-       rm -rf frozendict || die
-       epytest
-}

diff --git a/dev-python/frozendict/frozendict-2.3.9.ebuild 
b/dev-python/frozendict/frozendict-2.3.9.ebuild
deleted file mode 100644
index 4b760aa0a439..000000000000
--- a/dev-python/frozendict/frozendict-2.3.9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple immutable mapping for python"
-HOMEPAGE="
-       https://github.com/Marco-Sulla/python-frozendict/
-       https://pypi.org/project/frozendict/
-"
-SRC_URI="
-       https://github.com/Marco-Sulla/python-frozendict/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/python-${P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-distutils_enable_tests pytest
-
-python_compile() {
-       # upstream provides a C extensions for python3.10 only, and errors out
-       # if we enable it for newer versions, so the extra effort does not seem
-       # to be worth it
-       local -x FROZENDICT_PURE_PY=1
-       distutils-r1_python_compile
-}

diff --git a/dev-python/frozendict/metadata.xml 
b/dev-python/frozendict/metadata.xml
deleted file mode 100644
index 99081d85e2f9..000000000000
--- a/dev-python/frozendict/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>arka...@gentoo.org</email>
-               <name>Petr Vaněk</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>pyt...@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="pypi">frozendict</remote-id>
-               <remote-id 
type="github">Marco-Sulla/python-frozendict</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index c80836f66322..cc92d15a10d9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -415,13 +415,6 @@ dev-ruby/semver2
 # Removal on 2023-12-30.  Bug #916535.
 dev-python/backcall
 
-# Michał Górny <mgo...@gentoo.org> (2023-11-30)
-# Originally added for net-im/synapse, which switched
-# to dev-python/immutabledict since.  Hacky C extension that supports
-# up to Python 3.10.  No revdeps left.
-# Removal on 2023-12-30.  Bug #918899.
-dev-python/frozendict
-
 # John Helmert III <a...@gentoo.org> (2023-11-25)
 # Multiple vulnerabilities, unmaintained upstream and in Gentoo.
 # subtitleripper included as sole reverse dependency, similarly

Reply via email to