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 DA7631581E7 for ; Wed, 24 Apr 2024 13:27:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADFB0E2A81; Wed, 24 Apr 2024 13:27:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 919E4E2A81 for ; Wed, 24 Apr 2024 13:27:23 +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 8D1643430CE for ; Wed, 24 Apr 2024 13:27:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E65751745 for ; Wed, 24 Apr 2024 13:27:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1713965211.fb9a4feb956df59386c312c3d68ce11ce6e1bbc8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-vcs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-vcs/Manifest dev-python/jaraco-vcs/jaraco-vcs-2.1.0.ebuild dev-python/jaraco-vcs/metadata.xml X-VCS-Directories: dev-python/jaraco-vcs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fb9a4feb956df59386c312c3d68ce11ce6e1bbc8 X-VCS-Branch: master Date: Wed, 24 Apr 2024 13:27:20 +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: a9ac78b1-7878-4c98-ad49-05fef7292895 X-Archives-Hash: b8d4da7a84900ea9f51ea1549cdbe60d commit: fb9a4feb956df59386c312c3d68ce11ce6e1bbc8 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 24 13:23:57 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 24 13:26:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9a4feb dev-python/jaraco-vcs: New package, v2.1.0 New NIH dependency for dev-python/rst-linker. Signed-off-by: Michał Górny gentoo.org> dev-python/jaraco-vcs/Manifest | 1 + dev-python/jaraco-vcs/jaraco-vcs-2.1.0.ebuild | 44 +++++++++++++++++++++++++++ dev-python/jaraco-vcs/metadata.xml | 12 ++++++++ 3 files changed, 57 insertions(+) diff --git a/dev-python/jaraco-vcs/Manifest b/dev-python/jaraco-vcs/Manifest new file mode 100644 index 000000000000..3c573880d1ba --- /dev/null +++ b/dev-python/jaraco-vcs/Manifest @@ -0,0 +1 @@ +DIST jaraco_vcs-2.1.0.tar.gz 16434 BLAKE2B 96ca37435b5fdd9bc5e7825ba21ff1aa70285885724bfa9bcbdc21531c15d9952336b888846d2e3200e619ee40da68741cc83205e81925f2a8d9b7a833f0fc8c SHA512 72d1a4ee5c29cdd8122a39c856ec9f910fb4d4ffc0d88f1e9c99723f5a076e1166aed842ba54286b8f14b41cb4c570cd7a9862a33fe7f15cdf637a114f4147ae diff --git a/dev-python/jaraco-vcs/jaraco-vcs-2.1.0.ebuild b/dev-python/jaraco-vcs/jaraco-vcs-2.1.0.ebuild new file mode 100644 index 000000000000..bb0cea420d29 --- /dev/null +++ b/dev-python/jaraco-vcs/jaraco-vcs-2.1.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_PN=${PN/-/.} +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Facilities for working with VCS repositories" +HOMEPAGE=" + https://github.com/jaraco/jaraco.vcs/ + https://pypi.org/project/jaraco.vcs/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/jaraco-classes[${PYTHON_USEDEP}] + dev-python/jaraco-versioning[${PYTHON_USEDEP}] + dev-python/more-itertools[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/jaraco-path[${PYTHON_USEDEP}] + dev-vcs/git + !sparc? ( + dev-vcs/mercurial + ) + ) +" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # assumes running inside the git repo + jaraco/vcs/__init__.py::jaraco.vcs +) diff --git a/dev-python/jaraco-vcs/metadata.xml b/dev-python/jaraco-vcs/metadata.xml new file mode 100644 index 000000000000..d2bc5e8640ce --- /dev/null +++ b/dev-python/jaraco-vcs/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + jaraco/jaraco.vcs + jaraco.vcs + +