commit: 45839f75b4966981cb9c0448684986c3bb2d16e4 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Jun 22 13:24:07 2023 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Jun 22 13:24:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45839f75
dev-python/pep517: treeclean Closes: https://bugs.gentoo.org/906789 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/pep517/Manifest | 1 - dev-python/pep517/metadata.xml | 12 --------- dev-python/pep517/pep517-0.13.0.ebuild | 45 ---------------------------------- profiles/package.deprecated | 4 --- profiles/package.mask | 5 ---- 5 files changed, 67 deletions(-) diff --git a/dev-python/pep517/Manifest b/dev-python/pep517/Manifest deleted file mode 100644 index 10ec756e1802..000000000000 --- a/dev-python/pep517/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pep517-0.13.0.gh.tar.gz 23816 BLAKE2B d1bab5fe1a629384dcd264c0ea3d42d6b11de3530441de5de49516543630293b9a8023c8a55b291a7a415f8c90d4077f156cd036ed7fd477339d1210bfe47059 SHA512 dc534e73ea8659994041a39c8bfc92ee0a81b164c2d1ee383e3549d830f513fc89227d1bda3f749352532d0610e450de6b2be956aa4387f4b2f272d9f8aec0a0 diff --git a/dev-python/pep517/metadata.xml b/dev-python/pep517/metadata.xml deleted file mode 100644 index b2dbc3badee9..000000000000 --- a/dev-python/pep517/metadata.xml +++ /dev/null @@ -1,12 +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> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">pep517</remote-id> - <remote-id type="github">pypa/pep517</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pep517/pep517-0.13.0.ebuild b/dev-python/pep517/pep517-0.13.0.ebuild deleted file mode 100644 index 084ffccb550e..000000000000 --- a/dev-python/pep517/pep517-0.13.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9..11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Wrappers to build Python packages using PEP 517 hooks" -HOMEPAGE=" - https://pypi.org/project/pep517/ - https://github.com/pypa/pep517/ - https://pep517.readthedocs.io/ -" -SRC_URI=" - https://github.com/pypa/pep517/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/tomli[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/testpath[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - # require Internet - tests/test_meta.py -) - -src_prepare() { - sed -i -e '/--flake8/d' pytest.ini || die - distutils-r1_src_prepare -} diff --git a/profiles/package.deprecated b/profiles/package.deprecated index ac987d829956..d656f29a309a 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -77,10 +77,6 @@ dev-python/setuptools_scm_git_archive # and autotools are both much better choices. dev-python/python-distutils-extra -# Michał Górny <[email protected]> (2023-01-18) -# Renamed to dev-python/pyproject-hooks (with upstream module name change). -dev-python/pep517 - # Sam James <[email protected]> (2022-12-29) # Doesn't work correctly on newer kernels/hardware. Events may go unreported # if using sys-apps/edac-utils. See app-admin/rasdaemon's README for the technical diff --git a/profiles/package.mask b/profiles/package.mask index 606701bc1896..c615e6f50fa3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -277,11 +277,6 @@ sys-libs/cygwin-crypt # as a workaround. bug #906797. ~sys-apps/util-linux-2.39 -# Michał Górny <[email protected]> (2023-05-19) -# Replaced by dev-python/pyproject-hooks. No revdeps left. -# Removal on 2023-06-18. Bug #906789. -dev-python/pep517 - # David Seifert <[email protected]> (2023-05-19) # Abandoned, NIH library only used by other obsolete packages like gkeys # and layman, use app-crypt/gpgme[python] as a proper upstream
