From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1576080-garchives=archives.gentoo.org@lists.gentoo.org> 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 C90A5158013 for <garchives@archives.gentoo.org>; Sun, 3 Dec 2023 03:02:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 048602BC019; Sun, 3 Dec 2023 03:02:43 +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 DAFC12BC019 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Dec 2023 03:02: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9EDD335C11 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Dec 2023 03:02:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D53C513F1 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Dec 2023 03:02:39 +0000 (UTC) From: "George Zenner" <dev@pyl.onl> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "George Zenner" <dev@pyl.onl> Message-ID: <1701572520.e5fe787892d0e4c083433f4ddde6ae842ec53f8d.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pycpio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pycpio/Manifest dev-python/pycpio/metadata.xml dev-python/pycpio/pycpio-0.5.0.ebuild X-VCS-Directories: dev-python/pycpio/ X-VCS-Committer: dev X-VCS-Committer-Name: George Zenner X-VCS-Revision: e5fe787892d0e4c083433f4ddde6ae842ec53f8d X-VCS-Branch: dev Date: Sun, 3 Dec 2023 03:02:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8672cc97-4105-48fc-8781-47495ecc79c1 X-Archives-Hash: d98f50e490ab996acc4e8fdb78aa60c2 commit: e5fe787892d0e4c083433f4ddde6ae842ec53f8d Author: Zen <z <AT> pyl <DOT> onl> AuthorDate: Sun Dec 3 03:02:00 2023 +0000 Commit: George Zenner <dev <AT> pyl <DOT> onl> CommitDate: Sun Dec 3 03:02:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5fe7878 dev-libs/pycpio: Added PyCPIO for UGRD Signed-off-by: Zen <z <AT> pyl.onl> dev-python/pycpio/Manifest | 1 + dev-python/pycpio/metadata.xml | 11 +++++++++++ dev-python/pycpio/pycpio-0.5.0.ebuild | 21 +++++++++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest new file mode 100644 index 0000000000..6973a8c128 --- /dev/null +++ b/dev-python/pycpio/Manifest @@ -0,0 +1 @@ +DIST pycpio-0.5.0.tar.gz 16698 BLAKE2B 5fe178b6bd120d214812ac67a2792ce43c4061f798b000886749890ecd9f75aede596e92b2cc42900cc38798cfa6d9ad11434191ec5db13750b10007c1cf9266 SHA512 8c85576269a52f0c855151b2e4aa746e618faebaee11eee1a4762f679957e2a75b5ad351aa40e281b7253d653b8c2df55e0afff1cb1ab2525143843b3b72d0cb diff --git a/dev-python/pycpio/metadata.xml b/dev-python/pycpio/metadata.xml new file mode 100644 index 0000000000..a51ad41ffb --- /dev/null +++ b/dev-python/pycpio/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>dev@pyl.onl</email> + <name>Zen</name> + </maintainer> + <upstream> + <remote-id type="github">desultory/PyCPIO</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/pycpio/pycpio-0.5.0.ebuild b/dev-python/pycpio/pycpio-0.5.0.ebuild new file mode 100644 index 0000000000..658888d695 --- /dev/null +++ b/dev-python/pycpio/pycpio-0.5.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 2023 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" + +# Specify the subdirectory containing the actual source code +S="${WORKDIR}/${PN}-${PV}/src" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=">=dev-python/zenlib-1.1.1"