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: Sun, 18 Jul 2021 06:16:14
Message-Id: 1626588965.648e0e824354436ee89675c8dfb651144a0fb7e9.mgorny@gentoo
1 commit: 648e0e824354436ee89675c8dfb651144a0fb7e9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 18 06:02:08 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 06:16:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648e0e82
7
8 dev-python/pathspec: Bump to 0.9.0
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.9.0.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/dev-python/pathspec/Manifest b/dev-python/pathspec/Manifest
17 index 0ce452f3842..400ea81dab6 100644
18 --- a/dev-python/pathspec/Manifest
19 +++ b/dev-python/pathspec/Manifest
20 @@ -1 +1,2 @@
21 DIST pathspec-0.8.1.tar.gz 26644 BLAKE2B 3591aabbd62a0fa1908cef5478d74a6d3ba64333a540c124aa6e7d25fbc45d44faa83e0822fa776ccf787d72ec9c2a977daddefa07d5d6fea2c8c6345836350c SHA512 f793ecf9bfb6511420a37fefa5a9dbd79d8e7329c305d6f1ecb4ea90e322825471983b56722c680e418e0bab41204996075c83cfc8ba7c6a0e5e09b1d8fd1d2e
22 +DIST pathspec-0.9.0.tar.gz 29483 BLAKE2B 00b48f6987a074e23ac6f344a44ac8f265463bdd87907cb8a602c690a739d1a9a673182fc4d61a6e2ffc02acb6632591b873e435f9fc3893e1cc48015e120a16 SHA512 660f13525325c27b598048a3576fd704c3843e0b07770187d005f0e93996a90cee44e9a0725b6bf775982f586ed3b4ba7cccee966d7149e71e2b95d48030b2f2
23
24 diff --git a/dev-python/pathspec/pathspec-0.9.0.ebuild b/dev-python/pathspec/pathspec-0.9.0.ebuild
25 new file mode 100644
26 index 00000000000..71f4b7ecb79
27 --- /dev/null
28 +++ b/dev-python/pathspec/pathspec-0.9.0.ebuild
29 @@ -0,0 +1,17 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Utility library for gitignore style pattern matching of file paths."
39 +HOMEPAGE="https://github.com/cpburnz/python-path-specification https://pypi.org/project/pathspec/"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="MPL-2.0"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
45 +
46 +distutils_enable_tests unittest