commit: 100fd1d2eea574e98c94d0d0dc3717c0476f5012 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 2 13:05:54 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 2 13:06:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100fd1d2
dev-python/jaraco-packaging: treeclean Bug: https://bugs.gentoo.org/834534 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/jaraco-packaging/Manifest | 1 - .../jaraco-packaging-8.2.1-r1.ebuild | 39 ---------------------- dev-python/jaraco-packaging/metadata.xml | 19 ----------- profiles/package.mask | 9 ----- 4 files changed, 68 deletions(-) diff --git a/dev-python/jaraco-packaging/Manifest b/dev-python/jaraco-packaging/Manifest deleted file mode 100644 index ea4d256cac5b..000000000000 --- a/dev-python/jaraco-packaging/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jaraco.packaging-8.2.1.tar.gz 15393 BLAKE2B 8e30dcbb6c5dacf55fc62041e14c18ec852e39761ff5e00202bde89f6224eda8fbc090272d9470129be6014d8777b134908280dde10a0fce712b29167b122bb5 SHA512 3235756833bb4b0aff8dc832adb6e269bda622c5458493a302c6d487547ce224865aa367773f42bd456553c69cf451944d9b50d148761a40a775f59a398ec02c diff --git a/dev-python/jaraco-packaging/jaraco-packaging-8.2.1-r1.ebuild b/dev-python/jaraco-packaging/jaraco-packaging-8.2.1-r1.ebuild deleted file mode 100644 index a9d4d19e6c0f..000000000000 --- a/dev-python/jaraco-packaging/jaraco-packaging-8.2.1-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..11} ) - -inherit distutils-r1 - -MY_P=${P/-/.} -DESCRIPTION="Tools to supplement packaging Python releases" -HOMEPAGE="https://github.com/jaraco/jaraco.packaging" -SRC_URI="mirror://pypi/${MY_P::1}/${PN/-/.}/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" -BDEPEND=" - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] -" - -distutils_enable_sphinx docs '>=dev-python/rst-linker-1.9' -distutils_enable_tests pytest - -src_test() { - # create a pkgutil-style __init__.py in order to fix pytest's - # determination of package paths - # https://bugs.gentoo.org/832713 - cat > jaraco/__init__.py <<-EOF || die - __path__ = __import__('pkgutil').extend_path(__path__, __name__) - EOF - distutils-r1_src_test -} diff --git a/dev-python/jaraco-packaging/metadata.xml b/dev-python/jaraco-packaging/metadata.xml deleted file mode 100644 index 2124e4f267cf..000000000000 --- a/dev-python/jaraco-packaging/metadata.xml +++ /dev/null @@ -1,19 +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>Louis Sautier</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">jaraco.packaging</remote-id> - <remote-id type="github">jaraco/jaraco.packaging</remote-id> - <bugs-to>https://github.com/jaraco/jaraco.packaging/issues</bugs-to> - <changelog>https://github.com/jaraco/jaraco.packaging/blob/master/CHANGES.rst</changelog> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 99b01b8e21de..3ee0ee06284a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -248,15 +248,6 @@ dev-python/polygon # Removal on 2022-07-05. Bug #845756. dev-python/mysql-connector-python -# Michał Górny <[email protected]> (2022-06-02) -# The current Gentoo version requires setup.py to exist which breaks -# the new versions of its revdeps. The new upstream release is broken -# by design and requires installing setuptools in a virtualenv (enjoy -# pep517) to get the package's version, so fails without Internet. -# No reply on the bug for 3 months already. -# Removal on 2022-07-02. Bug #834534. -dev-python/jaraco-packaging - # Matt Turner <[email protected]> (2022-05-30) # libwacom-2 broke ABI compatibility; reverse dependencies need to be updated. # Bug #848501
