mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pathspec: add 1.0.3
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -5,3 +5,5 @@ DIST pathspec-1.0.1.tar.gz 129791 BLAKE2B f8818ad3139fa6dd687a1ed3b6e1d8d3af424a
|
||||
DIST pathspec-1.0.1.tar.gz.provenance 9381 BLAKE2B 36183d163403357564f126a5e43820961fd1626cce7c59abefd71bdb7735158b524cfa4e1cd6a120e4d374c12cf5e52b752d122617787ad3fe97b84e3a05186d SHA512 ad9b7c9f1f294344973a43486463160a362b40ad8062342250f65dd64af95a245dbf3f1f10f0e3aea7635f365a045307d5f95afbd64535d15225e8dc3d697abf
|
||||
DIST pathspec-1.0.2.tar.gz 130502 BLAKE2B f1557a9b1b110f7e3611aba0dd34e260ab404cd94048619358650ff4fc0a322d04fc0efbc57eef0a372d8b3a70bf4cbf8a7cf57d435242b23015ab6508b5a9d4 SHA512 28b4afd51d6fbb81492dbce30c288a35320d8b6d61da15112bd437eb4902af998c39068ecbac4a450959df8c419820a0252dfc612afc2298b84efd14e0af523b
|
||||
DIST pathspec-1.0.2.tar.gz.provenance 9518 BLAKE2B 26e62b12d506e5bb58a01945381dbaa2e3c894c3d0259aeba6ef19050b1535380c85a5df9c2612e034ddbbf32f27945f9b978a65fc9b38901a1d1d533ffcb558 SHA512 99884148ab3c59b823c335d60f665c59521aaa6d5bb90472f5e7dd223a861fafc625a9d3730383fe8ad4e856942548dadc999e431d5058f44f1a218f904d27cd
|
||||
DIST pathspec-1.0.3.tar.gz 130841 BLAKE2B c8c092c579b8214595b9a081857d4df9b5373858a7c64b26a681c1748c6764eb7ecb1df14025ccae47759df48d80e7b6497ea07ae587030db3ae2a0eef9650db SHA512 8ca509c3085949827274efd73f5bb618b7446eab5e08e0c1a19b27dc5910d35b3e9dac36dc2f60152c2db4c95c776e5c4b9a436a17d9ade5da71a2bcf098dea8
|
||||
DIST pathspec-1.0.3.tar.gz.provenance 9471 BLAKE2B f521d6821e6a39ae2caef6cf513bf5ede906888528bf12c4d6a207f264e25f4aade217fae7943da762dd3e6df49922f1244a0816ef52cdefd5de3c65611db50c SHA512 ed78f5b351c1434e040ef9f67dc243880de977a462e2cf3e82f1775c80d5e2600a9a131428d890b15a96a23a3c2d92e82e55aa7a05241f24c8992312642a16ea
|
||||
|
||||
22
dev-python/pathspec/pathspec-1.0.3.ebuild
Normal file
22
dev-python/pathspec/pathspec-1.0.3.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
PYPI_VERIFY_REPO=https://github.com/cpburnz/python-pathspec
|
||||
PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
|
||||
|
||||
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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
Reference in New Issue
Block a user