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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD83715852A for ; Sat, 17 Aug 2024 14:45:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2696D2BC014; Sat, 17 Aug 2024 14:45:56 +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 039782BC014 for ; Sat, 17 Aug 2024 14:45:56 +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 F296B33BE32 for ; Sat, 17 Aug 2024 14:45:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 244051EF2 for ; Sat, 17 Aug 2024 14:45:53 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1723905875.4d1d228b10e2c1b1a587bd8eb81e7f260e06b0b8.andrewammerlaan@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.3.1.ebuild dev-python/pycpio/pycpio-9999.ebuild X-VCS-Directories: dev-python/pycpio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4d1d228b10e2c1b1a587bd8eb81e7f260e06b0b8 X-VCS-Branch: master Date: Sat, 17 Aug 2024 14:45:53 +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: 0f971518-5297-4735-b7df-4a1c27d369dc X-Archives-Hash: 7143acc37907048ac3ed3841ca0303ce commit: 4d1d228b10e2c1b1a587bd8eb81e7f260e06b0b8 Author: Zen pyl onl> AuthorDate: Sat Aug 17 14:21:29 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Aug 17 14:44:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1d228b dev-python/pycpio: Add 1.3.1 and tests Signed-off-by: Zen pyl.onl> Closes: https://github.com/gentoo/gentoo/pull/38179 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/pycpio/Manifest | 1 + .../pycpio/{pycpio-9999.ebuild => pycpio-1.3.1.ebuild} | 13 ++++++++++--- dev-python/pycpio/pycpio-9999.ebuild | 6 ++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest index 81df698a05fd..d8ddc058cbca 100644 --- a/dev-python/pycpio/Manifest +++ b/dev-python/pycpio/Manifest @@ -1 +1,2 @@ DIST pycpio-1.2.1.tar.gz 18512 BLAKE2B e835e3810d174d8f4cd5afc2984c0d84d55f9492725c16afdcd1b760dc8c58b4b83a1d13c0b266c8ec9407ab5c1114fe95468d742b202ba99e3c4a76a69dff15 SHA512 4611829339a45a848deb0c5c35098215ac7c378714e4fb1e10975e00b386e5e6bcd295fde83f361998f234f506276b906a4424a7d4aa925fe2bd92a0d7311d86 +DIST pycpio-1.3.1.tar.gz 22457 BLAKE2B de24a569d7114e31e9093d05f7b3651e9ee1e77c233d46114bd53e0821b1c7bbaac61691dd8abfb0ade23bdc15c8e5f35f2c8c7cb8e1160b82450dcc7e8280bc SHA512 5672ed515434e94c4812532d4405db172eaa54ed9ef497b31fe354eb374157b070ab50481cc852e04312d01aa821fe0c4aeb2824cfc246c68c841288a92a25d9 diff --git a/dev-python/pycpio/pycpio-9999.ebuild b/dev-python/pycpio/pycpio-1.3.1.ebuild similarity index 52% copy from dev-python/pycpio/pycpio-9999.ebuild copy to dev-python/pycpio/pycpio-1.3.1.ebuild index a025a3b5791e..837c98d10d5d 100644 --- a/dev-python/pycpio/pycpio-9999.ebuild +++ b/dev-python/pycpio/pycpio-1.3.1.ebuild @@ -5,13 +5,20 @@ 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}" +SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" +KEYWORDS="~amd64 ~arm64" -RDEPEND=">=dev-python/zenlib-9999[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]" + +distutils_enable_tests unittest + +python_test() { + eunittest tests/ +} diff --git a/dev-python/pycpio/pycpio-9999.ebuild b/dev-python/pycpio/pycpio-9999.ebuild index a025a3b5791e..140af15820ae 100644 --- a/dev-python/pycpio/pycpio-9999.ebuild +++ b/dev-python/pycpio/pycpio-9999.ebuild @@ -15,3 +15,9 @@ LICENSE="GPL-2" SLOT="0" RDEPEND=">=dev-python/zenlib-9999[${PYTHON_USEDEP}]" + +distutils_enable_tests unittest + +python_test() { + eunittest tests/ +}