commit:     2e042c74bd45badeef0bf1af4450fe31bc6a80fb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 18:56:37 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 18:56:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e042c74

dev-python/setuptools_scm: Remove old

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

 dev-python/setuptools_scm/Manifest                 |  1 -
 .../setuptools_scm/setuptools_scm-6.3.2.ebuild     | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 09ab5823ab27..98e5d311be2c 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1 @@
-DIST setuptools_scm-6.3.2.tar.gz 57207 BLAKE2B 
4291f3810dc5ea111a6bad1bf37c8704a7eb6cdd112ea476d629d6175c43cc7d8f78d450181c0e588a5f3fc0fc092fedb41fcb6e198a42f730f9fc6b8d96e343
 SHA512 
9a16552803ef92367ad71007cf322737b5baa58b924083f04c860875bf6cb2e2bb4f43a7f89778b040c2eb55c5d32de479a918056519339820c6d0f1a6a386f0
 DIST setuptools_scm-6.4.1.tar.gz 61255 BLAKE2B 
984b60de24e3090bfa7284ef91f40cfb8481cd9008d57012564e6631727dc1e1bb6820265a4fd3576581ce836224599bdd8ddef73446ddc3040e51ddad4b6140
 SHA512 
b4d16fc9f352d7fccf18853aee2e80c2bd048fe46753fe5c099542253cf30e0d087be6dfec846aed0b8182238494ef333363482dcd75781e285312a9f7547c11

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild
deleted file mode 100644
index 122373658933..000000000000
--- a/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 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_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Manage versions by scm tags via setuptools"
-HOMEPAGE="
-       https://github.com/pypa/setuptools_scm/
-       https://pypi.org/project/setuptools-scm/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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/packaging[${PYTHON_USEDEP}]
-       dev-python/tomli[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       !!<dev-python/setuptools_scm-2
-       test? (
-               dev-python/virtualenv[${PYTHON_USEDEP}]
-               dev-vcs/git
-               !sparc? ( dev-vcs/mercurial )
-       )"
-
-distutils_enable_tests --install pytest
-
-EPYTEST_DESELECT=(
-       # fetching from the Internet
-       testing/test_regressions.py::test_pip_download
-       testing/test_setuptools_support.py
-)

Reply via email to