Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools_scm/
Date: Sun, 27 Feb 2022 18:58:52
Message-Id: 1645988197.2e042c74bd45badeef0bf1af4450fe31bc6a80fb.mgorny@gentoo
1 commit: 2e042c74bd45badeef0bf1af4450fe31bc6a80fb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:56:37 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:56:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e042c74
7
8 dev-python/setuptools_scm: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/setuptools_scm/Manifest | 1 -
13 .../setuptools_scm/setuptools_scm-6.3.2.ebuild | 40 ----------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/dev-python/setuptools_scm/Manifest b/dev-python/setuptools_scm/Manifest
17 index 09ab5823ab27..98e5d311be2c 100644
18 --- a/dev-python/setuptools_scm/Manifest
19 +++ b/dev-python/setuptools_scm/Manifest
20 @@ -1,2 +1 @@
21 -DIST setuptools_scm-6.3.2.tar.gz 57207 BLAKE2B 4291f3810dc5ea111a6bad1bf37c8704a7eb6cdd112ea476d629d6175c43cc7d8f78d450181c0e588a5f3fc0fc092fedb41fcb6e198a42f730f9fc6b8d96e343 SHA512 9a16552803ef92367ad71007cf322737b5baa58b924083f04c860875bf6cb2e2bb4f43a7f89778b040c2eb55c5d32de479a918056519339820c6d0f1a6a386f0
22 DIST setuptools_scm-6.4.1.tar.gz 61255 BLAKE2B 984b60de24e3090bfa7284ef91f40cfb8481cd9008d57012564e6631727dc1e1bb6820265a4fd3576581ce836224599bdd8ddef73446ddc3040e51ddad4b6140 SHA512 b4d16fc9f352d7fccf18853aee2e80c2bd048fe46753fe5c099542253cf30e0d087be6dfec846aed0b8182238494ef333363482dcd75781e285312a9f7547c11
23
24 diff --git a/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild b/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild
25 deleted file mode 100644
26 index 122373658933..000000000000
27 --- a/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild
28 +++ /dev/null
29 @@ -1,40 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
34 -EAPI=7
35 -
36 -DISTUTILS_USE_SETUPTOOLS=rdepend
37 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Manage versions by scm tags via setuptools"
42 -HOMEPAGE="
43 - https://github.com/pypa/setuptools_scm/
44 - https://pypi.org/project/setuptools-scm/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -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"
50 -
51 -RDEPEND="
52 - dev-python/packaging[${PYTHON_USEDEP}]
53 - dev-python/tomli[${PYTHON_USEDEP}]
54 -"
55 -BDEPEND="
56 - !!<dev-python/setuptools_scm-2
57 - test? (
58 - dev-python/virtualenv[${PYTHON_USEDEP}]
59 - dev-vcs/git
60 - !sparc? ( dev-vcs/mercurial )
61 - )"
62 -
63 -distutils_enable_tests --install pytest
64 -
65 -EPYTEST_DESELECT=(
66 - # fetching from the Internet
67 - testing/test_regressions.py::test_pip_download
68 - testing/test_setuptools_support.py
69 -)