Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathspec/
Date: Wed, 15 Mar 2023 06:13:09
Message-Id: 1678860780.a573d30bbd5e1f35e5b0111642e06e937c253baa.mgorny@gentoo
1 commit: a573d30bbd5e1f35e5b0111642e06e937c253baa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 05:42:01 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 15 06:13:00 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a573d30b
7
8 dev-python/pathspec: Bump to 0.11.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pathspec/Manifest | 1 +
13 dev-python/pathspec/pathspec-0.11.1.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-python/pathspec/Manifest b/dev-python/pathspec/Manifest
17 index e938309ba7c0..61a0aede8b28 100644
18 --- a/dev-python/pathspec/Manifest
19 +++ b/dev-python/pathspec/Manifest
20 @@ -1 +1,2 @@
21 DIST pathspec-0.11.0.tar.gz 45214 BLAKE2B 96b84fe78c8540ec9145c2735936c437b6eaff4e4f15e37de0c13c147e15c8852a19db4f4c9ce0dcf43dc543ac021edb148321b3a099b0915380ec243dd87041 SHA512 accce445ff5257baf9a3c055d337d8668f1c8db2b9f9641f174ae9d2307dc15810a1f45947d2b2a3838b85dd03ee04f54660d6d5590e24861021532515f6dff4
22 +DIST pathspec-0.11.1.tar.gz 45697 BLAKE2B a97d838584959b5be5bb055773b2b8c6992d0b1f9ab2d8116adf251762c534fe9af976cf9cc9b9aae9f12de519ee3d609315ed608e543d0028c6ccc87cffbd8c SHA512 8d9d080a796c13da1bd203aa8ce8b2fae5d7d46c7fdd7706c04567eb9c7b06f643ef310119252b5ef13ebd6368b30dca0e75e96e1471aeca8d6131bc0948b04a
23
24 diff --git a/dev-python/pathspec/pathspec-0.11.1.ebuild b/dev-python/pathspec/pathspec-0.11.1.ebuild
25 new file mode 100644
26 index 000000000000..e6118b54b213
27 --- /dev/null
28 +++ b/dev-python/pathspec/pathspec-0.11.1.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2023 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=flit
36 +PYTHON_COMPAT=( python3_{9..11} pypy3 )
37 +
38 +inherit distutils-r1 pypi
39 +
40 +DESCRIPTION="Utility library for gitignore style pattern matching of file paths"
41 +HOMEPAGE="
42 + https://github.com/cpburnz/python-pathspec/
43 + https://pypi.org/project/pathspec/
44 +"
45 +
46 +LICENSE="MPL-2.0"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
49 +
50 +distutils_enable_tests unittest