summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 18:09:52 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 18:10:55 +0200
commit7311f8505761b86235b692968c671a0f2feaaf37 (patch)
tree38c3141ae69e6f43c81051884324ca96e626a26e /dev-python/jaraco-vcs
parentdev-python/jaraco-vcs: Copy keywords to 2.2.0 (diff)
downloadgentoo-7311f8505761b86235b692968c671a0f2feaaf37.tar.gz
gentoo-7311f8505761b86235b692968c671a0f2feaaf37.tar.bz2
gentoo-7311f8505761b86235b692968c671a0f2feaaf37.zip
dev-python/jaraco-vcs: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-vcs')
-rw-r--r--dev-python/jaraco-vcs/Manifest1
-rw-r--r--dev-python/jaraco-vcs/jaraco-vcs-2.1.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/jaraco-vcs/Manifest b/dev-python/jaraco-vcs/Manifest
index b34c392f95e2..55cbc77f462a 100644
--- a/dev-python/jaraco-vcs/Manifest
+++ b/dev-python/jaraco-vcs/Manifest
@@ -1,2 +1 @@
-DIST jaraco_vcs-2.1.0.tar.gz 16434 BLAKE2B 96ca37435b5fdd9bc5e7825ba21ff1aa70285885724bfa9bcbdc21531c15d9952336b888846d2e3200e619ee40da68741cc83205e81925f2a8d9b7a833f0fc8c SHA512 72d1a4ee5c29cdd8122a39c856ec9f910fb4d4ffc0d88f1e9c99723f5a076e1166aed842ba54286b8f14b41cb4c570cd7a9862a33fe7f15cdf637a114f4147ae
DIST jaraco_vcs-2.2.0.tar.gz 16660 BLAKE2B 9d48f78839e0e13aa5a520a167144deadce0d607c0bb378370d930d0aa1d94fe5778206384f29a449499e73b3cafc716358417d41f3016115b347d686e557269 SHA512 a842db1dac4beca4273b4a3afaec804bfc89286ad6eba6f9f47cd2b4dab7e04d9d12136bf555108fdbfe133fe62c71935be990b79cb0801766cc565c21343339
diff --git a/dev-python/jaraco-vcs/jaraco-vcs-2.1.0.ebuild b/dev-python/jaraco-vcs/jaraco-vcs-2.1.0.ebuild
deleted file mode 100644
index b6e8b34be387..000000000000
--- a/dev-python/jaraco-vcs/jaraco-vcs-2.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Facilities for working with VCS repositories"
-HOMEPAGE="
- https://github.com/jaraco/jaraco.vcs/
- https://pypi.org/project/jaraco.vcs/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
-
-RDEPEND="
- dev-python/jaraco-classes[${PYTHON_USEDEP}]
- dev-python/jaraco-versioning[${PYTHON_USEDEP}]
- dev-python/more-itertools[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/jaraco-path[${PYTHON_USEDEP}]
- dev-vcs/git
- !s390? ( !sparc? (
- dev-vcs/mercurial
- ) )
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # assumes running inside the git repo
- jaraco/vcs/__init__.py::jaraco.vcs
-)