From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5C92158094 for ; Fri, 2 Sep 2022 13:44:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A402BE0985; Fri, 2 Sep 2022 13:44:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D336E0985 for ; Fri, 2 Sep 2022 13:44:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A6EA341276 for ; Fri, 2 Sep 2022 13:44:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA95E5B2 for ; Fri, 2 Sep 2022 13:44:04 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1662126189.7ac5766583aafcc54e9d65032880898c0e093246.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathspec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pathspec/Manifest dev-python/pathspec/pathspec-0.10.1.ebuild X-VCS-Directories: dev-python/pathspec/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7ac5766583aafcc54e9d65032880898c0e093246 X-VCS-Branch: master Date: Fri, 2 Sep 2022 13:44:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86b32c4b-3abe-4190-8456-d675a65c2fec X-Archives-Hash: 4f777918189fef1c96b22258d80fffb1 commit: 7ac5766583aafcc54e9d65032880898c0e093246 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 2 13:18:01 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 2 13:43:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac57665 dev-python/pathspec: add 0.10.1 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pathspec/Manifest | 1 + dev-python/pathspec/pathspec-0.10.1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-python/pathspec/Manifest b/dev-python/pathspec/Manifest index 910c47d3710f..7f39f87068c2 100644 --- a/dev-python/pathspec/Manifest +++ b/dev-python/pathspec/Manifest @@ -1,2 +1,3 @@ DIST pathspec-0.10.0.tar.gz 41552 BLAKE2B 28f53bc760f2ad474223f80c46f8be473e3723898b7ea923fe86f25a46c71d9f69687fdb4a7962b1922e2e35595d0b6134c97d29c60b08fd7e0b6cb2ca75ec14 SHA512 5a02de5b55ff58185e9821de09d9f7b6acb494eb65e73c7340b0c91fb06badcfc93a6804cf5a77a37be3ecfe7b76afa1ed42fd364c3384e193f4ef7488ba33b3 +DIST pathspec-0.10.1.tar.gz 43155 BLAKE2B 5a690b6ec5215932074e54bf7c9dac2097261ca421421e86f9a90733fc2fbbbbf6ae8735c685de682919349bbe4bca6b1abce2d572871ba4111cc143b9637491 SHA512 886c16ba9a221720a9fbac6a2aead5a16de62988afbf0ed976f28c312fe524f41ccfb139e0b9699942ca32aa90f183e20656986ed631cf2435818c082d58115d DIST pathspec-0.9.0.tar.gz 29483 BLAKE2B 00b48f6987a074e23ac6f344a44ac8f265463bdd87907cb8a602c690a739d1a9a673182fc4d61a6e2ffc02acb6632591b873e435f9fc3893e1cc48015e120a16 SHA512 660f13525325c27b598048a3576fd704c3843e0b07770187d005f0e93996a90cee44e9a0725b6bf775982f586ed3b4ba7cccee966d7149e71e2b95d48030b2f2 diff --git a/dev-python/pathspec/pathspec-0.10.1.ebuild b/dev-python/pathspec/pathspec-0.10.1.ebuild new file mode 100644 index 000000000000..a69ad1fd06dd --- /dev/null +++ b/dev-python/pathspec/pathspec-0.10.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Utility library for gitignore style pattern matching of file paths" +HOMEPAGE=" + https://github.com/cpburnz/python-pathspec/ + https://pypi.org/project/pathspec/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + +distutils_enable_tests unittest