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>d...@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"

Reply via email to