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 E92641581C1 for ; Mon, 15 Jul 2024 19:18:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E78FE2AB1; Mon, 15 Jul 2024 19:18:28 +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 22BDAE2AB1 for ; Mon, 15 Jul 2024 19:18:28 +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 3C536340940 for ; Mon, 15 Jul 2024 19:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 726A11E1B for ; Mon, 15 Jul 2024 19:18:20 +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: <1721070904.ed422608b323cd1cf99f6a343e80f774a98e75ab.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/metadata.xml dev-python/pycpio/pycpio-1.2.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: ed422608b323cd1cf99f6a343e80f774a98e75ab X-VCS-Branch: master Date: Mon, 15 Jul 2024 19:18: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: 55da3b5b-902a-40e0-ae85-bbe57d33c6d4 X-Archives-Hash: 45365a43097b97a6064c43fcbd08d7c3 commit: ed422608b323cd1cf99f6a343e80f774a98e75ab Author: Zen pyl onl> AuthorDate: Sat May 25 04:04:16 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jul 15 19:15:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed422608 dev-python/pycpio: Add 1.2.1, 9999; dependency of ugrd Co-authored-by: Andrew Nowa Ammerlaan gentoo.org> Signed-off-by: Zen <116166721+desultory users.noreply.github.com> Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/pycpio/Manifest | 1 + dev-python/pycpio/metadata.xml | 15 +++++++++++++++ dev-python/pycpio/pycpio-1.2.1.ebuild | 18 ++++++++++++++++++ dev-python/pycpio/pycpio-9999.ebuild | 17 +++++++++++++++++ 4 files changed, 51 insertions(+) diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest new file mode 100644 index 000000000000..81df698a05fd --- /dev/null +++ b/dev-python/pycpio/Manifest @@ -0,0 +1 @@ +DIST pycpio-1.2.1.tar.gz 18512 BLAKE2B e835e3810d174d8f4cd5afc2984c0d84d55f9492725c16afdcd1b760dc8c58b4b83a1d13c0b266c8ec9407ab5c1114fe95468d742b202ba99e3c4a76a69dff15 SHA512 4611829339a45a848deb0c5c35098215ac7c378714e4fb1e10975e00b386e5e6bcd295fde83f361998f234f506276b906a4424a7d4aa925fe2bd92a0d7311d86 diff --git a/dev-python/pycpio/metadata.xml b/dev-python/pycpio/metadata.xml new file mode 100644 index 000000000000..437ae2e18ded --- /dev/null +++ b/dev-python/pycpio/metadata.xml @@ -0,0 +1,15 @@ + + + + + dev@pyl.onl + Zen + + + andrewammerlaan@gentoo.org + Andrew Ammerlaan + + + desultory/PyCPIO + + diff --git a/dev-python/pycpio/pycpio-1.2.1.ebuild b/dev-python/pycpio/pycpio-1.2.1.ebuild new file mode 100644 index 000000000000..70b615758b8e --- /dev/null +++ b/dev-python/pycpio/pycpio-1.2.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..12} ) +inherit distutils-r1 + +DESCRIPTION="Python CPIO library" +HOMEPAGE="https://github.com/desultory/pycpio" +SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]" diff --git a/dev-python/pycpio/pycpio-9999.ebuild b/dev-python/pycpio/pycpio-9999.ebuild new file mode 100644 index 000000000000..190f9a014b59 --- /dev/null +++ b/dev-python/pycpio/pycpio-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..12} ) +inherit distutils-r1 git-r3 + +DESCRIPTION="Python CPIO library" +HOMEPAGE="https://github.com/desultory/pycpio" +EGIT_REPO_URI="https://github.com/desultory/${PN}" + +LICENSE="GPL-2" +SLOT="0" + +RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"