public inbox for gentoo-proxy-maint@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-proxy-maint] [PATCH 1/2] app-portage/gentle: add 0.4.1
@ 2024-01-04  5:18 Anna (cybertailor) Vyalkova
  2024-01-04  5:18 ` [gentoo-proxy-maint] [PATCH 2/2] app-portage/gentle: drop 0.3.1 Anna (cybertailor) Vyalkova
  0 siblings, 1 reply; 3+ messages in thread
From: Anna (cybertailor) Vyalkova @ 2024-01-04  5:18 UTC (permalink / raw
  To: gentoo-proxy-maint

Closes: https://bugs.gentoo.org/913548
Closes: https://bugs.gentoo.org/914436
Bug: https://bugs.gentoo.org/912768
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
---
 app-portage/gentle/Manifest            |  1 +
 app-portage/gentle/gentle-0.4.1.ebuild | 54 ++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)
 create mode 100644 app-portage/gentle/gentle-0.4.1.ebuild

diff --git a/app-portage/gentle/Manifest b/app-portage/gentle/Manifest
index 822c38d8bd..9e4ee56751 100644
--- a/app-portage/gentle/Manifest
+++ b/app-portage/gentle/Manifest
@@ -1,2 +1,3 @@
 DIST gentle_mxml-0.3.1.tar.gz 141735 BLAKE2B 6720ff9af32d83beac66e5e8fc71cc33a7554edb000b835d4f770da199806ebfbc3bdd95954b738f21768da6b6f8315cb870e2185b8066d5f69cad85128f60ec SHA512 4722e37c635d7f1b492bf52f3f4003deda1ba65c79be56228009875241048d6976b38e836e62f6d90adb8ec1bc545ff903487759ad581ffc0bb2e371d25dd780
 DIST gentle_mxml-0.4.0.tar.gz 329273 BLAKE2B baf6d954838d6cd2fc9548aaa33c85cb53307b325521a2fe300486a2cc08e833f835016ba632b484c1068c7deee3b2eeb17606f0180d248081304fa866b79461 SHA512 beac2c7bd3e4d80448fec5a633502e6cdc763145541b9205e3c354597b4e9c724f94cadb747b87df3c49669f5534cc9d123ded00b45b9cb783cd4e086a9b3ceb
+DIST gentle_mxml-0.4.1.tar.gz 353860 BLAKE2B 5f2d097d06b307a067548747bb6038d31d381791da4f2382a8c5dc8b30eb3ac2b1067da6fe17d90014fd890d559c4ace79dda5cefac484e59ed554d34ac3a185 SHA512 de7f13f15cb8b3fed9eb0e5d50c438617458308960a3f79f0769922b192220828b205a21f50b55441ec987fb71c38b7a7ad8936853b085347e17af8b26eecb26
diff --git a/app-portage/gentle/gentle-0.4.1.ebuild b/app-portage/gentle/gentle-0.4.1.ebuild
new file mode 100644
index 0000000000..41a4edf8fe
--- /dev/null
+++ b/app-portage/gentle/gentle-0.4.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+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"
+
+RDEPEND="
+	dev-python/lxml[${PYTHON_USEDEP}]
+	sys-apps/portage[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		app-text/xmldiff[${PYTHON_USEDEP}]
+		dev-lang/perl
+		dev-python/build[${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
+
+distutils_enable_sphinx docs \
+	dev-python/insipid-sphinx-theme \
+	dev-python/sphinx-prompt
+
+python_test() {
+	epytest --with-perl
+}
+
+pkg_postinst() {
+	optfeature "python packaging support" dev-python/build
+	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
+}
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-proxy-maint] [PATCH 2/2] app-portage/gentle: drop 0.3.1
  2024-01-04  5:18 [gentoo-proxy-maint] [PATCH 1/2] app-portage/gentle: add 0.4.1 Anna (cybertailor) Vyalkova
@ 2024-01-04  5:18 ` Anna (cybertailor) Vyalkova
  0 siblings, 0 replies; 3+ messages in thread
From: Anna (cybertailor) Vyalkova @ 2024-01-04  5:18 UTC (permalink / raw
  To: gentoo-proxy-maint

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
---
 app-portage/gentle/Manifest            |  1 -
 app-portage/gentle/gentle-0.3.1.ebuild | 43 --------------------------
 2 files changed, 44 deletions(-)
 delete mode 100644 app-portage/gentle/gentle-0.3.1.ebuild

diff --git a/app-portage/gentle/Manifest b/app-portage/gentle/Manifest
index 9e4ee56751..fbe5107fbd 100644
--- a/app-portage/gentle/Manifest
+++ b/app-portage/gentle/Manifest
@@ -1,3 +1,2 @@
-DIST gentle_mxml-0.3.1.tar.gz 141735 BLAKE2B 6720ff9af32d83beac66e5e8fc71cc33a7554edb000b835d4f770da199806ebfbc3bdd95954b738f21768da6b6f8315cb870e2185b8066d5f69cad85128f60ec SHA512 4722e37c635d7f1b492bf52f3f4003deda1ba65c79be56228009875241048d6976b38e836e62f6d90adb8ec1bc545ff903487759ad581ffc0bb2e371d25dd780
 DIST gentle_mxml-0.4.0.tar.gz 329273 BLAKE2B baf6d954838d6cd2fc9548aaa33c85cb53307b325521a2fe300486a2cc08e833f835016ba632b484c1068c7deee3b2eeb17606f0180d248081304fa866b79461 SHA512 beac2c7bd3e4d80448fec5a633502e6cdc763145541b9205e3c354597b4e9c724f94cadb747b87df3c49669f5534cc9d123ded00b45b9cb783cd4e086a9b3ceb
 DIST gentle_mxml-0.4.1.tar.gz 353860 BLAKE2B 5f2d097d06b307a067548747bb6038d31d381791da4f2382a8c5dc8b30eb3ac2b1067da6fe17d90014fd890d559c4ace79dda5cefac484e59ed554d34ac3a185 SHA512 de7f13f15cb8b3fed9eb0e5d50c438617458308960a3f79f0769922b192220828b205a21f50b55441ec987fb71c38b7a7ad8936853b085347e17af8b26eecb26
diff --git a/app-portage/gentle/gentle-0.3.1.ebuild b/app-portage/gentle/gentle-0.3.1.ebuild
deleted file mode 100644
index b24f526fe4..0000000000
--- a/app-portage/gentle/gentle-0.3.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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
-
-distutils_enable_sphinx docs \
-	dev-python/insipid-sphinx-theme \
-	dev-python/sphinx-prompt
-
-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
-}
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-proxy-maint] [PATCH 1/2] app-portage/gentle: add 0.4.1
@ 2024-01-10 20:32 Anna (cybertailor) Vyalkova
  0 siblings, 0 replies; 3+ messages in thread
From: Anna (cybertailor) Vyalkova @ 2024-01-10 20:32 UTC (permalink / raw
  To: gentoo-proxy-maint

Closes: https://bugs.gentoo.org/913548
Closes: https://bugs.gentoo.org/914436
Bug: https://bugs.gentoo.org/912768
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
---
 app-portage/gentle/Manifest            |  1 +
 app-portage/gentle/gentle-0.4.1.ebuild | 54 ++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)
 create mode 100644 app-portage/gentle/gentle-0.4.1.ebuild

diff --git a/app-portage/gentle/Manifest b/app-portage/gentle/Manifest
index 822c38d8bd..9e4ee56751 100644
--- a/app-portage/gentle/Manifest
+++ b/app-portage/gentle/Manifest
@@ -1,2 +1,3 @@
 DIST gentle_mxml-0.3.1.tar.gz 141735 BLAKE2B 6720ff9af32d83beac66e5e8fc71cc33a7554edb000b835d4f770da199806ebfbc3bdd95954b738f21768da6b6f8315cb870e2185b8066d5f69cad85128f60ec SHA512 4722e37c635d7f1b492bf52f3f4003deda1ba65c79be56228009875241048d6976b38e836e62f6d90adb8ec1bc545ff903487759ad581ffc0bb2e371d25dd780
 DIST gentle_mxml-0.4.0.tar.gz 329273 BLAKE2B baf6d954838d6cd2fc9548aaa33c85cb53307b325521a2fe300486a2cc08e833f835016ba632b484c1068c7deee3b2eeb17606f0180d248081304fa866b79461 SHA512 beac2c7bd3e4d80448fec5a633502e6cdc763145541b9205e3c354597b4e9c724f94cadb747b87df3c49669f5534cc9d123ded00b45b9cb783cd4e086a9b3ceb
+DIST gentle_mxml-0.4.1.tar.gz 353860 BLAKE2B 5f2d097d06b307a067548747bb6038d31d381791da4f2382a8c5dc8b30eb3ac2b1067da6fe17d90014fd890d559c4ace79dda5cefac484e59ed554d34ac3a185 SHA512 de7f13f15cb8b3fed9eb0e5d50c438617458308960a3f79f0769922b192220828b205a21f50b55441ec987fb71c38b7a7ad8936853b085347e17af8b26eecb26
diff --git a/app-portage/gentle/gentle-0.4.1.ebuild b/app-portage/gentle/gentle-0.4.1.ebuild
new file mode 100644
index 0000000000..41a4edf8fe
--- /dev/null
+++ b/app-portage/gentle/gentle-0.4.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+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"
+
+RDEPEND="
+	dev-python/lxml[${PYTHON_USEDEP}]
+	sys-apps/portage[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		app-text/xmldiff[${PYTHON_USEDEP}]
+		dev-lang/perl
+		dev-python/build[${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
+
+distutils_enable_sphinx docs \
+	dev-python/insipid-sphinx-theme \
+	dev-python/sphinx-prompt
+
+python_test() {
+	epytest --with-perl
+}
+
+pkg_postinst() {
+	optfeature "python packaging support" dev-python/build
+	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
+}
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-10 20:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-04  5:18 [gentoo-proxy-maint] [PATCH 1/2] app-portage/gentle: add 0.4.1 Anna (cybertailor) Vyalkova
2024-01-04  5:18 ` [gentoo-proxy-maint] [PATCH 2/2] app-portage/gentle: drop 0.3.1 Anna (cybertailor) Vyalkova
  -- strict thread matches above, loose matches on Subject: below --
2024-01-10 20:32 [gentoo-proxy-maint] [PATCH 1/2] app-portage/gentle: add 0.4.1 Anna (cybertailor) Vyalkova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox