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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F6B8158046 for ; Mon, 14 Oct 2024 04:11:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6482CE08F6; Mon, 14 Oct 2024 04:11:42 +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 219A6E08ED for ; Mon, 14 Oct 2024 04:11:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DCE4343119 for ; Mon, 14 Oct 2024 04:11:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0EA81F42 for ; Mon, 14 Oct 2024 04:11:38 +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: <1728879092.47d84279928732ab322f2bae8ee530d4f3784395.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycpio/Manifest dev-python/pycpio/pycpio-1.4.0.ebuild dev-python/pycpio/pycpio-9999.ebuild X-VCS-Directories: dev-python/pycpio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 47d84279928732ab322f2bae8ee530d4f3784395 X-VCS-Branch: master Date: Mon, 14 Oct 2024 04:11:38 +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: cff8f84d-58db-435b-9a0c-6a7046fd37a5 X-Archives-Hash: 6d67042eae35b0e8aee28befcd13ab9e commit: 47d84279928732ab322f2bae8ee530d4f3784395 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 14 03:59:44 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 14 04:11:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d84279 dev-python/pycpio: Bump to 1.4.0 Signed-off-by: Michał Górny gentoo.org> dev-python/pycpio/Manifest | 1 + .../pycpio/{pycpio-9999.ebuild => pycpio-1.4.0.ebuild} | 17 ++++++++++++----- dev-python/pycpio/pycpio-9999.ebuild | 7 +++++-- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest index 62898fa7d161..2fa5700345d9 100644 --- a/dev-python/pycpio/Manifest +++ b/dev-python/pycpio/Manifest @@ -1 +1,2 @@ DIST pycpio-1.3.2.tar.gz 22449 BLAKE2B 9f183ccb44552295c1ddf83102865b59f00f387302cbfcdf4cf226bd72a7e6b49883db8c0fece50904c4dc4891f8ee2b513e3192d95f74dd673e3c71e13817dc SHA512 d5e7f4f59e91944bf3c49cb3da79e34b11167a39374036906a3c1fb2230992ec31c1c51880cf26ef3682a58a5082627635576bd697a4b972edd9d62ade7e9130 +DIST pycpio-1.4.0.gh.tar.gz 22518 BLAKE2B 192ce37d9ffa1e049ff7f11494a01295f28efbb4cca08b0a7316ea130a4c5d8edf51101a2e07276d4a24fdbca01644082489cb531ad049ad8ce4c801e90d6add SHA512 3fc30159ea14ec16ca30031df2e1624e92b3815829e00eedeccb41b3fb224c17d1af18d2d544ccf677094f6ab5c7d76407bc8d316c359fe8620ab350aed080e1 diff --git a/dev-python/pycpio/pycpio-9999.ebuild b/dev-python/pycpio/pycpio-1.4.0.ebuild similarity index 52% copy from dev-python/pycpio/pycpio-9999.ebuild copy to dev-python/pycpio/pycpio-1.4.0.ebuild index 140af15820ae..0ffa2f141e23 100644 --- a/dev-python/pycpio/pycpio-9999.ebuild +++ b/dev-python/pycpio/pycpio-1.4.0.ebuild @@ -5,19 +5,26 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..12} ) -inherit distutils-r1 git-r3 + +inherit distutils-r1 DESCRIPTION="Python CPIO library" -HOMEPAGE="https://github.com/desultory/pycpio" -EGIT_REPO_URI="https://github.com/desultory/${PN}" +HOMEPAGE="https://github.com/desultory/pycpio/" +SRC_URI=" + https://github.com/desultory/pycpio/archive/refs/tags/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="GPL-2" SLOT="0" +KEYWORDS="~amd64 ~arm64" -RDEPEND=">=dev-python/zenlib-9999[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/zenlib-2.3.0[${PYTHON_USEDEP}] +" distutils_enable_tests unittest python_test() { - eunittest tests/ + eunittest tests } diff --git a/dev-python/pycpio/pycpio-9999.ebuild b/dev-python/pycpio/pycpio-9999.ebuild index 140af15820ae..2f01756bb307 100644 --- a/dev-python/pycpio/pycpio-9999.ebuild +++ b/dev-python/pycpio/pycpio-9999.ebuild @@ -5,6 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..12} ) + inherit distutils-r1 git-r3 DESCRIPTION="Python CPIO library" @@ -14,10 +15,12 @@ EGIT_REPO_URI="https://github.com/desultory/${PN}" LICENSE="GPL-2" SLOT="0" -RDEPEND=">=dev-python/zenlib-9999[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/zenlib-2.3.0[${PYTHON_USEDEP}] +" distutils_enable_tests unittest python_test() { - eunittest tests/ + eunittest tests }