commit: 58d0700f49981b8abae788c4fa2e5a73397b05b9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 09:14:45 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 09:16:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d0700f
dev-python/pathspec: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pathspec/Manifest | 1 -
dev-python/pathspec/pathspec-0.11.0.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/dev-python/pathspec/Manifest b/dev-python/pathspec/Manifest
index 61a0aede8b28..28d3810f23a0 100644
--- a/dev-python/pathspec/Manifest
+++ b/dev-python/pathspec/Manifest
@@ -1,2 +1 @@
-DIST pathspec-0.11.0.tar.gz 45214 BLAKE2B
96b84fe78c8540ec9145c2735936c437b6eaff4e4f15e37de0c13c147e15c8852a19db4f4c9ce0dcf43dc543ac021edb148321b3a099b0915380ec243dd87041
SHA512
accce445ff5257baf9a3c055d337d8668f1c8db2b9f9641f174ae9d2307dc15810a1f45947d2b2a3838b85dd03ee04f54660d6d5590e24861021532515f6dff4
DIST pathspec-0.11.1.tar.gz 45697 BLAKE2B
a97d838584959b5be5bb055773b2b8c6992d0b1f9ab2d8116adf251762c534fe9af976cf9cc9b9aae9f12de519ee3d609315ed608e543d0028c6ccc87cffbd8c
SHA512
8d9d080a796c13da1bd203aa8ce8b2fae5d7d46c7fdd7706c04567eb9c7b06f643ef310119252b5ef13ebd6368b30dca0e75e96e1471aeca8d6131bc0948b04a
diff --git a/dev-python/pathspec/pathspec-0.11.0.ebuild
b/dev-python/pathspec/pathspec-0.11.0.ebuild
deleted file mode 100644
index e494a04e25f3..000000000000
--- a/dev-python/pathspec/pathspec-0.11.0.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_{9..11} 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 ~x64-macos"
-
-distutils_enable_tests unittest