From 3b08f674e3f771b49370edb144dab0958c8cf721 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 31 Aug 2021 08:59:54 +0100 Subject: gentoo resync : 31.08.2021 --- dev-python/setuptools_scm_git_archive/Manifest | 2 +- .../setuptools_scm_git_archive-1.1-r2.ebuild | 32 ++++++++++++++++++++++ .../setuptools_scm_git_archive-1.1.ebuild | 32 ---------------------- 3 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r2.ebuild delete mode 100644 dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1.ebuild (limited to 'dev-python/setuptools_scm_git_archive') diff --git a/dev-python/setuptools_scm_git_archive/Manifest b/dev-python/setuptools_scm_git_archive/Manifest index 4a474f4439db..d3cd195791c6 100644 --- a/dev-python/setuptools_scm_git_archive/Manifest +++ b/dev-python/setuptools_scm_git_archive/Manifest @@ -1,3 +1,3 @@ DIST setuptools_scm_git_archive-1.1.tar.gz 2584 BLAKE2B 7c7569a92300be966b5447b1ab6c30a982c837efdb7a125173f6014420d78cf28e0d8cb0f04c4349ce364219e1567bcbc2e13bd85cb7627d3bdbae9c7974385b SHA512 73783d60d33782fb18012e64685db6333a2dda1be41ce75e0cd74a81585d8ebb7c85f23371056a42974c93b2d4a0633338945cf2a2219b0ee2a21f063dad8809 -EBUILD setuptools_scm_git_archive-1.1.ebuild 707 BLAKE2B 196d1a1add0e7d41e5288f9a55775039fed882c2553ce86b4aeae155a2ed7d8fa27a034f89271478820121bd0d6e61c7e44b26854b31de15097c2c75e3bb544c SHA512 8c7f0c71f91e962aab383c5f219d966d84bb1a24646f76590a8f9d6dd4b38e7097c9513a59332226fa0103cc3614ef0871ef7eb71d6c854130d7654fb103aadf +EBUILD setuptools_scm_git_archive-1.1-r2.ebuild 707 BLAKE2B 196d1a1add0e7d41e5288f9a55775039fed882c2553ce86b4aeae155a2ed7d8fa27a034f89271478820121bd0d6e61c7e44b26854b31de15097c2c75e3bb544c SHA512 8c7f0c71f91e962aab383c5f219d966d84bb1a24646f76590a8f9d6dd4b38e7097c9513a59332226fa0103cc3614ef0871ef7eb71d6c854130d7654fb103aadf MISC metadata.xml 356 BLAKE2B 0ce1e000073c414d155684756b9da47f0ee379fea660e66156b58e84b5cde966603a96aaea4d37296e123cad924b436a25c53ede080ffa3a97d96c634be98780 SHA512 71a6ca661189964f06253961c6cdbde67cb1dbaba685eb3efdf187f47c4edf9be8cb0400045acedb3474acc8f6021ea27b7e38b9da2652dc9fda76e45ce9a04e diff --git a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r2.ebuild b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r2.ebuild new file mode 100644 index 000000000000..47aa91fa85d8 --- /dev/null +++ b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="A setuptools_scm plugin for git archives" +HOMEPAGE="https://github.com/Changaco/setuptools_scm_git_archive" +SRC_URI="https://github.com/Changaco/setuptools_scm_git_archive/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm ~arm64 ~ppc64 x86" +IUSE="" + +RDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] +" +BDEPEND="${RDEPEND}" + +distutils_enable_tests pytest + +src_prepare() { + export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" + distutils-r1_src_prepare +} + +python_test() { + epytest tests.py +} diff --git a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1.ebuild b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1.ebuild deleted file mode 100644 index 47aa91fa85d8..000000000000 --- a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="A setuptools_scm plugin for git archives" -HOMEPAGE="https://github.com/Changaco/setuptools_scm_git_archive" -SRC_URI="https://github.com/Changaco/setuptools_scm_git_archive/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc64 x86" -IUSE="" - -RDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] -" -BDEPEND="${RDEPEND}" - -distutils_enable_tests pytest - -src_prepare() { - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" - distutils-r1_src_prepare -} - -python_test() { - epytest tests.py -} -- cgit v1.2.3