diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-03 18:12:04 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-03 18:42:50 +0300 |
commit | a6159ff9ad9e34e16f171c8754802b82163682ed (patch) | |
tree | 2d1cdb4e94c768022b44ae9d2ce8a96f54554e6d /dev-python/setuptools_scm | |
parent | dev-python/setuptools_scm: add 6.3.0 (diff) | |
download | gentoo-a6159ff9ad9e34e16f171c8754802b82163682ed.tar.gz gentoo-a6159ff9ad9e34e16f171c8754802b82163682ed.tar.bz2 gentoo-a6159ff9ad9e34e16f171c8754802b82163682ed.zip |
dev-python/setuptools_scm: drop 6.1.0, 6.2.0
Closes: https://bugs.gentoo.org/810790
Closes: https://bugs.gentoo.org/810808
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/setuptools_scm')
-rw-r--r-- | dev-python/setuptools_scm/Manifest | 2 | ||||
-rw-r--r-- | dev-python/setuptools_scm/setuptools_scm-6.1.0.ebuild | 35 | ||||
-rw-r--r-- | dev-python/setuptools_scm/setuptools_scm-6.2.0.ebuild | 35 |
3 files changed, 0 insertions, 72 deletions
diff --git a/dev-python/setuptools_scm/Manifest b/dev-python/setuptools_scm/Manifest index 9637a6be0a3d..54bc23aa3235 100644 --- a/dev-python/setuptools_scm/Manifest +++ b/dev-python/setuptools_scm/Manifest @@ -1,4 +1,2 @@ DIST setuptools_scm-6.0.1.tar.gz 51433 BLAKE2B 7045eec0c1a43d6c93c94e0b2799f0d000cda509fa0df9ee9a638b95383f07fe430b07c3bf72fdc4809563ac289521976956f728a4b2984921fa31532bb7ed8b SHA512 db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314 -DIST setuptools_scm-6.1.0.tar.gz 55618 BLAKE2B b1bdf0c2faa34eb77b378908fcd73670b2f1918552b62b0bd6a0359af00508485ddc91704966e4e862255b3c4e93492210741a60da41a8f09f9cd6c660e1aa8a SHA512 d9359936e22f8c0bc207def147283d79321ff0f26ba75661afd593edb3c41a06d057317f09bb5b8ef013e95b1aa5911372d4aeb3c7a05bd012ff24bdbf479073 -DIST setuptools_scm-6.2.0.tar.gz 54691 BLAKE2B 2564e4b3e888b0b24ed053bc85311062d8bafc07b12cdfd5ade2b5c276537bfa473377905282b4eb4901f13873e6319dc05fb12a07ae4525d89814b4edd84d57 SHA512 33c0a7c4be0df296dd859989f94db6eddf553e37e5580abe1dda63c33054e709a672a5eb9dc6f262f482f4d2a5507511aa0332022d46943251b5c522dff7c840 DIST setuptools_scm-6.3.0.tar.gz 57117 BLAKE2B c0190e4d8f10f05fb6413d651ca15133cef4474bd460ab3bdda4b81d3410078cf9cf20e40de042bda29fe0b99c409b6d934c3d6a648350688f5b4496eabecefc SHA512 c3751d27345b9423b9fe7eec15fbf6c3e3bc19679b7960a589bdcb729a53b5dba40be27878f87dc0d908fae190ef8db76ee19379e0d6dd5cb00b44950cae3896 diff --git a/dev-python/setuptools_scm/setuptools_scm-6.1.0.ebuild b/dev-python/setuptools_scm/setuptools_scm-6.1.0.ebuild deleted file mode 100644 index ab8618cba7dc..000000000000 --- a/dev-python/setuptools_scm/setuptools_scm-6.1.0.ebuild +++ /dev/null @@ -1,35 +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_{7..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/tomli[${PYTHON_USEDEP}]" -BDEPEND=" - !!<dev-python/setuptools_scm-2 - test? ( - 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 -) diff --git a/dev-python/setuptools_scm/setuptools_scm-6.2.0.ebuild b/dev-python/setuptools_scm/setuptools_scm-6.2.0.ebuild deleted file mode 100644 index ab8618cba7dc..000000000000 --- a/dev-python/setuptools_scm/setuptools_scm-6.2.0.ebuild +++ /dev/null @@ -1,35 +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_{7..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/tomli[${PYTHON_USEDEP}]" -BDEPEND=" - !!<dev-python/setuptools_scm-2 - test? ( - 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 -) |