[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-09-02 Thread Michał Górny
commit: 672df0d822808143b60eeddd572e7c46f3e697cf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  3 05:00:33 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  3 05:23:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672df0d8

dev-python/unearth: Bump to 0.17.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.17.2.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 2cdd504e0fc8..427cbd179973 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1 +1,2 @@
 DIST unearth-0.17.1.tar.gz 284159 BLAKE2B 
55b8f18f06613f0398316bbcadee6b928e6f20fdc978bdde6c0c1ce3b75a46e1cd2734d036302b8b5a98e9ec5a92aa7d00b00ff01ae815149d507cdab2f6dd5f
 SHA512 
3e451d6f40b16520d4a6e1f4ca6f3997bc346f189330c7373089701d9203543f159b5af843aa8144c2b0ca871a84909292b34b5a666e3a0b541fdbc643340050
+DIST unearth-0.17.2.tar.gz 284430 BLAKE2B 
ca55cd4feb50a3803400bc70f499cfb26c6dd951966f0a37cddde5c186a1f91aa3d041f504d1b85cf632478caaf33a9b4da472070fce1e7b51ea1436d1b7b95a
 SHA512 
927ba9004d8e893bb461a0dd8741476e39cabefca47885708b5d155514726946898dd9eb9870d86982b191aeb189490310108fbb2a70e8983dae4974d711384b

diff --git a/dev-python/unearth/unearth-0.17.2.ebuild 
b/dev-python/unearth/unearth-0.17.2.ebuild
new file mode 100644
index ..a135cb39bbf1
--- /dev/null
+++ b/dev-python/unearth/unearth-0.17.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver -p pytest_mock
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-09-02 Thread Michał Górny
commit: 20768e46d197bfee501032a855de6e170e66479e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  3 05:00:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  3 05:23:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20768e46

dev-python/unearth: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 -
 dev-python/unearth/unearth-0.17.0.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 7c882ad82985..2cdd504e0fc8 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,2 +1 @@
-DIST unearth-0.17.0.tar.gz 284068 BLAKE2B 
b37c1e9e626f3d6409fb0a22baebedc210df2c76afcb41f12730a5c9ff714bcf94cf7e78b97851676d45a73feec40d630ab5993cad44fabedcec5a771cb78c9f
 SHA512 
2b9ba4d4262baac448b4507547a5887d5a50254e02f050576e68efeb952a57e2e38f93b440a753263abeca4ae062c07d9b702f10d29ff9252af13cfc16978c3d
 DIST unearth-0.17.1.tar.gz 284159 BLAKE2B 
55b8f18f06613f0398316bbcadee6b928e6f20fdc978bdde6c0c1ce3b75a46e1cd2734d036302b8b5a98e9ec5a92aa7d00b00ff01ae815149d507cdab2f6dd5f
 SHA512 
3e451d6f40b16520d4a6e1f4ca6f3997bc346f189330c7373089701d9203543f159b5af843aa8144c2b0ca871a84909292b34b5a666e3a0b541fdbc643340050

diff --git a/dev-python/unearth/unearth-0.17.0.ebuild 
b/dev-python/unearth/unearth-0.17.0.ebuild
deleted file mode 100644
index a135cb39bbf1..
--- a/dev-python/unearth/unearth-0.17.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-   https://pypi.org/project/unearth/
-   https://github.com/frostming/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
-   dev-python/trustme[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_httpserver -p pytest_mock
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-08-20 Thread Michał Górny
commit: deec5ad5d3dae7329230b320bbed699558afb290
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 21 02:55:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 21 03:13:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deec5ad5

dev-python/unearth: Bump to 0.17.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.17.1.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index d1c82cdc56b6..7c882ad82985 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1 +1,2 @@
 DIST unearth-0.17.0.tar.gz 284068 BLAKE2B 
b37c1e9e626f3d6409fb0a22baebedc210df2c76afcb41f12730a5c9ff714bcf94cf7e78b97851676d45a73feec40d630ab5993cad44fabedcec5a771cb78c9f
 SHA512 
2b9ba4d4262baac448b4507547a5887d5a50254e02f050576e68efeb952a57e2e38f93b440a753263abeca4ae062c07d9b702f10d29ff9252af13cfc16978c3d
+DIST unearth-0.17.1.tar.gz 284159 BLAKE2B 
55b8f18f06613f0398316bbcadee6b928e6f20fdc978bdde6c0c1ce3b75a46e1cd2734d036302b8b5a98e9ec5a92aa7d00b00ff01ae815149d507cdab2f6dd5f
 SHA512 
3e451d6f40b16520d4a6e1f4ca6f3997bc346f189330c7373089701d9203543f159b5af843aa8144c2b0ca871a84909292b34b5a666e3a0b541fdbc643340050

diff --git a/dev-python/unearth/unearth-0.17.1.ebuild 
b/dev-python/unearth/unearth-0.17.1.ebuild
new file mode 100644
index ..a135cb39bbf1
--- /dev/null
+++ b/dev-python/unearth/unearth-0.17.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver -p pytest_mock
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-08-20 Thread Michał Górny
commit: 4ec6203cb996e29917b298684b9b8d16b88b8483
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 21 02:54:41 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 21 03:13:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec6203c

dev-python/unearth: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  3 ---
 dev-python/unearth/unearth-0.15.5.ebuild | 42 
 dev-python/unearth/unearth-0.16.0.ebuild | 42 
 dev-python/unearth/unearth-0.16.1.ebuild | 42 
 4 files changed, 129 deletions(-)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 938d632930c7..d1c82cdc56b6 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,4 +1 @@
-DIST unearth-0.15.5.tar.gz 283787 BLAKE2B 
2910be23141eb0a683766e83eae1cd35a074b98aaba7c25f49f06a321c261583a65bcb2cbd56c129efc1551e2f421e29dde784d3689c0dfc45d420c870a9b112
 SHA512 
84851788cd6bf6743307bb5a49fff1b6eeadd3f73605f4b2f7ffe1720d50713971d7cf020e17f34bbe755f523400a6149ace9add1c680bb955f6b46e8e092cba
-DIST unearth-0.16.0.tar.gz 283848 BLAKE2B 
e94989b643450b0e1a12c4bcd65339c1e52acd04a447616779f085297fa13bc09e25527b858383ef2b8d645304ea42f43c41415c930064e0515569a5836cd1fb
 SHA512 
b129c546bdd8b1f364404ad4db8e43d471a1f9e3a2cbc99775a6c3aa5bce99ed127d1cbd859c69f8c2bae7f7c8b907426c2597d27323c6b6f408df047de2410e
-DIST unearth-0.16.1.tar.gz 283913 BLAKE2B 
91f599fd21e6100be7e3f3d422d595e4402a652057b327ec2f6baa45f30301ea7571473e17d202017d7d7a92f7b11acdc42d1c655865499b9eeb8bfb1f7c00a3
 SHA512 
2819c4da65d0bb9492546531012699fa4554d309930de4b9cc8a5319edc19c1863993badaa53c8f646b152abf133043b2d3d3816f2adb9827ed7f25541e5d603
 DIST unearth-0.17.0.tar.gz 284068 BLAKE2B 
b37c1e9e626f3d6409fb0a22baebedc210df2c76afcb41f12730a5c9ff714bcf94cf7e78b97851676d45a73feec40d630ab5993cad44fabedcec5a771cb78c9f
 SHA512 
2b9ba4d4262baac448b4507547a5887d5a50254e02f050576e68efeb952a57e2e38f93b440a753263abeca4ae062c07d9b702f10d29ff9252af13cfc16978c3d

diff --git a/dev-python/unearth/unearth-0.15.5.ebuild 
b/dev-python/unearth/unearth-0.15.5.ebuild
deleted file mode 100644
index a135cb39bbf1..
--- a/dev-python/unearth/unearth-0.15.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-   https://pypi.org/project/unearth/
-   https://github.com/frostming/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
-   dev-python/trustme[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_httpserver -p pytest_mock
-}

diff --git a/dev-python/unearth/unearth-0.16.0.ebuild 
b/dev-python/unearth/unearth-0.16.0.ebuild
deleted file mode 100644
index a135cb39bbf1..
--- a/dev-python/unearth/unearth-0.16.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-   https://pypi.org/project/unearth/
-   https://github.com/frostming/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
-   dev-python/trustme[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_httpserver -p pytest_mock
-}

diff --git a/dev-python/unearth/unearth-0.16.1.ebuild 
b/dev-python/unearth/unearth-0.16.1.ebuild
deleted file mode 100644
index a135cb39bbf1..
--- a/dev-python/unearth/unearth-0.16.1.eb

[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-08-14 Thread Michał Górny
commit: bdb77dd37e92646815e85cf02f8cc633da325fa5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 15 03:46:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 15 03:47:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb77dd3

dev-python/unearth: Bump to 0.17.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.17.0.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index efc3277ebef4..938d632930c7 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,3 +1,4 @@
 DIST unearth-0.15.5.tar.gz 283787 BLAKE2B 
2910be23141eb0a683766e83eae1cd35a074b98aaba7c25f49f06a321c261583a65bcb2cbd56c129efc1551e2f421e29dde784d3689c0dfc45d420c870a9b112
 SHA512 
84851788cd6bf6743307bb5a49fff1b6eeadd3f73605f4b2f7ffe1720d50713971d7cf020e17f34bbe755f523400a6149ace9add1c680bb955f6b46e8e092cba
 DIST unearth-0.16.0.tar.gz 283848 BLAKE2B 
e94989b643450b0e1a12c4bcd65339c1e52acd04a447616779f085297fa13bc09e25527b858383ef2b8d645304ea42f43c41415c930064e0515569a5836cd1fb
 SHA512 
b129c546bdd8b1f364404ad4db8e43d471a1f9e3a2cbc99775a6c3aa5bce99ed127d1cbd859c69f8c2bae7f7c8b907426c2597d27323c6b6f408df047de2410e
 DIST unearth-0.16.1.tar.gz 283913 BLAKE2B 
91f599fd21e6100be7e3f3d422d595e4402a652057b327ec2f6baa45f30301ea7571473e17d202017d7d7a92f7b11acdc42d1c655865499b9eeb8bfb1f7c00a3
 SHA512 
2819c4da65d0bb9492546531012699fa4554d309930de4b9cc8a5319edc19c1863993badaa53c8f646b152abf133043b2d3d3816f2adb9827ed7f25541e5d603
+DIST unearth-0.17.0.tar.gz 284068 BLAKE2B 
b37c1e9e626f3d6409fb0a22baebedc210df2c76afcb41f12730a5c9ff714bcf94cf7e78b97851676d45a73feec40d630ab5993cad44fabedcec5a771cb78c9f
 SHA512 
2b9ba4d4262baac448b4507547a5887d5a50254e02f050576e68efeb952a57e2e38f93b440a753263abeca4ae062c07d9b702f10d29ff9252af13cfc16978c3d

diff --git a/dev-python/unearth/unearth-0.17.0.ebuild 
b/dev-python/unearth/unearth-0.17.0.ebuild
new file mode 100644
index ..a135cb39bbf1
--- /dev/null
+++ b/dev-python/unearth/unearth-0.17.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver -p pytest_mock
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-07-11 Thread Michał Górny
commit: 12d1c10ceed4abf38cd68b74d0ddf604d1035441
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 12 02:24:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 12 02:24:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d1c10c

dev-python/unearth: Bump to 0.16.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.16.1.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 99e272e0e354..efc3277ebef4 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,2 +1,3 @@
 DIST unearth-0.15.5.tar.gz 283787 BLAKE2B 
2910be23141eb0a683766e83eae1cd35a074b98aaba7c25f49f06a321c261583a65bcb2cbd56c129efc1551e2f421e29dde784d3689c0dfc45d420c870a9b112
 SHA512 
84851788cd6bf6743307bb5a49fff1b6eeadd3f73605f4b2f7ffe1720d50713971d7cf020e17f34bbe755f523400a6149ace9add1c680bb955f6b46e8e092cba
 DIST unearth-0.16.0.tar.gz 283848 BLAKE2B 
e94989b643450b0e1a12c4bcd65339c1e52acd04a447616779f085297fa13bc09e25527b858383ef2b8d645304ea42f43c41415c930064e0515569a5836cd1fb
 SHA512 
b129c546bdd8b1f364404ad4db8e43d471a1f9e3a2cbc99775a6c3aa5bce99ed127d1cbd859c69f8c2bae7f7c8b907426c2597d27323c6b6f408df047de2410e
+DIST unearth-0.16.1.tar.gz 283913 BLAKE2B 
91f599fd21e6100be7e3f3d422d595e4402a652057b327ec2f6baa45f30301ea7571473e17d202017d7d7a92f7b11acdc42d1c655865499b9eeb8bfb1f7c00a3
 SHA512 
2819c4da65d0bb9492546531012699fa4554d309930de4b9cc8a5319edc19c1863993badaa53c8f646b152abf133043b2d3d3816f2adb9827ed7f25541e5d603

diff --git a/dev-python/unearth/unearth-0.16.1.ebuild 
b/dev-python/unearth/unearth-0.16.1.ebuild
new file mode 100644
index ..a135cb39bbf1
--- /dev/null
+++ b/dev-python/unearth/unearth-0.16.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver -p pytest_mock
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-07-02 Thread Michał Górny
commit: 0e7373acd77440cf4062b54245253fb103b6d354
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  3 03:39:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  3 03:39:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7373ac

dev-python/unearth: Bump to 0.16.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.16.0.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index aa3c9670a8de..99e272e0e354 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1 +1,2 @@
 DIST unearth-0.15.5.tar.gz 283787 BLAKE2B 
2910be23141eb0a683766e83eae1cd35a074b98aaba7c25f49f06a321c261583a65bcb2cbd56c129efc1551e2f421e29dde784d3689c0dfc45d420c870a9b112
 SHA512 
84851788cd6bf6743307bb5a49fff1b6eeadd3f73605f4b2f7ffe1720d50713971d7cf020e17f34bbe755f523400a6149ace9add1c680bb955f6b46e8e092cba
+DIST unearth-0.16.0.tar.gz 283848 BLAKE2B 
e94989b643450b0e1a12c4bcd65339c1e52acd04a447616779f085297fa13bc09e25527b858383ef2b8d645304ea42f43c41415c930064e0515569a5836cd1fb
 SHA512 
b129c546bdd8b1f364404ad4db8e43d471a1f9e3a2cbc99775a6c3aa5bce99ed127d1cbd859c69f8c2bae7f7c8b907426c2597d27323c6b6f408df047de2410e

diff --git a/dev-python/unearth/unearth-0.16.0.ebuild 
b/dev-python/unearth/unearth-0.16.0.ebuild
new file mode 100644
index ..a135cb39bbf1
--- /dev/null
+++ b/dev-python/unearth/unearth-0.16.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver -p pytest_mock
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-07-02 Thread Michał Górny
commit: 046c8a311e233e1c2d70ddc689d2fd7734208600
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  3 03:39:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  3 03:39:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046c8a31

dev-python/unearth: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  2 --
 dev-python/unearth/unearth-0.15.3.ebuild | 42 
 dev-python/unearth/unearth-0.15.4.ebuild | 42 
 3 files changed, 86 deletions(-)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 9a57f3ed3266..aa3c9670a8de 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,3 +1 @@
-DIST unearth-0.15.3.tar.gz 283726 BLAKE2B 
a805720628c10f7594b8deee3b9fa9a922c5c85143ddb80d863a4aee3f8524360339540ca035060d5f46534fcc93472d07dd40dfb7712cffd3e5e17b74128c70
 SHA512 
68cde14908a471e0d1d8c75eb33ec352f4d90d6f54692c21039315961b906c90220fc718881c9e0937a34677e05835108bca1298aa0c825dd0666bb84529f100
-DIST unearth-0.15.4.tar.gz 283788 BLAKE2B 
57d3da264e8a0574bf8b208cee87a9fab6778eb9e9da0a0697a91bffebc28c27d62b5d22584b02049684269709012a060d075f62887bb8685989b07745c80da6
 SHA512 
a6f759108ec0bdddafd653cff840549a57d9656af2c768b2bdf745f5e9d0688c4f14ca0bb8ed86ffa8d38cb9e0a8cdcdb076db0585df3734131f24ef0cc5c995
 DIST unearth-0.15.5.tar.gz 283787 BLAKE2B 
2910be23141eb0a683766e83eae1cd35a074b98aaba7c25f49f06a321c261583a65bcb2cbd56c129efc1551e2f421e29dde784d3689c0dfc45d420c870a9b112
 SHA512 
84851788cd6bf6743307bb5a49fff1b6eeadd3f73605f4b2f7ffe1720d50713971d7cf020e17f34bbe755f523400a6149ace9add1c680bb955f6b46e8e092cba

diff --git a/dev-python/unearth/unearth-0.15.3.ebuild 
b/dev-python/unearth/unearth-0.15.3.ebuild
deleted file mode 100644
index 5260d38a7421..
--- a/dev-python/unearth/unearth-0.15.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-   https://pypi.org/project/unearth/
-   https://github.com/frostming/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
-   dev-python/trustme[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_httpserver -p pytest_mock
-}

diff --git a/dev-python/unearth/unearth-0.15.4.ebuild 
b/dev-python/unearth/unearth-0.15.4.ebuild
deleted file mode 100644
index a135cb39bbf1..
--- a/dev-python/unearth/unearth-0.15.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-   https://pypi.org/project/unearth/
-   https://github.com/frostming/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
-   dev-python/trustme[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_httpserver -p pytest_mock
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-06-25 Thread Michał Górny
commit: 0c6de2c357b3b457c06b521ea4cf1ab1de316ed7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 25 04:23:04 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 25 08:01:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6de2c3

dev-python/unearth: Bump to 0.15.5

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.15.5.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index c4ac662ecf38..9a57f3ed3266 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,2 +1,3 @@
 DIST unearth-0.15.3.tar.gz 283726 BLAKE2B 
a805720628c10f7594b8deee3b9fa9a922c5c85143ddb80d863a4aee3f8524360339540ca035060d5f46534fcc93472d07dd40dfb7712cffd3e5e17b74128c70
 SHA512 
68cde14908a471e0d1d8c75eb33ec352f4d90d6f54692c21039315961b906c90220fc718881c9e0937a34677e05835108bca1298aa0c825dd0666bb84529f100
 DIST unearth-0.15.4.tar.gz 283788 BLAKE2B 
57d3da264e8a0574bf8b208cee87a9fab6778eb9e9da0a0697a91bffebc28c27d62b5d22584b02049684269709012a060d075f62887bb8685989b07745c80da6
 SHA512 
a6f759108ec0bdddafd653cff840549a57d9656af2c768b2bdf745f5e9d0688c4f14ca0bb8ed86ffa8d38cb9e0a8cdcdb076db0585df3734131f24ef0cc5c995
+DIST unearth-0.15.5.tar.gz 283787 BLAKE2B 
2910be23141eb0a683766e83eae1cd35a074b98aaba7c25f49f06a321c261583a65bcb2cbd56c129efc1551e2f421e29dde784d3689c0dfc45d420c870a9b112
 SHA512 
84851788cd6bf6743307bb5a49fff1b6eeadd3f73605f4b2f7ffe1720d50713971d7cf020e17f34bbe755f523400a6149ace9add1c680bb955f6b46e8e092cba

diff --git a/dev-python/unearth/unearth-0.15.5.ebuild 
b/dev-python/unearth/unearth-0.15.5.ebuild
new file mode 100644
index ..a135cb39bbf1
--- /dev/null
+++ b/dev-python/unearth/unearth-0.15.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver -p pytest_mock
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-06-04 Thread Michał Górny
commit: 3e9da44747d3e34f5a91b80aea4fc32a8b36be72
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  5 04:50:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  5 04:51:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9da447

dev-python/unearth: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/unearth/unearth-0.15.4.ebuild 
b/dev-python/unearth/unearth-0.15.4.ebuild
index 5260d38a7421..a135cb39bbf1 100644
--- a/dev-python/unearth/unearth-0.15.4.ebuild
+++ b/dev-python/unearth/unearth-0.15.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-06-04 Thread Michał Górny
commit: b28cfdc4b651332adecc773d187565c1dd5ceec9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  5 04:41:35 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  5 04:50:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28cfdc4

dev-python/unearth: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  2 --
 dev-python/unearth/unearth-0.15.1.ebuild | 42 
 dev-python/unearth/unearth-0.15.2.ebuild | 42 
 3 files changed, 86 deletions(-)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 0cf8560eaafe..05a20b6018f2 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,3 +1 @@
-DIST unearth-0.15.1.tar.gz 283687 BLAKE2B 
e43a0fac6023974c877ad7b82eac402d38da61920ab905587bf19d6e506b127785863ae45064392ddfee042e3fa12868d996c4375acbd1baa7c31402d31da80a
 SHA512 
94db664b45f6e570437a0e24ba12c0c8ac6358ef5fda214bcd2f5665158f4e314a23f77dcc5f923804a7b8a30e0c580c3efae854ee5a502504b48db405d932fb
-DIST unearth-0.15.2.tar.gz 283748 BLAKE2B 
8387454676d6253ba1df6cf2c857d416c5b67ac5c9deafb6b34a70263f07147688f12c8bbd4a76dbca6a98542ccb31233d9ad19260f7800bcc67491ab0b76500
 SHA512 
1763d640153b53ce18b5b7c0ccab811402fe8dade87ebe64bf8984284710fc739c9ef0d0df20e7be356f4e93dda126bec3d6d801c92ad2c5b5381f8d6f94c04e
 DIST unearth-0.15.3.tar.gz 283726 BLAKE2B 
a805720628c10f7594b8deee3b9fa9a922c5c85143ddb80d863a4aee3f8524360339540ca035060d5f46534fcc93472d07dd40dfb7712cffd3e5e17b74128c70
 SHA512 
68cde14908a471e0d1d8c75eb33ec352f4d90d6f54692c21039315961b906c90220fc718881c9e0937a34677e05835108bca1298aa0c825dd0666bb84529f100

diff --git a/dev-python/unearth/unearth-0.15.1.ebuild 
b/dev-python/unearth/unearth-0.15.1.ebuild
deleted file mode 100644
index 5260d38a7421..
--- a/dev-python/unearth/unearth-0.15.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-   https://pypi.org/project/unearth/
-   https://github.com/frostming/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
-   dev-python/trustme[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_httpserver -p pytest_mock
-}

diff --git a/dev-python/unearth/unearth-0.15.2.ebuild 
b/dev-python/unearth/unearth-0.15.2.ebuild
deleted file mode 100644
index 5260d38a7421..
--- a/dev-python/unearth/unearth-0.15.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-   https://pypi.org/project/unearth/
-   https://github.com/frostming/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
-   dev-python/trustme[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_httpserver -p pytest_mock
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-06-04 Thread Michał Górny
commit: c3739f5b53f720606e67eab5ff4ab7c4312a5342
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  5 04:42:01 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  5 04:51:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3739f5b

dev-python/unearth: Bump to 0.15.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.15.4.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 05a20b6018f2..c4ac662ecf38 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1 +1,2 @@
 DIST unearth-0.15.3.tar.gz 283726 BLAKE2B 
a805720628c10f7594b8deee3b9fa9a922c5c85143ddb80d863a4aee3f8524360339540ca035060d5f46534fcc93472d07dd40dfb7712cffd3e5e17b74128c70
 SHA512 
68cde14908a471e0d1d8c75eb33ec352f4d90d6f54692c21039315961b906c90220fc718881c9e0937a34677e05835108bca1298aa0c825dd0666bb84529f100
+DIST unearth-0.15.4.tar.gz 283788 BLAKE2B 
57d3da264e8a0574bf8b208cee87a9fab6778eb9e9da0a0697a91bffebc28c27d62b5d22584b02049684269709012a060d075f62887bb8685989b07745c80da6
 SHA512 
a6f759108ec0bdddafd653cff840549a57d9656af2c768b2bdf745f5e9d0688c4f14ca0bb8ed86ffa8d38cb9e0a8cdcdb076db0585df3734131f24ef0cc5c995

diff --git a/dev-python/unearth/unearth-0.15.4.ebuild 
b/dev-python/unearth/unearth-0.15.4.ebuild
new file mode 100644
index ..5260d38a7421
--- /dev/null
+++ b/dev-python/unearth/unearth-0.15.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver -p pytest_mock
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-05-27 Thread Michał Górny
commit: 8136e37fb9998c63a881ed5451a9e18d98266d97
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 27 15:08:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 27 15:11:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8136e37f

dev-python/unearth: Bump to 0.15.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.15.3.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 670fc64e28f4..0cf8560eaafe 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,2 +1,3 @@
 DIST unearth-0.15.1.tar.gz 283687 BLAKE2B 
e43a0fac6023974c877ad7b82eac402d38da61920ab905587bf19d6e506b127785863ae45064392ddfee042e3fa12868d996c4375acbd1baa7c31402d31da80a
 SHA512 
94db664b45f6e570437a0e24ba12c0c8ac6358ef5fda214bcd2f5665158f4e314a23f77dcc5f923804a7b8a30e0c580c3efae854ee5a502504b48db405d932fb
 DIST unearth-0.15.2.tar.gz 283748 BLAKE2B 
8387454676d6253ba1df6cf2c857d416c5b67ac5c9deafb6b34a70263f07147688f12c8bbd4a76dbca6a98542ccb31233d9ad19260f7800bcc67491ab0b76500
 SHA512 
1763d640153b53ce18b5b7c0ccab811402fe8dade87ebe64bf8984284710fc739c9ef0d0df20e7be356f4e93dda126bec3d6d801c92ad2c5b5381f8d6f94c04e
+DIST unearth-0.15.3.tar.gz 283726 BLAKE2B 
a805720628c10f7594b8deee3b9fa9a922c5c85143ddb80d863a4aee3f8524360339540ca035060d5f46534fcc93472d07dd40dfb7712cffd3e5e17b74128c70
 SHA512 
68cde14908a471e0d1d8c75eb33ec352f4d90d6f54692c21039315961b906c90220fc718881c9e0937a34677e05835108bca1298aa0c825dd0666bb84529f100

diff --git a/dev-python/unearth/unearth-0.15.3.ebuild 
b/dev-python/unearth/unearth-0.15.3.ebuild
new file mode 100644
index ..5260d38a7421
--- /dev/null
+++ b/dev-python/unearth/unearth-0.15.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver -p pytest_mock
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-04-18 Thread Michał Górny
commit: a8c6b93ca11c167a24456163dbc7eeec38b176f5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 19 02:41:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 19 02:44:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c6b93c

dev-python/unearth: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  2 --
 dev-python/unearth/unearth-0.14.0.ebuild | 39 -
 dev-python/unearth/unearth-0.15.0.ebuild | 42 
 3 files changed, 83 deletions(-)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index e21dd317bbe2..0e5b18bc4937 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,3 +1 @@
-DIST unearth-0.14.0.tar.gz 280614 BLAKE2B 
d52ca2c8412a0e7bdf5c47d9693b4cdfe3a17ecc95d9d79ecdf7ee0cd5df7518de9cecf8efdfd88ae3f0b852c6bdc8b2c83198e23017d24a47fc6489b1c6e14e
 SHA512 
ab785935f94a1987146471843961a4edc155e135471d4885324d1c2327527f112e03e1146f85a013ad0fd4560f803b616b12618d810becddea94abbce09096c4
-DIST unearth-0.15.0.tar.gz 283684 BLAKE2B 
dce9d5e9558a531f71fdbde435e61fcd5adc57def602478343d6cd370061c5e2a6c882c2f5ce2e1738bb4377340460e469e85dcc9507547823721e88f5524e56
 SHA512 
9cfc9f344ec4e84b9d8c6f7ae49123752377c016082bf8c37f70b1bf94d158862f72ac76d88db0bb3665b82a7aca156f52c9d8d295c8807336c83c6cfd09e98d
 DIST unearth-0.15.1.tar.gz 283687 BLAKE2B 
e43a0fac6023974c877ad7b82eac402d38da61920ab905587bf19d6e506b127785863ae45064392ddfee042e3fa12868d996c4375acbd1baa7c31402d31da80a
 SHA512 
94db664b45f6e570437a0e24ba12c0c8ac6358ef5fda214bcd2f5665158f4e314a23f77dcc5f923804a7b8a30e0c580c3efae854ee5a502504b48db405d932fb

diff --git a/dev-python/unearth/unearth-0.14.0.ebuild 
b/dev-python/unearth/unearth-0.14.0.ebuild
deleted file mode 100644
index ddcdfe66abda..
--- a/dev-python/unearth/unearth-0.14.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-   https://pypi.org/project/unearth/
-   https://github.com/frostming/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   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
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_httpserver
-}

diff --git a/dev-python/unearth/unearth-0.15.0.ebuild 
b/dev-python/unearth/unearth-0.15.0.ebuild
deleted file mode 100644
index 5260d38a7421..
--- a/dev-python/unearth/unearth-0.15.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-   https://pypi.org/project/unearth/
-   https://github.com/frostming/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
-   dev-python/trustme[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_httpserver -p pytest_mock
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-04-18 Thread Michał Górny
commit: 9fc6db41615603fb8bd927c09e4c28c4de8fb389
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 19 02:42:01 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 19 02:44:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc6db41

dev-python/unearth: Bump to 0.15.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.15.2.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 0e5b18bc4937..670fc64e28f4 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1 +1,2 @@
 DIST unearth-0.15.1.tar.gz 283687 BLAKE2B 
e43a0fac6023974c877ad7b82eac402d38da61920ab905587bf19d6e506b127785863ae45064392ddfee042e3fa12868d996c4375acbd1baa7c31402d31da80a
 SHA512 
94db664b45f6e570437a0e24ba12c0c8ac6358ef5fda214bcd2f5665158f4e314a23f77dcc5f923804a7b8a30e0c580c3efae854ee5a502504b48db405d932fb
+DIST unearth-0.15.2.tar.gz 283748 BLAKE2B 
8387454676d6253ba1df6cf2c857d416c5b67ac5c9deafb6b34a70263f07147688f12c8bbd4a76dbca6a98542ccb31233d9ad19260f7800bcc67491ab0b76500
 SHA512 
1763d640153b53ce18b5b7c0ccab811402fe8dade87ebe64bf8984284710fc739c9ef0d0df20e7be356f4e93dda126bec3d6d801c92ad2c5b5381f8d6f94c04e

diff --git a/dev-python/unearth/unearth-0.15.2.ebuild 
b/dev-python/unearth/unearth-0.15.2.ebuild
new file mode 100644
index ..5260d38a7421
--- /dev/null
+++ b/dev-python/unearth/unearth-0.15.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver -p pytest_mock
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-03-27 Thread Michał Górny
commit: f3606622787c5bc1ce397d9e93023463c670c1f1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 28 05:48:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 28 05:55:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3606622

dev-python/unearth: Bump to 0.15.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.15.1.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index e9c8f1229f1f..e21dd317bbe2 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,2 +1,3 @@
 DIST unearth-0.14.0.tar.gz 280614 BLAKE2B 
d52ca2c8412a0e7bdf5c47d9693b4cdfe3a17ecc95d9d79ecdf7ee0cd5df7518de9cecf8efdfd88ae3f0b852c6bdc8b2c83198e23017d24a47fc6489b1c6e14e
 SHA512 
ab785935f94a1987146471843961a4edc155e135471d4885324d1c2327527f112e03e1146f85a013ad0fd4560f803b616b12618d810becddea94abbce09096c4
 DIST unearth-0.15.0.tar.gz 283684 BLAKE2B 
dce9d5e9558a531f71fdbde435e61fcd5adc57def602478343d6cd370061c5e2a6c882c2f5ce2e1738bb4377340460e469e85dcc9507547823721e88f5524e56
 SHA512 
9cfc9f344ec4e84b9d8c6f7ae49123752377c016082bf8c37f70b1bf94d158862f72ac76d88db0bb3665b82a7aca156f52c9d8d295c8807336c83c6cfd09e98d
+DIST unearth-0.15.1.tar.gz 283687 BLAKE2B 
e43a0fac6023974c877ad7b82eac402d38da61920ab905587bf19d6e506b127785863ae45064392ddfee042e3fa12868d996c4375acbd1baa7c31402d31da80a
 SHA512 
94db664b45f6e570437a0e24ba12c0c8ac6358ef5fda214bcd2f5665158f4e314a23f77dcc5f923804a7b8a30e0c580c3efae854ee5a502504b48db405d932fb

diff --git a/dev-python/unearth/unearth-0.15.1.ebuild 
b/dev-python/unearth/unearth-0.15.1.ebuild
new file mode 100644
index ..5260d38a7421
--- /dev/null
+++ b/dev-python/unearth/unearth-0.15.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver -p pytest_mock
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-03-20 Thread Michał Górny
commit: e94e58b87c7de67d078641a493a7e52eb6bee79d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 20 18:49:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 20 19:21:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94e58b8

dev-python/unearth: Bump to 0.15.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.15.0.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index ef936cfa7188..e9c8f1229f1f 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1 +1,2 @@
 DIST unearth-0.14.0.tar.gz 280614 BLAKE2B 
d52ca2c8412a0e7bdf5c47d9693b4cdfe3a17ecc95d9d79ecdf7ee0cd5df7518de9cecf8efdfd88ae3f0b852c6bdc8b2c83198e23017d24a47fc6489b1c6e14e
 SHA512 
ab785935f94a1987146471843961a4edc155e135471d4885324d1c2327527f112e03e1146f85a013ad0fd4560f803b616b12618d810becddea94abbce09096c4
+DIST unearth-0.15.0.tar.gz 283684 BLAKE2B 
dce9d5e9558a531f71fdbde435e61fcd5adc57def602478343d6cd370061c5e2a6c882c2f5ce2e1738bb4377340460e469e85dcc9507547823721e88f5524e56
 SHA512 
9cfc9f344ec4e84b9d8c6f7ae49123752377c016082bf8c37f70b1bf94d158862f72ac76d88db0bb3665b82a7aca156f52c9d8d295c8807336c83c6cfd09e98d

diff --git a/dev-python/unearth/unearth-0.15.0.ebuild 
b/dev-python/unearth/unearth-0.15.0.ebuild
new file mode 100644
index ..5260d38a7421
--- /dev/null
+++ b/dev-python/unearth/unearth-0.15.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   =dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver -p pytest_mock
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-02-26 Thread Michał Górny
commit: c1de67f45d76bc0ae833cabef9c6ddf36efebe11
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:12:57 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:12:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1de67f4

dev-python/unearth: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  2 --
 dev-python/unearth/unearth-0.12.1.ebuild | 39 
 dev-python/unearth/unearth-0.13.0.ebuild | 39 
 3 files changed, 80 deletions(-)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 3ec204774409..ef936cfa7188 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,3 +1 @@
-DIST unearth-0.12.1.tar.gz 280628 BLAKE2B 
2f96c818f5744b228d11d81fac8fb69da4df685b221f3a77424a1eb1d584e154798974ad4548c6f4264faa98f52cddeb94249e1c7e21136c50c08d97446149b6
 SHA512 
f726562191a3f2b9c189d16223b86307d79f0ca9e251c155e7acbc92160bed834c78064fbc5d745cd90b84ccd6eb2a24c737018fd670474921db0c7d15480576
-DIST unearth-0.13.0.tar.gz 280537 BLAKE2B 
92e8cfd42c36d067eccba594ef6e510491156bb4e85d66ab0c1050029be3acf3308c21581d82a3ffd1982d1c8eb966d0be68d1fb8739621b52aa9e7073fd5963
 SHA512 
48bcdd2e61ffc6580ce19d0124e43aab0411efa913801cd74365ddefa3cec50eb0742997fd6359b6191a00314964b052ebf8d3ea5a173d37bc2cfedc1d030408
 DIST unearth-0.14.0.tar.gz 280614 BLAKE2B 
d52ca2c8412a0e7bdf5c47d9693b4cdfe3a17ecc95d9d79ecdf7ee0cd5df7518de9cecf8efdfd88ae3f0b852c6bdc8b2c83198e23017d24a47fc6489b1c6e14e
 SHA512 
ab785935f94a1987146471843961a4edc155e135471d4885324d1c2327527f112e03e1146f85a013ad0fd4560f803b616b12618d810becddea94abbce09096c4

diff --git a/dev-python/unearth/unearth-0.12.1.ebuild 
b/dev-python/unearth/unearth-0.12.1.ebuild
deleted file mode 100644
index 232b3f8ba429..
--- a/dev-python/unearth/unearth-0.12.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-   https://pypi.org/project/unearth/
-   https://github.com/frostming/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   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
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_httpserver
-}

diff --git a/dev-python/unearth/unearth-0.13.0.ebuild 
b/dev-python/unearth/unearth-0.13.0.ebuild
deleted file mode 100644
index ddcdfe66abda..
--- a/dev-python/unearth/unearth-0.13.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-   https://pypi.org/project/unearth/
-   https://github.com/frostming/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   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
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_httpserver
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-01-15 Thread Michał Górny
commit: 57fc15b7aa6da25bd172a98823c020774e05621c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 16 06:38:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 16 07:02:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fc15b7

dev-python/unearth: Bump to 0.14.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.14.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 9b6582feb767..3ec204774409 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,2 +1,3 @@
 DIST unearth-0.12.1.tar.gz 280628 BLAKE2B 
2f96c818f5744b228d11d81fac8fb69da4df685b221f3a77424a1eb1d584e154798974ad4548c6f4264faa98f52cddeb94249e1c7e21136c50c08d97446149b6
 SHA512 
f726562191a3f2b9c189d16223b86307d79f0ca9e251c155e7acbc92160bed834c78064fbc5d745cd90b84ccd6eb2a24c737018fd670474921db0c7d15480576
 DIST unearth-0.13.0.tar.gz 280537 BLAKE2B 
92e8cfd42c36d067eccba594ef6e510491156bb4e85d66ab0c1050029be3acf3308c21581d82a3ffd1982d1c8eb966d0be68d1fb8739621b52aa9e7073fd5963
 SHA512 
48bcdd2e61ffc6580ce19d0124e43aab0411efa913801cd74365ddefa3cec50eb0742997fd6359b6191a00314964b052ebf8d3ea5a173d37bc2cfedc1d030408
+DIST unearth-0.14.0.tar.gz 280614 BLAKE2B 
d52ca2c8412a0e7bdf5c47d9693b4cdfe3a17ecc95d9d79ecdf7ee0cd5df7518de9cecf8efdfd88ae3f0b852c6bdc8b2c83198e23017d24a47fc6489b1c6e14e
 SHA512 
ab785935f94a1987146471843961a4edc155e135471d4885324d1c2327527f112e03e1146f85a013ad0fd4560f803b616b12618d810becddea94abbce09096c4

diff --git a/dev-python/unearth/unearth-0.14.0.ebuild 
b/dev-python/unearth/unearth-0.14.0.ebuild
new file mode 100644
index ..ddcdfe66abda
--- /dev/null
+++ b/dev-python/unearth/unearth-0.14.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   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
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2024-01-14 Thread Michał Górny
commit: 26881ee0b3b5a0332c1a8eb6ce4752d69e34d725
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 15 07:16:09 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 15 07:16:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26881ee0

dev-python/unearth: Bump to 0.13.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.13.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index ab589b0de01e..9b6582feb767 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1 +1,2 @@
 DIST unearth-0.12.1.tar.gz 280628 BLAKE2B 
2f96c818f5744b228d11d81fac8fb69da4df685b221f3a77424a1eb1d584e154798974ad4548c6f4264faa98f52cddeb94249e1c7e21136c50c08d97446149b6
 SHA512 
f726562191a3f2b9c189d16223b86307d79f0ca9e251c155e7acbc92160bed834c78064fbc5d745cd90b84ccd6eb2a24c737018fd670474921db0c7d15480576
+DIST unearth-0.13.0.tar.gz 280537 BLAKE2B 
92e8cfd42c36d067eccba594ef6e510491156bb4e85d66ab0c1050029be3acf3308c21581d82a3ffd1982d1c8eb966d0be68d1fb8739621b52aa9e7073fd5963
 SHA512 
48bcdd2e61ffc6580ce19d0124e43aab0411efa913801cd74365ddefa3cec50eb0742997fd6359b6191a00314964b052ebf8d3ea5a173d37bc2cfedc1d030408

diff --git a/dev-python/unearth/unearth-0.13.0.ebuild 
b/dev-python/unearth/unearth-0.13.0.ebuild
new file mode 100644
index ..ddcdfe66abda
--- /dev/null
+++ b/dev-python/unearth/unearth-0.13.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   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
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2023-11-24 Thread Michał Górny
commit: 649bd91afa6254193ac15b94b63aca9d8c82761f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 25 06:16:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 25 06:16:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649bd91a

dev-python/unearth: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  4 
 dev-python/unearth/unearth-0.10.0.ebuild | 33 ---
 dev-python/unearth/unearth-0.11.0.ebuild | 39 
 dev-python/unearth/unearth-0.11.2.ebuild | 39 
 dev-python/unearth/unearth-0.12.0.ebuild | 39 
 5 files changed, 154 deletions(-)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 90599ba7c174..ab589b0de01e 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,5 +1 @@
-DIST unearth-0.10.0.tar.gz 270997 BLAKE2B 
8b18df4616fc72025492aa187101bc1f338967b1738ef9ec33d16cbd906c1cf91c1b84e391538521b4a9d6ea40301eb0b7ed0926aa4e6c4d6ffc57401f9d78d9
 SHA512 
98799202939e1206b6fdd46eb61947c9f9f8068a6857f76aace8dd2c67a3fad9dd3b7a5232d7812b0dcd214c39a9e2a6fafbd18cbfeb9aa4c216571b88b3f131
-DIST unearth-0.11.0.tar.gz 271154 BLAKE2B 
405c97ef152afb241cb70d9b309fd1ac454be932c96f95b606bb6038ffb2369fbc55c6afabd86f6a15949182de276dcda035fdb17d4810933286a0fa0b567e42
 SHA512 
70a06a32f6f2ca74c16a55f9613b543d807e437bd99c0ebb02c0d721144cf45208df78940ee41911a8168c9181ec733b9aec2176038b2556d0e2ad5e8c2cc0d4
-DIST unearth-0.11.2.tar.gz 271479 BLAKE2B 
c3c3f6bfb3f207eb9a7d7667d966efb84e316579ebffc833e94664c089f0c92bc4915f62a07b53b79aa9f43098080231a3644808bf35172df407cd80a7be9096
 SHA512 
6ec961456640fe3ca8922e0ee83ecadb6b6fa3dd7b5977a228111ad3ad2d79782eb75d76d4a7066c29f53ce023471c2a38d9f587c35f8d04bb0704bdd6406f71
-DIST unearth-0.12.0.tar.gz 280152 BLAKE2B 
34890189f34ae6c2fa25c4350f6b5f74da5f77be6c7000fdd15e33759eace10f3e5a269c21d59bb7c21593ff502a2a9142a8665338940da3a28946218a27bc57
 SHA512 
54cad14382c8218f8d0e69738ca0302cb9102cd5255fb6a90a303030c9f5da8c33b8527bd0e43aa7cc334740de06642e24dca75b2e092c8b85f7adba1f7e2ab8
 DIST unearth-0.12.1.tar.gz 280628 BLAKE2B 
2f96c818f5744b228d11d81fac8fb69da4df685b221f3a77424a1eb1d584e154798974ad4548c6f4264faa98f52cddeb94249e1c7e21136c50c08d97446149b6
 SHA512 
f726562191a3f2b9c189d16223b86307d79f0ca9e251c155e7acbc92160bed834c78064fbc5d745cd90b84ccd6eb2a24c737018fd670474921db0c7d15480576

diff --git a/dev-python/unearth/unearth-0.10.0.ebuild 
b/dev-python/unearth/unearth-0.10.0.ebuild
deleted file mode 100644
index 313a864aa056..
--- a/dev-python/unearth/unearth-0.10.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-   https://pypi.org/project/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   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

diff --git a/dev-python/unearth/unearth-0.11.0.ebuild 
b/dev-python/unearth/unearth-0.11.0.ebuild
deleted file mode 100644
index 9c0635d2317b..
--- a/dev-python/unearth/unearth-0.11.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A utility to fetch and download python packages"
-HOMEPAGE="
-   https://pypi.org/project/unearth/
-   https://github.com/frostming/unearth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   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
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_httpserver
-}

diff --git a/dev-python/unearth/unearth-0.11.2.ebuild 
b/dev-python/unearth/unearth-0.11.2.ebuild
deleted file mode 100644
index 9c0635d2317b..
--- a/dev-python/unearth/unearth-0.11.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2023 

[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2023-11-23 Thread Michał Górny
commit: ee9b539a4cc88fdeeaae424cf24b0bdd895913ef
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:48:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:48:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9b539a

dev-python/unearth: Keyword 0.12.1 arm64, #917970

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/unearth/unearth-0.12.1.ebuild 
b/dev-python/unearth/unearth-0.12.1.ebuild
index 9c0635d2317b..232b3f8ba429 100644
--- a/dev-python/unearth/unearth-0.12.1.ebuild
+++ b/dev-python/unearth/unearth-0.12.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2023-10-25 Thread Michał Górny
commit: 3f84d2ab7accc10e1c12619ce521a02da9f6c5d8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 25 07:03:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 25 07:42:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f84d2ab

dev-python/unearth: Bump to 0.12.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.12.1.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index a78ba34f06bb..90599ba7c174 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -2,3 +2,4 @@ DIST unearth-0.10.0.tar.gz 270997 BLAKE2B 
8b18df4616fc72025492aa187101bc1f338967
 DIST unearth-0.11.0.tar.gz 271154 BLAKE2B 
405c97ef152afb241cb70d9b309fd1ac454be932c96f95b606bb6038ffb2369fbc55c6afabd86f6a15949182de276dcda035fdb17d4810933286a0fa0b567e42
 SHA512 
70a06a32f6f2ca74c16a55f9613b543d807e437bd99c0ebb02c0d721144cf45208df78940ee41911a8168c9181ec733b9aec2176038b2556d0e2ad5e8c2cc0d4
 DIST unearth-0.11.2.tar.gz 271479 BLAKE2B 
c3c3f6bfb3f207eb9a7d7667d966efb84e316579ebffc833e94664c089f0c92bc4915f62a07b53b79aa9f43098080231a3644808bf35172df407cd80a7be9096
 SHA512 
6ec961456640fe3ca8922e0ee83ecadb6b6fa3dd7b5977a228111ad3ad2d79782eb75d76d4a7066c29f53ce023471c2a38d9f587c35f8d04bb0704bdd6406f71
 DIST unearth-0.12.0.tar.gz 280152 BLAKE2B 
34890189f34ae6c2fa25c4350f6b5f74da5f77be6c7000fdd15e33759eace10f3e5a269c21d59bb7c21593ff502a2a9142a8665338940da3a28946218a27bc57
 SHA512 
54cad14382c8218f8d0e69738ca0302cb9102cd5255fb6a90a303030c9f5da8c33b8527bd0e43aa7cc334740de06642e24dca75b2e092c8b85f7adba1f7e2ab8
+DIST unearth-0.12.1.tar.gz 280628 BLAKE2B 
2f96c818f5744b228d11d81fac8fb69da4df685b221f3a77424a1eb1d584e154798974ad4548c6f4264faa98f52cddeb94249e1c7e21136c50c08d97446149b6
 SHA512 
f726562191a3f2b9c189d16223b86307d79f0ca9e251c155e7acbc92160bed834c78064fbc5d745cd90b84ccd6eb2a24c737018fd670474921db0c7d15480576

diff --git a/dev-python/unearth/unearth-0.12.1.ebuild 
b/dev-python/unearth/unearth-0.12.1.ebuild
new file mode 100644
index ..9c0635d2317b
--- /dev/null
+++ b/dev-python/unearth/unearth-0.12.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   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
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2023-10-20 Thread Michał Górny
commit: 230abc21574c385c05f1ca89220cd0263f97a328
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 12:24:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 12:26:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230abc21

dev-python/unearth: Bump to 0.12.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.12.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 378e441ebb6f..a78ba34f06bb 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,3 +1,4 @@
 DIST unearth-0.10.0.tar.gz 270997 BLAKE2B 
8b18df4616fc72025492aa187101bc1f338967b1738ef9ec33d16cbd906c1cf91c1b84e391538521b4a9d6ea40301eb0b7ed0926aa4e6c4d6ffc57401f9d78d9
 SHA512 
98799202939e1206b6fdd46eb61947c9f9f8068a6857f76aace8dd2c67a3fad9dd3b7a5232d7812b0dcd214c39a9e2a6fafbd18cbfeb9aa4c216571b88b3f131
 DIST unearth-0.11.0.tar.gz 271154 BLAKE2B 
405c97ef152afb241cb70d9b309fd1ac454be932c96f95b606bb6038ffb2369fbc55c6afabd86f6a15949182de276dcda035fdb17d4810933286a0fa0b567e42
 SHA512 
70a06a32f6f2ca74c16a55f9613b543d807e437bd99c0ebb02c0d721144cf45208df78940ee41911a8168c9181ec733b9aec2176038b2556d0e2ad5e8c2cc0d4
 DIST unearth-0.11.2.tar.gz 271479 BLAKE2B 
c3c3f6bfb3f207eb9a7d7667d966efb84e316579ebffc833e94664c089f0c92bc4915f62a07b53b79aa9f43098080231a3644808bf35172df407cd80a7be9096
 SHA512 
6ec961456640fe3ca8922e0ee83ecadb6b6fa3dd7b5977a228111ad3ad2d79782eb75d76d4a7066c29f53ce023471c2a38d9f587c35f8d04bb0704bdd6406f71
+DIST unearth-0.12.0.tar.gz 280152 BLAKE2B 
34890189f34ae6c2fa25c4350f6b5f74da5f77be6c7000fdd15e33759eace10f3e5a269c21d59bb7c21593ff502a2a9142a8665338940da3a28946218a27bc57
 SHA512 
54cad14382c8218f8d0e69738ca0302cb9102cd5255fb6a90a303030c9f5da8c33b8527bd0e43aa7cc334740de06642e24dca75b2e092c8b85f7adba1f7e2ab8

diff --git a/dev-python/unearth/unearth-0.12.0.ebuild 
b/dev-python/unearth/unearth-0.12.0.ebuild
new file mode 100644
index ..9c0635d2317b
--- /dev/null
+++ b/dev-python/unearth/unearth-0.12.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   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
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2023-10-17 Thread Michał Górny
commit: 1651cef576dd8f0873d194a3cd20acb608fb11aa
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 18 04:40:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 18 05:05:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1651cef5

dev-python/unearth: Bump to 0.11.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.11.2.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index 15f4d85f544e..378e441ebb6f 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1,2 +1,3 @@
 DIST unearth-0.10.0.tar.gz 270997 BLAKE2B 
8b18df4616fc72025492aa187101bc1f338967b1738ef9ec33d16cbd906c1cf91c1b84e391538521b4a9d6ea40301eb0b7ed0926aa4e6c4d6ffc57401f9d78d9
 SHA512 
98799202939e1206b6fdd46eb61947c9f9f8068a6857f76aace8dd2c67a3fad9dd3b7a5232d7812b0dcd214c39a9e2a6fafbd18cbfeb9aa4c216571b88b3f131
 DIST unearth-0.11.0.tar.gz 271154 BLAKE2B 
405c97ef152afb241cb70d9b309fd1ac454be932c96f95b606bb6038ffb2369fbc55c6afabd86f6a15949182de276dcda035fdb17d4810933286a0fa0b567e42
 SHA512 
70a06a32f6f2ca74c16a55f9613b543d807e437bd99c0ebb02c0d721144cf45208df78940ee41911a8168c9181ec733b9aec2176038b2556d0e2ad5e8c2cc0d4
+DIST unearth-0.11.2.tar.gz 271479 BLAKE2B 
c3c3f6bfb3f207eb9a7d7667d966efb84e316579ebffc833e94664c089f0c92bc4915f62a07b53b79aa9f43098080231a3644808bf35172df407cd80a7be9096
 SHA512 
6ec961456640fe3ca8922e0ee83ecadb6b6fa3dd7b5977a228111ad3ad2d79782eb75d76d4a7066c29f53ce023471c2a38d9f587c35f8d04bb0704bdd6406f71

diff --git a/dev-python/unearth/unearth-0.11.2.ebuild 
b/dev-python/unearth/unearth-0.11.2.ebuild
new file mode 100644
index ..9c0635d2317b
--- /dev/null
+++ b/dev-python/unearth/unearth-0.11.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   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
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2023-09-21 Thread Michał Górny
commit: 090d3e428193f7e42a398ea08c9d180d1e71badb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 21 06:44:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 21 09:54:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090d3e42

dev-python/unearth: Add GH remote-id

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/unearth/metadata.xml b/dev-python/unearth/metadata.xml
index 112da0f56f24..b532fa36d3f4 100644
--- a/dev-python/unearth/metadata.xml
+++ b/dev-python/unearth/metadata.xml
@@ -10,6 +10,7 @@



+   frostming/unearth
unearth

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2023-09-21 Thread Michał Górny
commit: b790434dbdec1dce74f6f8ca2003ee7c98f22508
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 21 05:49:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 21 09:54:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b790434d

dev-python/unearth: Bump to 0.11.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/unearth-0.11.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
index bf545b1dc31d..15f4d85f544e 100644
--- a/dev-python/unearth/Manifest
+++ b/dev-python/unearth/Manifest
@@ -1 +1,2 @@
 DIST unearth-0.10.0.tar.gz 270997 BLAKE2B 
8b18df4616fc72025492aa187101bc1f338967b1738ef9ec33d16cbd906c1cf91c1b84e391538521b4a9d6ea40301eb0b7ed0926aa4e6c4d6ffc57401f9d78d9
 SHA512 
98799202939e1206b6fdd46eb61947c9f9f8068a6857f76aace8dd2c67a3fad9dd3b7a5232d7812b0dcd214c39a9e2a6fafbd18cbfeb9aa4c216571b88b3f131
+DIST unearth-0.11.0.tar.gz 271154 BLAKE2B 
405c97ef152afb241cb70d9b309fd1ac454be932c96f95b606bb6038ffb2369fbc55c6afabd86f6a15949182de276dcda035fdb17d4810933286a0fa0b567e42
 SHA512 
70a06a32f6f2ca74c16a55f9613b543d807e437bd99c0ebb02c0d721144cf45208df78940ee41911a8168c9181ec733b9aec2176038b2556d0e2ad5e8c2cc0d4

diff --git a/dev-python/unearth/unearth-0.11.0.ebuild 
b/dev-python/unearth/unearth-0.11.0.ebuild
new file mode 100644
index ..9c0635d2317b
--- /dev/null
+++ b/dev-python/unearth/unearth-0.11.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+   https://github.com/frostming/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   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
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_httpserver
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unearth/

2023-07-21 Thread Patrick McLean
commit: 5b8eb450cb7077a0e0e8f04d8e39cfcfb6e9dbcf
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Jul 21 21:54:31 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jul 21 22:57:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8eb450

dev-python/unearth: new package, add 0.10.0

Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/unearth/Manifest  |  1 +
 dev-python/unearth/metadata.xml  | 15 +++
 dev-python/unearth/unearth-0.10.0.ebuild | 33 
 3 files changed, 49 insertions(+)

diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest
new file mode 100644
index ..bf545b1dc31d
--- /dev/null
+++ b/dev-python/unearth/Manifest
@@ -0,0 +1 @@
+DIST unearth-0.10.0.tar.gz 270997 BLAKE2B 
8b18df4616fc72025492aa187101bc1f338967b1738ef9ec33d16cbd906c1cf91c1b84e391538521b4a9d6ea40301eb0b7ed0926aa4e6c4d6ffc57401f9d78d9
 SHA512 
98799202939e1206b6fdd46eb61947c9f9f8068a6857f76aace8dd2c67a3fad9dd3b7a5232d7812b0dcd214c39a9e2a6fafbd18cbfeb9aa4c216571b88b3f131

diff --git a/dev-python/unearth/metadata.xml b/dev-python/unearth/metadata.xml
new file mode 100644
index ..112da0f56f24
--- /dev/null
+++ b/dev-python/unearth/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+   
+   
+   unearth
+   
+

diff --git a/dev-python/unearth/unearth-0.10.0.ebuild 
b/dev-python/unearth/unearth-0.10.0.ebuild
new file mode 100644
index ..313a864aa056
--- /dev/null
+++ b/dev-python/unearth/unearth-0.10.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to fetch and download python packages"
+HOMEPAGE="
+   https://pypi.org/project/unearth/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   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