summaryrefslogtreecommitdiff
path: root/dev-python/pathspec/pathspec-0.8.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-01-06 00:39:03 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-01-06 00:39:03 +0000
commitb4f8cc0865fa8cdf2676e61dbf60045128c1ffbf (patch)
tree1db9fbc0b1fdc18cb99566b99962e0e727e8e30d /dev-python/pathspec/pathspec-0.8.0.ebuild
parent998742a1aa858db0be8cf74b18e9029b696ff366 (diff)
downloadbaldeagleos-repo-b4f8cc0865fa8cdf2676e61dbf60045128c1ffbf.tar.gz
baldeagleos-repo-b4f8cc0865fa8cdf2676e61dbf60045128c1ffbf.tar.xz
baldeagleos-repo-b4f8cc0865fa8cdf2676e61dbf60045128c1ffbf.zip
Updating liguros repo
Diffstat (limited to 'dev-python/pathspec/pathspec-0.8.0.ebuild')
-rw-r--r--dev-python/pathspec/pathspec-0.8.0.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/pathspec/pathspec-0.8.0.ebuild b/dev-python/pathspec/pathspec-0.8.0.ebuild
deleted file mode 100644
index ff046419f85e..000000000000
--- a/dev-python/pathspec/pathspec-0.8.0.ebuild
+++ /dev/null
@@ -1,18 +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,9,10} 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="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-IUSE=""
-
-distutils_enable_tests setup.py