commit:     55746b519905ce07506d39e08de48acc73308bca
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 19:53:10 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 20:13:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55746b51

dev-python/pathspec: 0.8.0 + QA

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22

 dev-python/pathspec/Manifest              |  1 +
 dev-python/pathspec/pathspec-0.8.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/pathspec/Manifest b/dev-python/pathspec/Manifest
index e8cfef29001..21b66cc6a9a 100644
--- a/dev-python/pathspec/Manifest
+++ b/dev-python/pathspec/Manifest
@@ -1 +1,2 @@
 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.8.0.ebuild 
b/dev-python/pathspec/pathspec-0.8.0.ebuild
new file mode 100644
index 00000000000..088b3fb63ab
--- /dev/null
+++ b/dev-python/pathspec/pathspec-0.8.0.ebuild
@@ -0,0 +1,18 @@
+# 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=""
+
+distutils_enable_tests setup.py

Reply via email to