diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-12-10 11:34:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-12-10 11:34:18 +0000 |
| commit | ab62e45380340b7eb7269aa8cfb26752fc111462 (patch) | |
| tree | 6da750220377a0c3e30be02a179c2c6c042f01b0 /dev-python/pathspec | |
| parent | fff0eb9e60401274bb05a348cca78afbb2742cf9 (diff) | |
| download | baldeagleos-repo-ab62e45380340b7eb7269aa8cfb26752fc111462.tar.gz baldeagleos-repo-ab62e45380340b7eb7269aa8cfb26752fc111462.tar.xz baldeagleos-repo-ab62e45380340b7eb7269aa8cfb26752fc111462.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pathspec')
| -rw-r--r-- | dev-python/pathspec/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pathspec/pathspec-0.12.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/pathspec/Manifest b/dev-python/pathspec/Manifest index b3170ad1025a..27ac3294b5cf 100644 --- a/dev-python/pathspec/Manifest +++ b/dev-python/pathspec/Manifest @@ -1 +1,2 @@ DIST pathspec-0.11.2.tar.gz 47032 BLAKE2B 4a84b8d5850b226713abff743df4a7ffbef0155454337c20aad78f0fd2dd2ad802d3d0f1e557aaffbb550e85e2e051dc9829090b7a43426795dac802b8da3b7a SHA512 bb1a178db145fee8011f579fb3a87564245e94b22adfac42bda921d8e2b95cab32617379e22d8ec2bd6aa7e6f9d96c10df4503e638aabfe6b358050912ab98a8 +DIST pathspec-0.12.0.tar.gz 50357 BLAKE2B 94c704bd48b6dc741b00e8568ff98affe5d5e50a78d16eacda3f557e71c5baba9b036ecf9c3de50fbf8f6e1015c2d7d8b2fd3788d46e138f79d2bae00977c642 SHA512 c95546a0301333ab42e2af63f0729c3b6ad9ec3b9d3773f3201912866d8544a233ffe8878d1cf96abc6cbb7b46743927cc78233c11812c8d5ffed38be8a4e328 diff --git a/dev-python/pathspec/pathspec-0.12.0.ebuild b/dev-python/pathspec/pathspec-0.12.0.ebuild new file mode 100644 index 000000000000..2559fc67d12a --- /dev/null +++ b/dev-python/pathspec/pathspec-0.12.0.ebuild @@ -0,0 +1,21 @@ +# 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_{8,9,10,11,12} 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 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +distutils_enable_tests unittest |
