mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/pathspec: Bump to 1.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
DIST pathspec-1.0.4.tar.gz 131200 BLAKE2B 32af605bb8f2e85adfe97627af35d31f4e9a92d864343ec8f290468ac5637600b6869b0a241a77fa2b2f7a41a899f158359f16672cffd6d35506e2e23f39e8d5 SHA512 1004dc55111a4cbf8767775894ed79da465598cd700afbeb96f6ef1f997dcb43cfba8af0b0a1de6232da9725a6e08577ce531da7faa16125c2b7bda0a378d5c3
|
||||
DIST pathspec-1.0.4.tar.gz.provenance 9992 BLAKE2B 5468d5c3fd4054f1f253247901203faa00d0e3d1c8a083942945adefac5ad8d7dec82a802e3d6f4f5d748938e02a54ac464c30d6c87e9206ff34cf5582fbe493 SHA512 5fafada724fddd4e6611f62913b9e59a8a6f8df04d638f85c3fa2764450d66d621425d7a2d5039e490b491828fa8a67f82149aded45dfb561024f5b57f5caec8
|
||||
DIST pathspec-1.1.0.tar.gz 133918 BLAKE2B f59f58fef5fa577d81e038539a0d2040d6d4019c31dc58879b587c9112fcc08e15652941a659b4d1d09d96ade2bcd9e5c2093953423c361ba6a1258f2a27fe47 SHA512 18796c3f654b6e05a43fca0ffdf4667b37663844967ef1a22f7597befd35472a85026f66217e5775e7f9e6e05554e98fc770d43fa34da78e82811dfcea08e167
|
||||
DIST pathspec-1.1.0.tar.gz.provenance 9710 BLAKE2B 6fcdef6583df13a6c68ee58cd7899e6ebfe3aa245e837dbe60ad9ad06041a19678f326ef4d35c68793f8e7d9ce9a2294fc1c46fb9bec064e237eaae3a4b671d6 SHA512 eb65f1c45d0f7be942fe9f92a2f11cffc1e21cf015e229bd358d6c66203a76a85982dc4b2211708f733bc6361f9ad2eed1bc29ca0afb2f6ddcc46a96655371ba
|
||||
|
||||
22
dev-python/pathspec/pathspec-1.1.0.ebuild
Normal file
22
dev-python/pathspec/pathspec-1.1.0.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