public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "George Zenner" <dev@pyl.onl>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pycpio/
Date: Sun,  3 Dec 2023 03:02:39 +0000 (UTC)	[thread overview]
Message-ID: <1701572520.e5fe787892d0e4c083433f4ddde6ae842ec53f8d.dev@gentoo> (raw)

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"


             reply	other threads:[~2023-12-03  3:02 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-03  3:02 George Zenner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-03  5:29 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pycpio/ George Zenner
2023-12-04  2:01 George Zenner
2023-12-04 18:35 George Zenner
2023-12-04 20:11 George Zenner
2023-12-23  0:01 George Zenner
2023-12-23  0:01 George Zenner
2023-12-24 21:35 George Zenner
2024-01-01  2:16 George Zenner
2024-01-11 20:58 George Zenner
2024-01-21  1:21 George Zenner
2024-03-25  3:59 George Zenner
2024-04-15  1:07 George Zenner
2024-04-20  1:02 George Zenner
2024-05-13  2:44 George Zenner
2024-05-13  3:52 George Zenner
2024-05-13  3:52 George Zenner
2024-05-26 18:55 George Zenner
2024-05-27 14:33 George Zenner
2024-06-01 22:33 George Zenner
2024-06-02 19:32 George Zenner
2024-06-07  0:35 George Zenner
2024-06-07  0:39 George Zenner
2024-06-08 16:48 George Zenner
2024-06-09 20:36 George Zenner
2024-06-09 20:36 George Zenner
2024-06-09 20:48 George Zenner
2024-06-09 23:29 George Zenner
2024-07-15 19:26 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1701572520.e5fe787892d0e4c083433f4ddde6ae842ec53f8d.dev@gentoo \
    --to=dev@pyl.onl \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox