diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:43:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:53:56 +0200 |
commit | 0117e4de0d792c6fb2a337de7edd7c4520aaf31e (patch) | |
tree | b745f60079618690516772ebb216adad57ed5d22 /dev-python/pathspec | |
parent | dev-python/path-py: Remove redundant versions (diff) | |
download | gentoo-0117e4de0d792c6fb2a337de7edd7c4520aaf31e.tar.gz gentoo-0117e4de0d792c6fb2a337de7edd7c4520aaf31e.tar.bz2 gentoo-0117e4de0d792c6fb2a337de7edd7c4520aaf31e.zip |
dev-python/pathspec: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pathspec')
-rw-r--r-- | dev-python/pathspec/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pathspec/pathspec-0.7.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/pathspec/Manifest b/dev-python/pathspec/Manifest index 21b66cc6a9ae..e56b973c8b5e 100644 --- a/dev-python/pathspec/Manifest +++ b/dev-python/pathspec/Manifest @@ -1,2 +1 @@ -DIST pathspec-0.7.0.tar.gz 24306 BLAKE2B 4256a658de2160d3487281dcb5a488c804320ec5b0bd8e20fdaf51bef8fc90f4e7fb48c404ce43508633c23d866b41e7e13cfa3897929459b244e75401b84ca1 SHA512 3171d39405eb586945261b11781b966e0771649dd7caa8f8a5bbd26223a37931c17bd50a4706d603a637a10460e9b3730c21f0eff7dc92d7e73ae570641a900c DIST pathspec-0.8.0.tar.gz 26256 BLAKE2B 3d4f2238c515253d83bfd17a2f3319e38024d4fbb22fb0f078bbcca73d3aff45f246a35752c4039b0d88f204ae49b4467b2d9e3b9134e14a7a171895dac770be SHA512 e0cb1883d11506b3d11963397db98a0fd3411f56df7c3e2ab3ac44116ab53977112bb51d1918591afc48b9c08f9cf997d34beba373aafbfbca2aa8749ffaf6c8 diff --git a/dev-python/pathspec/pathspec-0.7.0.ebuild b/dev-python/pathspec/pathspec-0.7.0.ebuild deleted file mode 100644 index 1c32b12e6e0f..000000000000 --- a/dev-python/pathspec/pathspec-0.7.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Utility library for gitignore style pattern matching of file paths." -HOMEPAGE="https://github.com/cpburnz/python-path-specification https://pypi.org/project/pathspec/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86" -IUSE="" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} |