public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pem/
@ 2023-04-16  9:46 Nicola Smaniotto
  0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2023-04-16  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     abd9eea23d29c98c88c736b8749c44bd116e07b4
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Sun Apr 16 09:43:59 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Sun Apr 16 09:46:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=abd9eea2

dev-python/pem: new package, add 21.2.0

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/pem/Manifest          |  1 +
 dev-python/pem/pem-21.2.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/pem/Manifest b/dev-python/pem/Manifest
new file mode 100644
index 000000000..b6b482a0e
--- /dev/null
+++ b/dev-python/pem/Manifest
@@ -0,0 +1 @@
+DIST pem-21.2.0.tar.gz 35899 BLAKE2B b24affc1228d61b61660615c252fbac36abc3e42d9b54a026fd63c68b3ba470c3208ce12d2d8b188bb4e951f2ad55cd4cf441ffdbc49b681e9f0616ed5290123 SHA512 7e6f6d46bd1c8ab5c84b0edee182fbec7ae3c37e2005854ff1bc6f43cb47490a1f3bb0ac97cbc9e8c0ff830d4f22fcddd52f68206452a16ba862354a75491b18

diff --git a/dev-python/pem/pem-21.2.0.ebuild b/dev-python/pem/pem-21.2.0.ebuild
new file mode 100644
index 000000000..640731593
--- /dev/null
+++ b/dev-python/pem/pem-21.2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="Easy PEM file parsing in Python"
+HOMEPAGE="https://pem.readthedocs.io/"
+SRC_URI="https://github.com/hynek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+BDEPEND="
+	test? (
+		>=dev-python/coverage-5.0.2[${PYTHON_USEDEP}]
+		dev-python/certifi[${PYTHON_USEDEP}]
+		dev-python/pretend[${PYTHON_USEDEP}]
+		dev-python/pyopenssl[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pem/
@ 2023-12-16 11:42 Nicola Smaniotto
  0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2023-12-16 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9fe35bb07b825cc4c68944c97fae7d6f2ada265f
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Sat Dec 16 11:12:12 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Sat Dec 16 11:42:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fe35bb0

dev-python/pem: add myself as a maintainer

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/pem/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/pem/metadata.xml b/dev-python/pem/metadata.xml
index 190189d1b1..fb0019602d 100644
--- a/dev-python/pem/metadata.xml
+++ b/dev-python/pem/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>smaniotto.nicola@gmail.com</email>
+		<name>Nicola Smaniotto</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">hynek/pem</remote-id>
 		<doc>https://pem.readthedocs.io/</doc>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pem/
@ 2023-12-16 11:42 Nicola Smaniotto
  0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2023-12-16 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     246f00b0376fc98457d77a83d4f67a233989928f
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Sat Dec 16 11:20:37 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Sat Dec 16 11:42:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=246f00b0

dev-python/pem: add 23.1.0

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/pem/Manifest          |  1 +
 dev-python/pem/pem-23.1.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/pem/Manifest b/dev-python/pem/Manifest
index b6b482a0e3..cc23603a1a 100644
--- a/dev-python/pem/Manifest
+++ b/dev-python/pem/Manifest
@@ -1 +1,2 @@
 DIST pem-21.2.0.tar.gz 35899 BLAKE2B b24affc1228d61b61660615c252fbac36abc3e42d9b54a026fd63c68b3ba470c3208ce12d2d8b188bb4e951f2ad55cd4cf441ffdbc49b681e9f0616ed5290123 SHA512 7e6f6d46bd1c8ab5c84b0edee182fbec7ae3c37e2005854ff1bc6f43cb47490a1f3bb0ac97cbc9e8c0ff830d4f22fcddd52f68206452a16ba862354a75491b18
+DIST pem-23.1.0.tar.gz 43796 BLAKE2B 903b6bbad0a73266467d876eba2a6a32993fd57f75630149bb00c8eac9f51a0fa7b1edcff9c09d48167f971c1da51f688ae0bda9494c3d3e3acf11262983858d SHA512 e742dba55df69736ed5896370da980b25961682a9fd38b6940490cb82332813fc1d7a931fe651716fa31caf6080e6fb047d0ef62d3e61d7e3e1288a00b70051e

diff --git a/dev-python/pem/pem-23.1.0.ebuild b/dev-python/pem/pem-23.1.0.ebuild
new file mode 100644
index 0000000000..b2fa0bb3cc
--- /dev/null
+++ b/dev-python/pem/pem-23.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Easy PEM file parsing in Python"
+HOMEPAGE="https://pem.readthedocs.io/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+BDEPEND="
+	test? (
+		>=dev-python/coverage-5.0.2[${PYTHON_USEDEP}]
+		dev-python/certifi[${PYTHON_USEDEP}]
+		dev-python/pretend[${PYTHON_USEDEP}]
+		dev-python/pyopenssl[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pem/
@ 2023-12-19  8:35 Nicola Smaniotto
  0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2023-12-19  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     aa4635984d64b2b424b8f364340abda283399bdd
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue Dec 19 08:32:49 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Tue Dec 19 08:32:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa463598

dev-python/pem: add pypi upstream metadata

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/pem/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pem/metadata.xml b/dev-python/pem/metadata.xml
index fb0019602d..d20862ac84 100644
--- a/dev-python/pem/metadata.xml
+++ b/dev-python/pem/metadata.xml
@@ -7,6 +7,7 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="github">hynek/pem</remote-id>
+		<remote-id type="pypi">pem</remote-id>
 		<doc>https://pem.readthedocs.io/</doc>
 		<bugs-to>https://github.com/hynek/pem/issues</bugs-to>
 	</upstream>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pem/
@ 2023-12-19  8:35 Nicola Smaniotto
  0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2023-12-19  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     96d373a37cc921bfdddd41b58eeac27839e5d3fd
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue Dec 19 08:34:31 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Tue Dec 19 08:34:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96d373a3

dev-python/pem: update SRC_URI

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/pem/Manifest          | 2 +-
 dev-python/pem/pem-21.2.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pem/Manifest b/dev-python/pem/Manifest
index cc23603a1a..c60227d7b6 100644
--- a/dev-python/pem/Manifest
+++ b/dev-python/pem/Manifest
@@ -1,2 +1,2 @@
-DIST pem-21.2.0.tar.gz 35899 BLAKE2B b24affc1228d61b61660615c252fbac36abc3e42d9b54a026fd63c68b3ba470c3208ce12d2d8b188bb4e951f2ad55cd4cf441ffdbc49b681e9f0616ed5290123 SHA512 7e6f6d46bd1c8ab5c84b0edee182fbec7ae3c37e2005854ff1bc6f43cb47490a1f3bb0ac97cbc9e8c0ff830d4f22fcddd52f68206452a16ba862354a75491b18
+DIST pem-21.2.0.gh.tar.gz 35899 BLAKE2B b24affc1228d61b61660615c252fbac36abc3e42d9b54a026fd63c68b3ba470c3208ce12d2d8b188bb4e951f2ad55cd4cf441ffdbc49b681e9f0616ed5290123 SHA512 7e6f6d46bd1c8ab5c84b0edee182fbec7ae3c37e2005854ff1bc6f43cb47490a1f3bb0ac97cbc9e8c0ff830d4f22fcddd52f68206452a16ba862354a75491b18
 DIST pem-23.1.0.tar.gz 43796 BLAKE2B 903b6bbad0a73266467d876eba2a6a32993fd57f75630149bb00c8eac9f51a0fa7b1edcff9c09d48167f971c1da51f688ae0bda9494c3d3e3acf11262983858d SHA512 e742dba55df69736ed5896370da980b25961682a9fd38b6940490cb82332813fc1d7a931fe651716fa31caf6080e6fb047d0ef62d3e61d7e3e1288a00b70051e

diff --git a/dev-python/pem/pem-21.2.0.ebuild b/dev-python/pem/pem-21.2.0.ebuild
index 20e198ce50..f4c1804532 100644
--- a/dev-python/pem/pem-21.2.0.ebuild
+++ b/dev-python/pem/pem-21.2.0.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Easy PEM file parsing in Python"
 HOMEPAGE="https://pem.readthedocs.io/"
-SRC_URI="https://github.com/hynek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/hynek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pem/
@ 2023-12-19  8:35 Nicola Smaniotto
  0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2023-12-19  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     f241f57573f527df3025a5d9828da58bf8ffcd20
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue Dec 19 08:30:42 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Tue Dec 19 08:32:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f241f575

dev-python/pem: add missing build dependency

Closes: https://bugs.gentoo.org/920305
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/pem/pem-23.1.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pem/pem-23.1.0.ebuild b/dev-python/pem/pem-23.1.0.ebuild
index b2fa0bb3cc..f98e50e812 100644
--- a/dev-python/pem/pem-23.1.0.ebuild
+++ b/dev-python/pem/pem-23.1.0.ebuild
@@ -16,6 +16,7 @@ KEYWORDS="~amd64"
 
 RDEPEND=""
 BDEPEND="
+	dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
 	test? (
 		>=dev-python/coverage-5.0.2[${PYTHON_USEDEP}]
 		dev-python/certifi[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pem/
@ 2024-01-12 10:50 Nicola Smaniotto
  0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2024-01-12 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     9858e9a33c58d809053247718753116c952633a5
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Fri Jan 12 10:49:29 2024 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Fri Jan 12 10:50:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9858e9a3

dev-python/pem: add missing build dependency

Closes: https://bugs.gentoo.org/921894
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/pem/pem-23.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pem/pem-23.1.0.ebuild b/dev-python/pem/pem-23.1.0.ebuild
index f98e50e812..4f7670deaa 100644
--- a/dev-python/pem/pem-23.1.0.ebuild
+++ b/dev-python/pem/pem-23.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,9 +14,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND=""
 BDEPEND="
 	dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
+	dev-python/hatch-vcs[${PYTHON_USEDEP}]
 	test? (
 		>=dev-python/coverage-5.0.2[${PYTHON_USEDEP}]
 		dev-python/certifi[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pem/
@ 2024-05-15  0:45 Julien Roy
  0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2024-05-15  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     96cda54020c13d65d965febfd354b8295468b784
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 23:59:18 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 00:44:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96cda540

dev-python/pem: drop 21.2.0

Closes: https://bugs.gentoo.org/931407
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/pem/Manifest          |  1 -
 dev-python/pem/pem-21.2.0.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-python/pem/Manifest b/dev-python/pem/Manifest
index c60227d7b6..9f68271c31 100644
--- a/dev-python/pem/Manifest
+++ b/dev-python/pem/Manifest
@@ -1,2 +1 @@
-DIST pem-21.2.0.gh.tar.gz 35899 BLAKE2B b24affc1228d61b61660615c252fbac36abc3e42d9b54a026fd63c68b3ba470c3208ce12d2d8b188bb4e951f2ad55cd4cf441ffdbc49b681e9f0616ed5290123 SHA512 7e6f6d46bd1c8ab5c84b0edee182fbec7ae3c37e2005854ff1bc6f43cb47490a1f3bb0ac97cbc9e8c0ff830d4f22fcddd52f68206452a16ba862354a75491b18
 DIST pem-23.1.0.tar.gz 43796 BLAKE2B 903b6bbad0a73266467d876eba2a6a32993fd57f75630149bb00c8eac9f51a0fa7b1edcff9c09d48167f971c1da51f688ae0bda9494c3d3e3acf11262983858d SHA512 e742dba55df69736ed5896370da980b25961682a9fd38b6940490cb82332813fc1d7a931fe651716fa31caf6080e6fb047d0ef62d3e61d7e3e1288a00b70051e

diff --git a/dev-python/pem/pem-21.2.0.ebuild b/dev-python/pem/pem-21.2.0.ebuild
deleted file mode 100644
index d9d1519003..0000000000
--- a/dev-python/pem/pem-21.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
-
-DESCRIPTION="Easy PEM file parsing in Python"
-HOMEPAGE="https://pem.readthedocs.io/"
-SRC_URI="https://github.com/hynek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
-	test? (
-		>=dev-python/coverage-5.0.2[${PYTHON_USEDEP}]
-		dev-python/certifi[${PYTHON_USEDEP}]
-		dev-python/pretend[${PYTHON_USEDEP}]
-		dev-python/pyopenssl[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pem/
@ 2024-11-25 11:33 Takuya Wakazono
  0 siblings, 0 replies; 9+ messages in thread
From: Takuya Wakazono @ 2024-11-25 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     76c411bfda8e5a9fa269badd3d6f26edfd66d603
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Nov 25 11:32:42 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon Nov 25 11:32:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76c411bf

dev-python/pem: enable py3.13

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/pem/pem-23.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pem/pem-23.1.0.ebuild b/dev-python/pem/pem-23.1.0.ebuild
index 4f7670dea..9d7152824 100644
--- a/dev-python/pem/pem-23.1.0.ebuild
+++ b/dev-python/pem/pem-23.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Easy PEM file parsing in Python"


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

end of thread, other threads:[~2024-11-25 11:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-12 10:50 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pem/ Nicola Smaniotto
  -- strict thread matches above, loose matches on Subject: below --
2024-11-25 11:33 Takuya Wakazono
2024-05-15  0:45 Julien Roy
2023-12-19  8:35 Nicola Smaniotto
2023-12-19  8:35 Nicola Smaniotto
2023-12-19  8:35 Nicola Smaniotto
2023-12-16 11:42 Nicola Smaniotto
2023-12-16 11:42 Nicola Smaniotto
2023-04-16  9:46 Nicola Smaniotto

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