From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentle/
Date: Mon, 26 Jun 2023 18:13:11 +0000 (UTC) [thread overview]
Message-ID: <1687803168.5f7fb78aa3d251395d1540afddadc32f8d576c2f.sam@gentoo> (raw)
commit: 5f7fb78aa3d251395d1540afddadc32f8d576c2f
Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jun 26 13:29:05 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 18:12:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7fb78a
app-portage/gentle: new package, add 0.3.0
Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Closes: https://github.com/gentoo/gentoo/pull/31628
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentle/Manifest | 1 +
app-portage/gentle/gentle-0.3.0.ebuild | 39 ++++++++++++++++++++++++++++++++++
app-portage/gentle/metadata.xml | 20 +++++++++++++++++
3 files changed, 60 insertions(+)
diff --git a/app-portage/gentle/Manifest b/app-portage/gentle/Manifest
new file mode 100644
index 000000000000..44e009a44f2b
--- /dev/null
+++ b/app-portage/gentle/Manifest
@@ -0,0 +1 @@
+DIST gentle_mxml-0.3.0.tar.gz 34317 BLAKE2B caa5ce9e529a13c7df58b1b5622f1837bea1c05a77df7c85eefd087df204fcab14bbc0884b5dbfb056b4613520110e3a291a8f78cb4e798d6f32208e98d7da26 SHA512 a77154e43e17e12e514a5d579792d757b2e69c2aaa95a80af6e355eaaa8fcd2bd3e18373a96db7ad64804a1ce67dca32d9c0af2ac9bf11d5f18f0328d6501969
diff --git a/app-portage/gentle/gentle-0.3.0.ebuild b/app-portage/gentle/gentle-0.3.0.ebuild
new file mode 100644
index 000000000000..bd6d5c6e248d
--- /dev/null
+++ b/app-portage/gentle/gentle-0.3.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=flit
+PYPI_PN="gentle-mxml"
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="Gentoo Lazy Entry - a metadata.xml generator"
+HOMEPAGE="
+ https://gentle.sysrq.in
+ https://pypi.org/project/gentle-mxml/
+"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ test? (
+ app-text/xmldiff[${PYTHON_USEDEP}]
+ dev-python/pkginfo[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/rdflib[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep \
+ 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10)
+ )
+"
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+ optfeature "PKG-INFO support" dev-python/pkginfo
+ optfeature "yaml support" dev-python/pyyaml
+ optfeature "rdf support" dev-python/rdflib
+ optfeature "toml support" dev-python/tomli
+}
diff --git a/app-portage/gentle/metadata.xml b/app-portage/gentle/metadata.xml
new file mode 100644
index 000000000000..00af608c1fb5
--- /dev/null
+++ b/app-portage/gentle/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna Vyalkova</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <name>Anna</name>
+ <email>cyber@sysrq.in</email>
+ </maintainer>
+ <bugs-to>https://bugs.sysrq.in/enter_bug.cgi?product=Software&component=gentle</bugs-to>
+ <remote-id type="pypi">gentle-mxml</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2023-06-26 18:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-26 18:13 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-02 15:21 [gentoo-commits] repo/gentoo:master commit in: app-portage/gentle/ Sam James
2023-07-06 6:31 Sam James
2024-04-29 8:47 Viorel Munteanu
2024-04-29 8:47 Viorel Munteanu
2024-09-04 11:28 Petr Vaněk
2024-11-07 16:41 Joonas Niilola
2025-02-24 8:52 Petr Vaněk
2025-04-01 12:36 Joonas Niilola
2025-05-03 9:13 Pacho Ramos
2025-05-03 9:13 Pacho Ramos
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=1687803168.5f7fb78aa3d251395d1540afddadc32f8d576c2f.sam@gentoo \
--to=sam@gentoo.org \
--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