public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/importlib-resources/
  2023-12-12 10:46 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2023-12-12 10:52 ` David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2023-12-12 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ca6f632ac92b29d990d736cafe8b01c44d1ebd36
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Dec 12 10:44:45 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Dec 12 10:44:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca6f632a

dev-python/importlib-resources: new package, add 6.1.1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/importlib-resources/Manifest            |  1 +
 .../importlib-resources-6.1.1.ebuild               | 27 ++++++++++++++++++++++
 dev-python/importlib-resources/metadata.xml        | 11 +++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/importlib-resources/Manifest b/dev-python/importlib-resources/Manifest
new file mode 100644
index 0000000000..57bfbbb291
--- /dev/null
+++ b/dev-python/importlib-resources/Manifest
@@ -0,0 +1 @@
+DIST importlib_resources-6.1.1.tar.gz 38620 BLAKE2B 351c8ca588fa757ab8300dbf673c0e9a6fc8b6638b4ae98151a5ace91e661add5bb8e9eb98fae33db4920cc9afce3358529d4613db0f9278e14d6278d38d9e9c SHA512 4d16891b81ef0257da3df8db930f3c823af5ed9f01907ee278bf7b8e78c887ab1d88dcfda4b70c648bbb4a92449727140e7b255d5d92458233ce55570d624d81

diff --git a/dev-python/importlib-resources/importlib-resources-6.1.1.ebuild b/dev-python/importlib-resources/importlib-resources-6.1.1.ebuild
new file mode 100644
index 0000000000..4228e81d63
--- /dev/null
+++ b/dev-python/importlib-resources/importlib-resources-6.1.1.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=setuptools
+PYTHON_COMPAT=( python3_{11,12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Backport of the importlib.resources module"
+HOMEPAGE="
+	https://pypi.org/project/importlib-resources/
+	https://github.com/python/importlib_resources
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	test? (
+		dev-python/zipp
+	)
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/importlib-resources/metadata.xml b/dev-python/importlib-resources/metadata.xml
new file mode 100644
index 0000000000..2eadb960a4
--- /dev/null
+++ b/dev-python/importlib-resources/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">importlib-resources</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/importlib-resources/
@ 2024-04-24 12:11 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-04-24 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     0b32fd8a1e4ea3a241e755bd0e2cf1481e82944a
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Apr 23 22:20:47 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 23 22:20:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b32fd8a

dev-python/importlib-resources: add github upstream metadata

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

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

diff --git a/dev-python/importlib-resources/metadata.xml b/dev-python/importlib-resources/metadata.xml
index 2eadb960a4..a8102718f5 100644
--- a/dev-python/importlib-resources/metadata.xml
+++ b/dev-python/importlib-resources/metadata.xml
@@ -7,5 +7,6 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="pypi">importlib-resources</remote-id>
+		<remote-id type="github">python/importlib_resources</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/importlib-resources/
@ 2024-04-24 12:11 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-04-24 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     9204890023ede02d160fee230c145f092433f2ae
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Apr 23 22:20:35 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 23 22:20:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92048900

dev-python/importlib-resources: add 6.4.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/importlib-resources/Manifest            |  1 +
 .../importlib-resources-6.4.0.ebuild               | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/importlib-resources/Manifest b/dev-python/importlib-resources/Manifest
index 57bfbbb291..bfded02b2a 100644
--- a/dev-python/importlib-resources/Manifest
+++ b/dev-python/importlib-resources/Manifest
@@ -1 +1,2 @@
 DIST importlib_resources-6.1.1.tar.gz 38620 BLAKE2B 351c8ca588fa757ab8300dbf673c0e9a6fc8b6638b4ae98151a5ace91e661add5bb8e9eb98fae33db4920cc9afce3358529d4613db0f9278e14d6278d38d9e9c SHA512 4d16891b81ef0257da3df8db930f3c823af5ed9f01907ee278bf7b8e78c887ab1d88dcfda4b70c648bbb4a92449727140e7b255d5d92458233ce55570d624d81
+DIST importlib_resources-6.4.0.tar.gz 42040 BLAKE2B 55b52a42051c6900af7b5b70783476a48398ae02539871a3f508df08fd5b4ec03bbe40980de8cd49a60cc022905a4ffdfd95b55d70e0cfb5d64497b02cc9b88f SHA512 c600e7ba96431f15a929e5acda89a262ceef33a3f44ae361fad4201dde8033dd8f0f2bcb856619fd5e21209a5d17cf9ae3610e65c3e6ecd0e36545437d0064b9

diff --git a/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild b/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild
new file mode 100644
index 0000000000..208ce4b901
--- /dev/null
+++ b/dev-python/importlib-resources/importlib-resources-6.4.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_{11,12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Backport of the importlib.resources module"
+HOMEPAGE="
+	https://pypi.org/project/importlib-resources/
+	https://github.com/python/importlib_resources
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	test? (
+		dev-python/zipp[${PYTHON_USEDEP}]
+		dev-python/jaraco-test[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/importlib-resources/
@ 2024-04-25 21:49 Julien Roy
  0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-04-25 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     31aa372375304ce4754be632b4fe02a62ab44829
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Apr 25 10:41:12 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Apr 25 10:41:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31aa3723

dev-python/importlib-resources: treeclean, moved to ::gentoo

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/importlib-resources/Manifest            |  2 --
 .../importlib-resources-6.1.1.ebuild               | 27 ---------------------
 .../importlib-resources-6.4.0.ebuild               | 28 ----------------------
 dev-python/importlib-resources/metadata.xml        | 12 ----------
 4 files changed, 69 deletions(-)

diff --git a/dev-python/importlib-resources/Manifest b/dev-python/importlib-resources/Manifest
deleted file mode 100644
index bfded02b2a..0000000000
--- a/dev-python/importlib-resources/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST importlib_resources-6.1.1.tar.gz 38620 BLAKE2B 351c8ca588fa757ab8300dbf673c0e9a6fc8b6638b4ae98151a5ace91e661add5bb8e9eb98fae33db4920cc9afce3358529d4613db0f9278e14d6278d38d9e9c SHA512 4d16891b81ef0257da3df8db930f3c823af5ed9f01907ee278bf7b8e78c887ab1d88dcfda4b70c648bbb4a92449727140e7b255d5d92458233ce55570d624d81
-DIST importlib_resources-6.4.0.tar.gz 42040 BLAKE2B 55b52a42051c6900af7b5b70783476a48398ae02539871a3f508df08fd5b4ec03bbe40980de8cd49a60cc022905a4ffdfd95b55d70e0cfb5d64497b02cc9b88f SHA512 c600e7ba96431f15a929e5acda89a262ceef33a3f44ae361fad4201dde8033dd8f0f2bcb856619fd5e21209a5d17cf9ae3610e65c3e6ecd0e36545437d0064b9

diff --git a/dev-python/importlib-resources/importlib-resources-6.1.1.ebuild b/dev-python/importlib-resources/importlib-resources-6.1.1.ebuild
deleted file mode 100644
index 4228e81d63..0000000000
--- a/dev-python/importlib-resources/importlib-resources-6.1.1.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_{11,12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Backport of the importlib.resources module"
-HOMEPAGE="
-	https://pypi.org/project/importlib-resources/
-	https://github.com/python/importlib_resources
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
-	test? (
-		dev-python/zipp
-	)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild b/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild
deleted file mode 100644
index 208ce4b901..0000000000
--- a/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild
+++ /dev/null
@@ -1,28 +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_{11,12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Backport of the importlib.resources module"
-HOMEPAGE="
-	https://pypi.org/project/importlib-resources/
-	https://github.com/python/importlib_resources
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
-	test? (
-		dev-python/zipp[${PYTHON_USEDEP}]
-		dev-python/jaraco-test[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/importlib-resources/metadata.xml b/dev-python/importlib-resources/metadata.xml
deleted file mode 100644
index a8102718f5..0000000000
--- a/dev-python/importlib-resources/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>davidroman96@gmail.com</email>
-		<name>David Roman</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="pypi">importlib-resources</remote-id>
-		<remote-id type="github">python/importlib_resources</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2024-04-25 21:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-25 21:49 [gentoo-commits] repo/proj/guru:master commit in: dev-python/importlib-resources/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2024-04-24 12:11 David Roman
2024-04-24 12:11 David Roman
2023-12-12 10:46 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-12-12 10:52 ` [gentoo-commits] repo/proj/guru:master " David Roman

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