commit:     2c60e92fb6196f0b8b695412120f9f7110e166fb
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 06:29:17 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 06:36:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c60e92f

dev-python/setuptools-declarative-requirements: treeclean

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

 .../setuptools-declarative-requirements/Manifest   |  1 -
 .../metadata.xml                                   | 15 -------
 ...etuptools-declarative-requirements-1.3.0.ebuild | 52 ----------------------
 profiles/package.mask                              |  8 ----
 4 files changed, 76 deletions(-)

diff --git a/dev-python/setuptools-declarative-requirements/Manifest 
b/dev-python/setuptools-declarative-requirements/Manifest
deleted file mode 100644
index 6fc5a2421af6..000000000000
--- a/dev-python/setuptools-declarative-requirements/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST setuptools-declarative-requirements-1.3.0.gh.tar.gz 19692 BLAKE2B 
5030cd7a0b651a11bec8ca9ca4db680c86634c3fe895a6a76544468c2f48aef43a15e30d0c7ba1eea1133dc5b47257a061f6700b8d1e1863d72430a0459ba9f5
 SHA512 
eb20016ab0b8029a38ff4632d19d63cd4b6396c9d101efce577ac862feb3fc485ac4a644035d3267cd05caf679f9b2259e1d1340f8cd902ea7c7451e099c71cc

diff --git a/dev-python/setuptools-declarative-requirements/metadata.xml 
b/dev-python/setuptools-declarative-requirements/metadata.xml
deleted file mode 100644
index 27e94aca3590..000000000000
--- a/dev-python/setuptools-declarative-requirements/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <name>Patrick McLean</name>
-               <email>chutz...@gentoo.org</email>
-       </maintainer>
-       <maintainer type="project">
-               <email>pyt...@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <upstream>
-               <remote-id 
type="pypi">setuptools-declarative-requirements</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git 
a/dev-python/setuptools-declarative-requirements/setuptools-declarative-requirements-1.3.0.ebuild
 
b/dev-python/setuptools-declarative-requirements/setuptools-declarative-requirements-1.3.0.ebuild
deleted file mode 100644
index 7c52141c3a43..000000000000
--- 
a/dev-python/setuptools-declarative-requirements/setuptools-declarative-requirements-1.3.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Requirements Support For Setuptools Declarative setup.cfg"
-HOMEPAGE="
-       https://pypi.org/project/setuptools-declarative-requirements/
-       https://github.com/s0undt3ch/setuptools-declarative-requirements
-"
-SRC_URI="
-       https://github.com/s0undt3ch/${PN}/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       dev-python/wheel[${PYTHON_USEDEP}]
-       test? (
-               dev-python/pypiserver[${PYTHON_USEDEP}]
-               dev-python/pytest-shell-utilities[${PYTHON_USEDEP}]
-               dev-python/virtualenv[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_prepare_all() {
-       sed -e "/http/s/localhost/127.0.0.1/g" -i tests/conftest.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       local -x PIP_DEFAULT_TIMEOUT=3
-       local -x PIP_INDEX_URL="http://127.0.0.1:8080";
-       epytest -k 'not sdist'
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 69b6b6ad919a..4c2913937eed 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -480,14 +480,6 @@ dev-java/objenesis-test
 # Removal on 2022-11-07.  Bug #876151.
 xfce-extra/transd
 
-# Michał Górny <mgo...@gentoo.org> (2022-10-08)
-# This package is not really required for anything, as it being missing
-# only disables enforcing install_requires.  At the same time, it being
-# installed causes unexpected verbose output that randomly breaks more
-# susceptible test suites (e.g. dev-python/pythran).
-# Removal on 2022-11-07.  Bug #876082.
-dev-python/setuptools-declarative-requirements
-
 # Sam James <s...@gentoo.org> (2022-10-04)
 # Regression for some Intel LCDs which may cause physical damage
 # Please upgrade to 5.19.13 if affected!

Reply via email to