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 4B85D1581E7 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 769A2E2A7E; Wed, 24 Apr 2024 13:27:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5AC97E2A7E 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 941193431EE 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 D0500173B 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: <1713965209.9c5f6c79e8560946af19624d3249daaf7db4d6c0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-versioning/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-versioning/Manifest dev-python/jaraco-versioning/jaraco-versioning-1.1.0.ebuild dev-python/jaraco-versioning/metadata.xml X-VCS-Directories: dev-python/jaraco-versioning/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9c5f6c79e8560946af19624d3249daaf7db4d6c0 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: b25b2137-b489-43ec-bbd8-ef700fd5767b X-Archives-Hash: eb54e5799e22f9164f14d0b3b21508c0 commit: 9c5f6c79e8560946af19624d3249daaf7db4d6c0 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 24 13:16:57 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 24 13:26:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5f6c79 dev-python/jaraco-versioning: New package, v1.1.0 Another NIH package, required (indirectly) for dev-python/rst-linker. Signed-off-by: Michał Górny gentoo.org> dev-python/jaraco-versioning/Manifest | 1 + .../jaraco-versioning-1.1.0.ebuild | 27 ++++++++++++++++++++++ dev-python/jaraco-versioning/metadata.xml | 12 ++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-python/jaraco-versioning/Manifest b/dev-python/jaraco-versioning/Manifest new file mode 100644 index 000000000000..d44373184e38 --- /dev/null +++ b/dev-python/jaraco-versioning/Manifest @@ -0,0 +1 @@ +DIST jaraco.versioning-1.1.0.tar.gz 9193 BLAKE2B 53839065296a9ae0ecf48553ee4beeffa5771257c58ae2799c15d58a9d0e0accb5b361ca0ac67bc6d69ae3c15aaece96aa479159a3df7ecd545eb75e21240d8b SHA512 aa2e93bb13fa4ca9f2df07f65bc801b3f03566df06be1b388fd1651c3610c59f691170db8de27146c602ef5df2306809efe3a84dc23c1a9e9d6806ad4ce27906 diff --git a/dev-python/jaraco-versioning/jaraco-versioning-1.1.0.ebuild b/dev-python/jaraco-versioning/jaraco-versioning-1.1.0.ebuild new file mode 100644 index 000000000000..4a3bcefbe2f6 --- /dev/null +++ b/dev-python/jaraco-versioning/jaraco-versioning-1.1.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=${PN/-/.} +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="More sophisticated version manipulation (than packaging)" +HOMEPAGE=" + https://github.com/jaraco/jaraco.versioning/ + https://pypi.org/project/jaraco.versioning/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/packaging[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/jaraco-versioning/metadata.xml b/dev-python/jaraco-versioning/metadata.xml new file mode 100644 index 000000000000..22a407f2797a --- /dev/null +++ b/dev-python/jaraco-versioning/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + jaraco/jaraco.versioning + jaraco.versioning + +