diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 21:10:16 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 21:10:16 +0200 |
commit | 06ad0829ad827d11b4698279b607a392a2293de7 (patch) | |
tree | e9b34c2128d47009d4c124a8adf6b66105d43892 /dev-python | |
parent | dev-python/wstools: treeclean (diff) | |
download | gentoo-06ad0829ad827d11b4698279b607a392a2293de7.tar.gz gentoo-06ad0829ad827d11b4698279b607a392a2293de7.tar.bz2 gentoo-06ad0829ad827d11b4698279b607a392a2293de7.zip |
dev-python/setuptools_scm_git_archive: treeclean
Closes: https://bugs.gentoo.org/916904
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/setuptools_scm_git_archive/Manifest b/dev-python/setuptools_scm_git_archive/Manifest deleted file mode 100644 index 22a0876da7e8..000000000000 --- a/dev-python/setuptools_scm_git_archive/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST setuptools_scm_git_archive-1.4.gh.tar.gz 2616 BLAKE2B ce76067231fbb73f22c129e592a6b29bce8ef28383f47c1774162e3a57842d60b04bdaeafb6ff8342e77d2e3f413bcd2704d7dcddfd500db2902a33cf97c890a SHA512 dd279f293334439abacf40f4423b5dc9def7bd0a0f23b39d30695ba9e86dcf48205d6e8120930148f876bb20181016cc6d279d225669c067f4d02e780f33e271 diff --git a/dev-python/setuptools_scm_git_archive/metadata.xml b/dev-python/setuptools_scm_git_archive/metadata.xml deleted file mode 100644 index a01830d066a3..000000000000 --- a/dev-python/setuptools_scm_git_archive/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>pacho@gentoo.org</email> - <name>Pacho Ramos</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">setuptools-scm-git-archive</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4-r1.ebuild b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4-r1.ebuild deleted file mode 100644 index 574c1eacf32a..000000000000 --- a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A setuptools_scm plugin for git archives" -HOMEPAGE=" - https://github.com/Changaco/setuptools_scm_git_archive/ - https://pypi.org/project/setuptools-scm-git-archive/ -" -SRC_URI=" - https://github.com/Changaco/setuptools_scm_git_archive/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - <dev-python/setuptools-scm-8[${PYTHON_USEDEP}] -" -BDEPEND=" - ${RDEPEND} -" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" - -python_test() { - epytest tests.py -} |