diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-09-01 18:40:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-09-01 18:42:14 +0200 |
commit | d3364178c9cdc4899aa25d9b4c4db92e61a046a9 (patch) | |
tree | c31cfb5c73fd6bbe6ef85a0725249863cea7dec6 /dev-python/pathspec | |
parent | dev-python/responses: Remove old (diff) | |
download | gentoo-d3364178c9cdc4899aa25d9b4c4db92e61a046a9.tar.gz gentoo-d3364178c9cdc4899aa25d9b4c4db92e61a046a9.tar.bz2 gentoo-d3364178c9cdc4899aa25d9b4c4db92e61a046a9.zip |
dev-python/pathspec: Remove old
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.11.1.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/pathspec/Manifest b/dev-python/pathspec/Manifest index e72a0eba06be..b3170ad1025a 100644 --- a/dev-python/pathspec/Manifest +++ b/dev-python/pathspec/Manifest @@ -1,2 +1 @@ -DIST pathspec-0.11.1.tar.gz 45697 BLAKE2B a97d838584959b5be5bb055773b2b8c6992d0b1f9ab2d8116adf251762c534fe9af976cf9cc9b9aae9f12de519ee3d609315ed608e543d0028c6ccc87cffbd8c SHA512 8d9d080a796c13da1bd203aa8ce8b2fae5d7d46c7fdd7706c04567eb9c7b06f643ef310119252b5ef13ebd6368b30dca0e75e96e1471aeca8d6131bc0948b04a DIST pathspec-0.11.2.tar.gz 47032 BLAKE2B 4a84b8d5850b226713abff743df4a7ffbef0155454337c20aad78f0fd2dd2ad802d3d0f1e557aaffbb550e85e2e051dc9829090b7a43426795dac802b8da3b7a SHA512 bb1a178db145fee8011f579fb3a87564245e94b22adfac42bda921d8e2b95cab32617379e22d8ec2bd6aa7e6f9d96c10df4503e638aabfe6b358050912ab98a8 diff --git a/dev-python/pathspec/pathspec-0.11.1.ebuild b/dev-python/pathspec/pathspec-0.11.1.ebuild deleted file mode 100644 index 40c592b9cabc..000000000000 --- a/dev-python/pathspec/pathspec-0.11.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Utility library for gitignore style pattern matching of file paths" -HOMEPAGE=" - https://github.com/cpburnz/python-pathspec/ - https://pypi.org/project/pathspec/ -" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" - -distutils_enable_tests unittest |