commit:     53c8d52841927ce1a11942b0b592c535c95188a1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 13:59:08 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 14:03:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c8d528

dev-python/flit_core: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/flit_core/Manifest               |  1 -
 dev-python/flit_core/flit_core-3.7.1.ebuild | 35 -----------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/flit_core/Manifest b/dev-python/flit_core/Manifest
index ebe19803dc68..836007983c05 100644
--- a/dev-python/flit_core/Manifest
+++ b/dev-python/flit_core/Manifest
@@ -1,2 +1 @@
-DIST flit_core-3.7.1.tar.gz 40330 BLAKE2B 
67a938ef576a70ce1bfe1f1bf996f1d2e468ea46f76ed2a363b278cebc42602b38fbf44a6bc45294996549d673d3145e2db2293780b8d157fd4f3b3876dc88cd
 SHA512 
8c477bcd2924a93b51e6f3d8bbc3599929663c8d5addf16062e8e1b6c5acd740a4e4905b144092efb6e38e9700479525013831a53e055438f94c1e53ff5c6f8d
 DIST flit_core-3.8.0.tar.gz 41224 BLAKE2B 
20d0b1e245280938b1edfa83531907775af9da30cc6e1446d578eafc7e14184d3c8fb80f446d265456ea5ea587c51edfdb706793a8894916525b3ebba322b3b0
 SHA512 
914804e3f2040762381afe039272d9d6fdbcd3f3cf8b9eea854f2f1d95edcb01718fd6685476bc1cdc251dfc46ef80b40f087df881d8b963dcc3f3332fd32a46

diff --git a/dev-python/flit_core/flit_core-3.7.1.ebuild 
b/dev-python/flit_core/flit_core-3.7.1.ebuild
deleted file mode 100644
index a10b8415499b..000000000000
--- a/dev-python/flit_core/flit_core-3.7.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplified packaging of Python modules (core module)"
-HOMEPAGE="
-       https://pypi.org/project/flit_core/
-       https://github.com/pypa/flit/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-       dev-python/tomli[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? ( dev-python/testpath[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       rm -r flit_core/vendor || die
-       sed -i -e 's:from \.vendor ::' flit_core/*.py || die
-       distutils-r1_src_prepare
-}

Reply via email to