commit:     74588d40fa0354219bfc3c4445af49b77679ea1b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 17:07:41 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 17:12:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74588d40

dev-python/pep517: drop 0.12.0-r1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pep517/Manifest                |  1 -
 dev-python/pep517/pep517-0.12.0-r1.ebuild | 45 -------------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-python/pep517/Manifest b/dev-python/pep517/Manifest
index 463cb98685b7..10ec756e1802 100644
--- a/dev-python/pep517/Manifest
+++ b/dev-python/pep517/Manifest
@@ -1,2 +1 @@
-DIST pep517-0.12.0.gh.tar.gz 24726 BLAKE2B 
7d022ab88c68b7254df5d922db2f571e2bab2ee58b8a2ed0ce1adeadf89f22f11f6a609b558133acfed5342a9cf6a398d805949bdfb485a4abf272e2b9322e05
 SHA512 
6b224759733c1f5e346909788233b0acf49c60a0b6ef2d99d953b2e7bb570b2913fd0b133d5bc6884ec3de98adf2e41fa9506fed344b8fd76cc58dfcd1778e80
 DIST pep517-0.13.0.gh.tar.gz 23816 BLAKE2B 
d1bab5fe1a629384dcd264c0ea3d42d6b11de3530441de5de49516543630293b9a8023c8a55b291a7a415f8c90d4077f156cd036ed7fd477339d1210bfe47059
 SHA512 
dc534e73ea8659994041a39c8bfc92ee0a81b164c2d1ee383e3549d830f513fc89227d1bda3f749352532d0610e450de6b2be956aa4387f4b2f272d9f8aec0a0

diff --git a/dev-python/pep517/pep517-0.12.0-r1.ebuild 
b/dev-python/pep517/pep517-0.12.0-r1.ebuild
deleted file mode 100644
index 1aa58f9baf68..000000000000
--- a/dev-python/pep517/pep517-0.12.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..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
-}

Reply via email to