commit:     50a72746ea2d9696627a43341310711a52f75af7
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 16:44:14 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 16:46:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a72746

dev-python/ruamel-std-pathlib: treeclean

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

 dev-python/ruamel-std-pathlib/Manifest             |  1 -
 dev-python/ruamel-std-pathlib/metadata.xml         | 25 ----------
 .../ruamel-std-pathlib-0.12.0.ebuild               | 54 ----------------------
 profiles/arch/loong/package.use.mask               |  1 -
 profiles/package.mask                              |  6 ---
 5 files changed, 87 deletions(-)

diff --git a/dev-python/ruamel-std-pathlib/Manifest 
b/dev-python/ruamel-std-pathlib/Manifest
deleted file mode 100644
index 26cd8c2ebaf6..000000000000
--- a/dev-python/ruamel-std-pathlib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ruamel-std-pathlib-0.12.0.tar.xz 20972 BLAKE2B 
f228982f0df4d5bb41fb99e74179764eecc7d7850bb381cc219b4a3521dfbd42ec88e246600dd4d20977ce5718e32a32a89b5c922b7f56fc63396cdc3974d157
 SHA512 
07c969d95fa3ebcf2e5070aa50044760fa1198d189f2d4104bfbaf9b49884deb391e32db2b4ffa23e5ed7d192c4a010c76d7ecc0cbe7f321cdc449f9a89f12be

diff --git a/dev-python/ruamel-std-pathlib/metadata.xml 
b/dev-python/ruamel-std-pathlib/metadata.xml
deleted file mode 100644
index be31b64778bf..000000000000
--- a/dev-python/ruamel-std-pathlib/metadata.xml
+++ /dev/null
@@ -1,25 +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>Marek Szuba</name>
-       </maintainer>
-       <maintainer type="person" proxied="yes">
-               <email>[email protected]</email>
-               <name>Zoltan Puskas</name>
-       </maintainer>
-       <maintainer type="project" proxied="proxy">
-               <email>[email protected]</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Python</name>
-       </maintainer>
-       <stabilize-allarches/>
-       <upstream>
-               <remote-id type="pypi">ruamel.std.pathlib</remote-id>
-               <remote-id type="sourceforge">ruamel-std-pathlib</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.12.0.ebuild 
b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.12.0.ebuild
deleted file mode 100644
index 851dac118b40..000000000000
--- a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.12.0.ebuild
+++ /dev/null
@@ -1,54 +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=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P="${PN//-/.}-${PV}"
-DESCRIPTION="Ruamel enhancements to pathlib and pathlib2"
-HOMEPAGE="
-       https://pypi.org/project/ruamel.std.pathlib/
-       https://sourceforge.net/projects/ruamel-std-pathlib/
-"
-# PyPI tarballs do not include tests
-SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz -> 
${P}.tar.xz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-RDEPEND="
-       !dev-python/namespace-ruamel
-"
-BDEPEND="
-       test? (
-               dev-python/ujson[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-       distutils-r1_python_compile
-       find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # these tests fail without orjson
-               _test/test_json.py::TestJSON::test_json_standard
-               # (this one also hardcodes path in /var/tmp, sigh)
-               _test/test_json.py::TestJSON::test_json
-               _test/test_json.py::TestJSON::test_bytes_orjson
-       )
-
-       rm -f *.py || die
-       distutils_write_namespace ruamel
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest
-}

diff --git a/profiles/arch/loong/package.use.mask 
b/profiles/arch/loong/package.use.mask
index a80faf224e94..d3a86ae2589b 100644
--- a/profiles/arch/loong/package.use.mask
+++ b/profiles/arch/loong/package.use.mask
@@ -54,7 +54,6 @@ sys-devel/llvm -debuginfod
 # Revdeps of dev-python/ujson which is masked.
 dev-python/cattrs test
 dev-python/requests-cache test
-dev-python/ruamel-std-pathlib test
 
 # Andrew Ammerlaan <[email protected]> (2023-08-30)
 # Avoid having to keyword more Qt deps

diff --git a/profiles/package.mask b/profiles/package.mask
index 74282767b570..3614e9152a84 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -270,12 +270,6 @@ sys-block/hpacucli
 # Removal on 2024-01-21.  Bug #919050.
 app-containers/go-secbench
 
-# Michał Górny <[email protected]> (2023-12-18)
-# A broken package that used to be a test dependency
-# of dev-python/ruamel-yaml.  No revdeps left.
-# Removal on 2024-01-17.  Bug #920271.
-dev-python/ruamel-std-pathlib
-
 # Andreas Sturmlechner <[email protected]> (2024-01-10)
 # KDE Plasma 6 RC1 (5.92) and Frameworks 6 RC1 (5.248) mask
 # *** PRE-RELEASE *** NO BUGS WILL BE FIXED *** OVERLAY PRs WELCOME ***

Reply via email to