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: Wed, 09 Feb 2022 09:39:44
Message-Id: 1644397683.9acbd40120653ee3d3a4d452d539e182cae12caa.mgorny@gentoo
1 commit: 9acbd40120653ee3d3a4d452d539e182cae12caa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 09:01:04 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 09:08:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acbd401
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 | 2 -
13 .../setuptools_scm/setuptools_scm-6.0.1-r1.ebuild | 38 -------------------
14 .../setuptools_scm/setuptools_scm-6.4.0.ebuild | 43 ----------------------
15 3 files changed, 83 deletions(-)
16
17 diff --git a/dev-python/setuptools_scm/Manifest b/dev-python/setuptools_scm/Manifest
18 index 18af30b61a9c..09ab5823ab27 100644
19 --- a/dev-python/setuptools_scm/Manifest
20 +++ b/dev-python/setuptools_scm/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST setuptools_scm-6.0.1.tar.gz 51433 BLAKE2B 7045eec0c1a43d6c93c94e0b2799f0d000cda509fa0df9ee9a638b95383f07fe430b07c3bf72fdc4809563ac289521976956f728a4b2984921fa31532bb7ed8b SHA512 db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314
23 DIST setuptools_scm-6.3.2.tar.gz 57207 BLAKE2B 4291f3810dc5ea111a6bad1bf37c8704a7eb6cdd112ea476d629d6175c43cc7d8f78d450181c0e588a5f3fc0fc092fedb41fcb6e198a42f730f9fc6b8d96e343 SHA512 9a16552803ef92367ad71007cf322737b5baa58b924083f04c860875bf6cb2e2bb4f43a7f89778b040c2eb55c5d32de479a918056519339820c6d0f1a6a386f0
24 -DIST setuptools_scm-6.4.0.tar.gz 61142 BLAKE2B 752f6c541b05e5d63c66c20a3458e615fc774a4781f92a02aae37a64d971af536586cec3fabac8d5efebe3cf95c18c3e323ad650b4bd8c96a2b4a7808987bd7e SHA512 1e11de29f73c48b93fe5c81b7d8ed5c75c0647dad39de53f2fdf334e6c731a8baa7744ea3c797d2aa95c4d456fff2c9a937cccf9eaa1af8a4c47e1f136328b54
25 DIST setuptools_scm-6.4.1.tar.gz 61255 BLAKE2B 984b60de24e3090bfa7284ef91f40cfb8481cd9008d57012564e6631727dc1e1bb6820265a4fd3576581ce836224599bdd8ddef73446ddc3040e51ddad4b6140 SHA512 b4d16fc9f352d7fccf18853aee2e80c2bd048fe46753fe5c099542253cf30e0d087be6dfec846aed0b8182238494ef333363482dcd75781e285312a9f7547c11
26
27 diff --git a/dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild b/dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild
28 deleted file mode 100644
29 index c333450a2173..000000000000
30 --- a/dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild
31 +++ /dev/null
32 @@ -1,38 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
37 -EAPI=7
38 -
39 -DISTUTILS_USE_SETUPTOOLS=rdepend
40 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Manage versions by scm tags via setuptools"
45 -HOMEPAGE="
46 - https://github.com/pypa/setuptools_scm/
47 - https://pypi.org/project/setuptools-scm/"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -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"
53 -
54 -RDEPEND="dev-python/toml[${PYTHON_USEDEP}]"
55 -BDEPEND="
56 - !!<dev-python/setuptools_scm-2
57 - test? (
58 - dev-vcs/git
59 - !sparc? ( dev-vcs/mercurial ) )"
60 -
61 -distutils_enable_tests --install pytest
62 -
63 -python_prepare_all() {
64 - # network access
65 - sed -i -e 's:test_pip_download:_&:' testing/test_regressions.py || die
66 - # all fetch specific setuptools versions
67 - rm testing/test_setuptools_support.py || die
68 -
69 - distutils-r1_python_prepare_all
70 -}
71
72 diff --git a/dev-python/setuptools_scm/setuptools_scm-6.4.0.ebuild b/dev-python/setuptools_scm/setuptools_scm-6.4.0.ebuild
73 deleted file mode 100644
74 index 12fb994eaec5..000000000000
75 --- a/dev-python/setuptools_scm/setuptools_scm-6.4.0.ebuild
76 +++ /dev/null
77 @@ -1,43 +0,0 @@
78 -# Copyright 1999-2022 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
82 -EAPI=7
83 -
84 -DISTUTILS_USE_PEP517=setuptools
85 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
86 -
87 -inherit distutils-r1
88 -
89 -DESCRIPTION="Manage versions by scm tags via setuptools"
90 -HOMEPAGE="
91 - https://github.com/pypa/setuptools_scm/
92 - https://pypi.org/project/setuptools-scm/"
93 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
94 -
95 -LICENSE="MIT"
96 -SLOT="0"
97 -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"
98 -
99 -RDEPEND="
100 - dev-python/packaging[${PYTHON_USEDEP}]
101 - dev-python/setuptools[${PYTHON_USEDEP}]
102 - dev-python/tomli[${PYTHON_USEDEP}]
103 -"
104 -BDEPEND="
105 - !!<dev-python/setuptools_scm-2
106 - test? (
107 - >dev-python/virtualenv-20[${PYTHON_USEDEP}]
108 - dev-vcs/git
109 - !sparc? ( dev-vcs/mercurial )
110 - )"
111 -
112 -distutils_enable_tests pytest
113 -
114 -EPYTEST_DESELECT=(
115 - # fetching from the Internet
116 - testing/test_regressions.py::test_pip_download
117 - testing/test_setuptools_support.py
118 - # known broken; https://github.com/pypa/setuptools_scm/issues/668
119 - testing/test_integration.py::test_provides_toml_exta
120 -)