public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/unearth/
@ 2023-03-23  9:12 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-03-23  9:12 UTC (permalink / raw
  To: gentoo-commits

commit:     1303f113e1fe84daafb367ef9e5509191cf1b104
Author:     Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail <DOT> com>
AuthorDate: Tue Mar 21 16:35:40 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 17:13:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1303f113

dev-python/unearth: new package, add 0.8.1

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail.com>

 dev-python/unearth/Manifest             |  1 +
 dev-python/unearth/metadata.xml         | 12 ++++++++++
 dev-python/unearth/unearth-0.8.1.ebuild | 39 +++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
new file mode 100644
index 000000000..c7bc563f9
--- /dev/null
+++ b/dev-python/unearth/Manifest
@@ -0,0 +1 @@
+DIST unearth-0.8.1.tar.gz 269300 BLAKE2B bbdfc83d5b25386e49bc21e25c5a0f8daf7d31f0afa8828576b06b366a093589ba23f5a7cc36a3ac47a254bd0734eeb8da9f14d0844d5a43b163dc9551c1cb8e SHA512 b4ffe0c79092622c8c7fff1b3b648fa741408d0e18925cbf39a2e662500cf3e976b745bd4a6bcbdeb879f71fe9efdf074719186ee9036a296ec10589e14fd3ab

diff --git a/dev-python/unearth/metadata.xml b/dev-python/unearth/metadata.xml
new file mode 100644
index 000000000..a663f3e5c
--- /dev/null
+++ b/dev-python/unearth/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>falbrechtskirchinger@gmail.com</email>
+    <name>Florian Albrechtskirchinger</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">frostming/unearth</remote-id>
+    <remote-id type="pypi">unearth</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/unearth/unearth-0.8.1.ebuild b/dev-python/unearth/unearth-0.8.1.ebuild
new file mode 100644
index 000000000..bb394310e
--- /dev/null
+++ b/dev-python/unearth/unearth-0.8.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+	https://github.com/frostming/unearth/
+	https://pypi.org/project/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+"
+
+# TODO add package dev-python/requests-wsgi-adapter and enable tests
+# BDEPEND="
+#	${RDEPEND}
+#	test? (
+#		dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+#		dev-python/flask[${PYTHON_USEDEP}]
+#		dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+#		dev-python/trustme[${PYTHON_USEDEP}]
+#	)
+# "
+
+# distutils_enable_tests pytest
+
+RESTRICT="test"


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/unearth/
@ 2023-03-23  9:12 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-03-23  9:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3fa9708438ed073b21d7723cf1d0db9927db1f9e
Author:     Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail <DOT> com>
AuthorDate: Tue Mar 21 17:49:48 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 17:49:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fa97084

dev-python/unearth: enable tests

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail.com>

 dev-python/unearth/unearth-0.8.1.ebuild | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/dev-python/unearth/unearth-0.8.1.ebuild b/dev-python/unearth/unearth-0.8.1.ebuild
index bb394310e..86b647e2b 100644
--- a/dev-python/unearth/unearth-0.8.1.ebuild
+++ b/dev-python/unearth/unearth-0.8.1.ebuild
@@ -23,17 +23,14 @@ RDEPEND="
 	dev-python/requests[${PYTHON_USEDEP}]
 "
 
-# TODO add package dev-python/requests-wsgi-adapter and enable tests
-# BDEPEND="
-#	${RDEPEND}
-#	test? (
-#		dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-#		dev-python/flask[${PYTHON_USEDEP}]
-#		dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
-#		dev-python/trustme[${PYTHON_USEDEP}]
-#	)
-# "
-
-# distutils_enable_tests pytest
-
-RESTRICT="test"
+BDEPEND="
+	${RDEPEND}
+	test? (
+		dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+		dev-python/flask[${PYTHON_USEDEP}]
+		dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+		dev-python/trustme[${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/unearth/
@ 2023-05-06  6:59 Viorel Munteanu
  0 siblings, 0 replies; 4+ messages in thread
From: Viorel Munteanu @ 2023-05-06  6:59 UTC (permalink / raw
  To: gentoo-commits

commit:     e247f68418471333fde5ef4b25382f505459f498
Author:     Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail <DOT> com>
AuthorDate: Fri May  5 06:09:39 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri May  5 07:46:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e247f684

dev-python/unearth: drop 0.8.1

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail.com>

 dev-python/unearth/Manifest             |  1 -
 dev-python/unearth/unearth-0.8.1.ebuild | 36 ---------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index c282e397e..22ef20674 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,2 +1 @@
-DIST unearth-0.8.1.tar.gz 269300 BLAKE2B bbdfc83d5b25386e49bc21e25c5a0f8daf7d31f0afa8828576b06b366a093589ba23f5a7cc36a3ac47a254bd0734eeb8da9f14d0844d5a43b163dc9551c1cb8e SHA512 b4ffe0c79092622c8c7fff1b3b648fa741408d0e18925cbf39a2e662500cf3e976b745bd4a6bcbdeb879f71fe9efdf074719186ee9036a296ec10589e14fd3ab
 DIST unearth-0.9.0.tar.gz 270152 BLAKE2B 4d5bb2fd1199d74742165b63bcd2e6f2760d919608a76f0d17552e258c2478746f737d01b270fafd019b8739d71071533569c81f5b2c2afbdd34929e3601c721 SHA512 8eed609da6f70855824fee64408a437a58b2531fb58b87ab93587b8a620b611109b82414744f323d961c2c40ad40ae40c5b8d6e44ca5a9caa2c9693da0f529dd

diff --git a/dev-python/unearth/unearth-0.8.1.ebuild b/dev-python/unearth/unearth-0.8.1.ebuild
deleted file mode 100644
index c05f0acb8..000000000
--- a/dev-python/unearth/unearth-0.8.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-	https://github.com/frostming/unearth/
-	https://pypi.org/project/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-	${RDEPEND}
-	test? (
-		dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-		dev-python/flask[${PYTHON_USEDEP}]
-		dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
-		dev-python/trustme[${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/unearth/
@ 2023-07-22 13:07 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2023-07-22 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     647b7d7f402db8889cf0a749c32141dbdd35893f
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jul 22 12:47:46 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jul 22 12:53:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=647b7d7f

dev-python/unearth: treeclean duplicate

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/unearth/Manifest             |  1 -
 dev-python/unearth/metadata.xml         | 18 -----------------
 dev-python/unearth/unearth-0.9.0.ebuild | 36 ---------------------------------
 3 files changed, 55 deletions(-)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
deleted file mode 100644
index 22ef20674..000000000
--- a/dev-python/unearth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST unearth-0.9.0.tar.gz 270152 BLAKE2B 4d5bb2fd1199d74742165b63bcd2e6f2760d919608a76f0d17552e258c2478746f737d01b270fafd019b8739d71071533569c81f5b2c2afbdd34929e3601c721 SHA512 8eed609da6f70855824fee64408a437a58b2531fb58b87ab93587b8a620b611109b82414744f323d961c2c40ad40ae40c5b8d6e44ca5a9caa2c9693da0f529dd

diff --git a/dev-python/unearth/metadata.xml b/dev-python/unearth/metadata.xml
deleted file mode 100644
index 945e89bf3..000000000
--- a/dev-python/unearth/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>falbrechtskirchinger@gmail.com</email>
-		<name>Florian Albrechtskirchinger</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">frostming/unearth</remote-id>
-		<remote-id type="pypi">unearth</remote-id>
-		<maintainer>
-			<name>Frost Ming</name>
-			<email>me@frostming.com</email>
-		</maintainer>
-		<doc>https://unearth.readthedocs.io</doc>
-		<changelog>https://github.com/frostming/unearth/releases</changelog>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/unearth/unearth-0.9.0.ebuild b/dev-python/unearth/unearth-0.9.0.ebuild
deleted file mode 100644
index c05f0acb8..000000000
--- a/dev-python/unearth/unearth-0.9.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-	https://github.com/frostming/unearth/
-	https://pypi.org/project/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-	${RDEPEND}
-	test? (
-		dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-		dev-python/flask[${PYTHON_USEDEP}]
-		dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
-		dev-python/trustme[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest


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

end of thread, other threads:[~2023-07-22 13:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-22 13:07 [gentoo-commits] repo/proj/guru:master commit in: dev-python/unearth/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2023-05-06  6:59 Viorel Munteanu
2023-03-23  9:12 Florian Schmaus
2023-03-23  9:12 Florian Schmaus

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