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

2024-07-11 Thread Michał Górny
commit: 257f611a9ccef7409967c5c03f4191304ba4cb55
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 11 16:25:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 11 16:37:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257f611a

dev-python/requests-cache: Enable py3.13

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

 dev-python/requests-cache/requests-cache-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.2.1.ebuild 
b/dev-python/requests-cache/requests-cache-1.2.1.ebuild
index cd7fa8425059..8a5134989d01 100644
--- a/dev-python/requests-cache/requests-cache-1.2.1.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1 optfeature



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

2024-07-06 Thread Michał Górny
commit: c1d94ef996c25eb47f09b2a9b83d70f13f99e483
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  6 06:31:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  6 06:35:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d94ef9

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  1 -
 .../requests-cache/requests-cache-1.2.0.ebuild | 92 --
 2 files changed, 93 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 8f213ef7fe86..402efa8db244 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1 @@
-DIST requests-cache-1.2.0.gh.tar.gz 3057187 BLAKE2B 
135d39d8fac1e123c71b07b30002b980b5fdcdb586cafb310f8f72e865cdc97f62b699cd981068207c6f020deef595469801d440cf5034566e9618385d569437
 SHA512 
b198d282cfd656c432d3a63f4d615191ac1ff97c9563e9bd6945e7a78444601108beb47a0f4a79740c7bd6942c3753f025cd52457e87ece7964229799bbb8fa1
 DIST requests-cache-1.2.1.gh.tar.gz 3056882 BLAKE2B 
e1e5f971490f865ac2771d1dd87802ba138940adbfa0183ed5978b92794795fb26a30219de5560a925642ca08de1b8854d759408f86b30e6150e1c948ec8dcfe
 SHA512 
f8977b1afc005ddd73019d2a0e39da368f376602110602c0b24c317b548f31a3489e686502ecd48ae3583e471fdd70671913e529c73dacdcaecadb1cd1e6c126

diff --git a/dev-python/requests-cache/requests-cache-1.2.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.2.0.ebuild
deleted file mode 100644
index cd7fa8425059..
--- a/dev-python/requests-cache/requests-cache-1.2.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Persistent cache for requests library"
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/requests-cache/requests-cache/
-"
-SRC_URI="
-   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/attrs[${PYTHON_USEDEP}]
-   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   >=dev-python/rich-10.0[${PYTHON_USEDEP}]
-   dev-python/timeout-decorator[${PYTHON_USEDEP}]
-   >=dev-python/ujson-5.4[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/time-machine[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   # These require extra servers running
-   tests/integration/test_dynamodb.py
-   tests/integration/test_gridfs.py
-   tests/integration/test_mongodb.py
-   tests/integration/test_redis.py
-   )
-   local EPYTEST_DESELECT=(
-   # Requires Internet access
-   tests/integration/test_upgrade.py::test_version_upgrade
-   )
-
-   case ${EPYTHON} in
-   pypy3)
-   EPYTEST_DESELECT+=(
-   # "database is locked", upstream probably 
relies on GC
-   # too much
-   tests/integration/test_sqlite.py
-   )
-   ;;
-   python3.12)
-   # 
https://github.com/requests-cache/requests-cache/issues/845
-   EPYTEST_DESELECT+=(
-   
tests/integration/test_memory.py::TestMemoryCache::test_response_no_duplicate_read
-   
tests/integration/test_sqlite.py::TestSQLiteCache::test_concurrency
-   )
-   ;;
-   esac
-
-   local -x USE_PYTEST_HTTPBIN=true
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "redis backend" "dev-python/redis"
-   optfeature "MongoDB backend" "dev-python/pymongo"
-
-   optfeature "JSON serialization" "dev-python/ujson"
-   optfeature "YAML serialization" "dev-python/pyyaml"
-   optfeature "signing serialized data" "dev-python/itsdangerous"
-}



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

2024-07-06 Thread Sam James
commit: bcbc90ee3ad5c817f8f8bffe5a8bfe79b7821fd2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  6 06:24:48 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  6 06:24:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbc90ee

dev-python/requests-cache: Stabilize 1.2.1 ALLARCHES, #935598

Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.2.1.ebuild 
b/dev-python/requests-cache/requests-cache-1.2.1.ebuild
index f7fcd8fb6ecb..cd7fa8425059 100644
--- a/dev-python/requests-cache/requests-cache-1.2.1.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.2.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2024-06-18 Thread Michał Górny
commit: 6a88224c6635602fe36befe0f6fb4ad2c318b997
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 19 04:25:15 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 19 04:25:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a88224c

dev-python/requests-cache: Bump to 1.2.1

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-1.2.1.ebuild | 92 ++
 2 files changed, 93 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 0a170bdc4a9b..8f213ef7fe86 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-1.2.0.gh.tar.gz 3057187 BLAKE2B 
135d39d8fac1e123c71b07b30002b980b5fdcdb586cafb310f8f72e865cdc97f62b699cd981068207c6f020deef595469801d440cf5034566e9618385d569437
 SHA512 
b198d282cfd656c432d3a63f4d615191ac1ff97c9563e9bd6945e7a78444601108beb47a0f4a79740c7bd6942c3753f025cd52457e87ece7964229799bbb8fa1
+DIST requests-cache-1.2.1.gh.tar.gz 3056882 BLAKE2B 
e1e5f971490f865ac2771d1dd87802ba138940adbfa0183ed5978b92794795fb26a30219de5560a925642ca08de1b8854d759408f86b30e6150e1c948ec8dcfe
 SHA512 
f8977b1afc005ddd73019d2a0e39da368f376602110602c0b24c317b548f31a3489e686502ecd48ae3583e471fdd70671913e529c73dacdcaecadb1cd1e6c126

diff --git a/dev-python/requests-cache/requests-cache-1.2.1.ebuild 
b/dev-python/requests-cache/requests-cache-1.2.1.ebuild
new file mode 100644
index ..f7fcd8fb6ecb
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-1.2.1.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Persistent cache for requests library"
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/requests-cache/requests-cache/
+"
+SRC_URI="
+   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   >=dev-python/rich-10.0[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   >=dev-python/ujson-5.4[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/time-machine[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_upgrade.py::test_version_upgrade
+   )
+
+   case ${EPYTHON} in
+   pypy3)
+   EPYTEST_DESELECT+=(
+   # "database is locked", upstream probably 
relies on GC
+   # too much
+   tests/integration/test_sqlite.py
+   )
+   ;;
+   python3.12)
+   # 
https://github.com/requests-cache/requests-cache/issues/845
+   EPYTEST_DESELECT+=(
+   
tests/integration/test_memory.py::TestMemoryCache::test_response_no_duplicate_read
+   
tests/integration/test_sqlite.py::TestSQLiteCache::test_concurrency
+   )
+   ;;
+   esac
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2024-03-07 Thread Michał Górny
commit: 032a691e7e243bcad2eab2dd1ac1d6c57f973ec0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  7 16:24:15 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  7 16:24:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032a691e

dev-python/requests-cache: Fix variable order

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

 dev-python/requests-cache/requests-cache-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.2.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.2.0.ebuild
index c38e15aa5a73..cd7fa8425059 100644
--- a/dev-python/requests-cache/requests-cache-1.2.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.2.0.ebuild
@@ -9,11 +9,11 @@ PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1 optfeature
 
+DESCRIPTION="Persistent cache for requests library"
 HOMEPAGE="
https://pypi.org/project/requests-cache/
https://github.com/requests-cache/requests-cache/
 "
-DESCRIPTION="Persistent cache for requests library"
 SRC_URI="
https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz



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

2024-03-07 Thread Michał Górny
commit: ff08975682be996a08b18d05045dccc288dadad1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  7 16:22:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  7 16:22:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff089756

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  1 -
 .../requests-cache/requests-cache-1.1.1.ebuild | 92 --
 2 files changed, 93 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 75355cf16a77..0a170bdc4a9b 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1 @@
-DIST requests-cache-1.1.1.gh.tar.gz 2927360 BLAKE2B 
2db8b71d4f219f2b61e4477a57af9dee09783ea47e86dfcc7b7726acb2507043186433ee6a9f67162c0a01c5f1439fd52ea9b74b89daa94cbe351341ef6b1f53
 SHA512 
99782fe635daa0834709b254b0d51c5d2b2ad37d26201acdc143f963b613bb6b4e5863e2246a2bf9d099c773e229157a983b04a40740e6207e2c356dc48bdba6
 DIST requests-cache-1.2.0.gh.tar.gz 3057187 BLAKE2B 
135d39d8fac1e123c71b07b30002b980b5fdcdb586cafb310f8f72e865cdc97f62b699cd981068207c6f020deef595469801d440cf5034566e9618385d569437
 SHA512 
b198d282cfd656c432d3a63f4d615191ac1ff97c9563e9bd6945e7a78444601108beb47a0f4a79740c7bd6942c3753f025cd52457e87ece7964229799bbb8fa1

diff --git a/dev-python/requests-cache/requests-cache-1.1.1.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.1.ebuild
deleted file mode 100644
index 49a50a7aedeb..
--- a/dev-python/requests-cache/requests-cache-1.1.1.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/requests-cache/requests-cache/
-"
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/attrs[${PYTHON_USEDEP}]
-   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   >=dev-python/rich-10.0[${PYTHON_USEDEP}]
-   dev-python/timeout-decorator[${PYTHON_USEDEP}]
-   >=dev-python/ujson-5.4[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/time-machine[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   # These require extra servers running
-   tests/integration/test_dynamodb.py
-   tests/integration/test_gridfs.py
-   tests/integration/test_mongodb.py
-   tests/integration/test_redis.py
-   )
-   local EPYTEST_DESELECT=(
-   # Requires Internet access
-   tests/integration/test_upgrade.py::test_version_upgrade
-   )
-
-   case ${EPYTHON} in
-   pypy3)
-   EPYTEST_DESELECT+=(
-   # "database is locked", upstream probably 
relies on GC
-   # too much
-   tests/integration/test_sqlite.py
-   )
-   ;;
-   python3.12)
-   # 
https://github.com/requests-cache/requests-cache/issues/845
-   EPYTEST_DESELECT+=(
-   
tests/integration/test_memory.py::TestMemoryCache::test_response_no_duplicate_read
-   
tests/integration/test_sqlite.py::TestSQLiteCache::test_concurrency
-   )
-   ;;
-   esac
-
-   local -x USE_PYTEST_HTTPBIN=true
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "redis backend" "dev-python/redis"
-   optfeature "MongoDB backend" "dev-python/pymongo"
-
-   optfeature "JSON serialization" "dev-python/ujson"
-   optfeature "YAML serialization" "dev-python/pyyaml"
-   optfeature "signing serialized data" "dev-python/itsdangerous"
-}



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

2024-03-07 Thread Michał Górny
commit: 4862a2cbe5b3bec421c08a79eb5c313a8cd2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  7 16:22:21 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  7 16:22:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4862a2cb

dev-python/requests-cache: Stabilize 1.2.0 ALLARCHES, #926385

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

 dev-python/requests-cache/requests-cache-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.2.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.2.0.ebuild
index e6f048116b96..c38e15aa5a73 100644
--- a/dev-python/requests-cache/requests-cache-1.2.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2024-02-17 Thread Michał Górny
commit: 9c4d6bfb83b2ff676c9ae20b5228680303dd3735
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 03:32:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 03:32:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4d6bfb

dev-python/requests-cache: Bump to 1.2.0

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-1.2.0.ebuild | 92 ++
 2 files changed, 93 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 7b1ca6f42075..75355cf16a77 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-1.1.1.gh.tar.gz 2927360 BLAKE2B 
2db8b71d4f219f2b61e4477a57af9dee09783ea47e86dfcc7b7726acb2507043186433ee6a9f67162c0a01c5f1439fd52ea9b74b89daa94cbe351341ef6b1f53
 SHA512 
99782fe635daa0834709b254b0d51c5d2b2ad37d26201acdc143f963b613bb6b4e5863e2246a2bf9d099c773e229157a983b04a40740e6207e2c356dc48bdba6
+DIST requests-cache-1.2.0.gh.tar.gz 3057187 BLAKE2B 
135d39d8fac1e123c71b07b30002b980b5fdcdb586cafb310f8f72e865cdc97f62b699cd981068207c6f020deef595469801d440cf5034566e9618385d569437
 SHA512 
b198d282cfd656c432d3a63f4d615191ac1ff97c9563e9bd6945e7a78444601108beb47a0f4a79740c7bd6942c3753f025cd52457e87ece7964229799bbb8fa1

diff --git a/dev-python/requests-cache/requests-cache-1.2.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.2.0.ebuild
new file mode 100644
index ..e6f048116b96
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-1.2.0.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/requests-cache/requests-cache/
+"
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   >=dev-python/rich-10.0[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   >=dev-python/ujson-5.4[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/time-machine[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_upgrade.py::test_version_upgrade
+   )
+
+   case ${EPYTHON} in
+   pypy3)
+   EPYTEST_DESELECT+=(
+   # "database is locked", upstream probably 
relies on GC
+   # too much
+   tests/integration/test_sqlite.py
+   )
+   ;;
+   python3.12)
+   # 
https://github.com/requests-cache/requests-cache/issues/845
+   EPYTEST_DESELECT+=(
+   
tests/integration/test_memory.py::TestMemoryCache::test_response_no_duplicate_read
+   
tests/integration/test_sqlite.py::TestSQLiteCache::test_concurrency
+   )
+   ;;
+   esac
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2023-12-09 Thread Michał Górny
commit: 1b243e45b8e8a2e9587c7a56a60ba86b3cd03ed7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 14:03:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 14:03:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b243e45

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  1 -
 .../requests-cache/requests-cache-1.1.0.ebuild | 85 --
 2 files changed, 86 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 830fe161ad1a..7b1ca6f42075 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1 @@
-DIST requests-cache-1.1.0.gh.tar.gz 2918734 BLAKE2B 
4f420a607631568b40999a904598504e0917f50f33715d1d041e0c11dc196abc88cf96ed57860632a1e1f1fb74f3fcabde3df6096821dc0a0967aabca868f7ad
 SHA512 
8fa9fdf4f47d67a6ad877fc181e04378b4540b35cef200735caff14e4907519aa5de74acaf61c6588856d5c8b2f9529768250a8e5fe28962b7861daf2279bb94
 DIST requests-cache-1.1.1.gh.tar.gz 2927360 BLAKE2B 
2db8b71d4f219f2b61e4477a57af9dee09783ea47e86dfcc7b7726acb2507043186433ee6a9f67162c0a01c5f1439fd52ea9b74b89daa94cbe351341ef6b1f53
 SHA512 
99782fe635daa0834709b254b0d51c5d2b2ad37d26201acdc143f963b613bb6b4e5863e2246a2bf9d099c773e229157a983b04a40740e6207e2c356dc48bdba6

diff --git a/dev-python/requests-cache/requests-cache-1.1.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
deleted file mode 100644
index 8495284f8b9b..
--- a/dev-python/requests-cache/requests-cache-1.1.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/requests-cache/requests-cache/
-"
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/attrs[${PYTHON_USEDEP}]
-   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   >=dev-python/rich-10.0[${PYTHON_USEDEP}]
-   dev-python/timeout-decorator[${PYTHON_USEDEP}]
-   >=dev-python/ujson-5.4[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/time-machine[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   # These require extra servers running
-   tests/integration/test_dynamodb.py
-   tests/integration/test_gridfs.py
-   tests/integration/test_mongodb.py
-   tests/integration/test_redis.py
-   )
-   local EPYTEST_DESELECT=(
-   # Requires Internet access
-   tests/integration/test_upgrade.py::test_version_upgrade
-   )
-
-   case ${EPYTHON} in
-   python3.12)
-   # 
https://github.com/requests-cache/requests-cache/issues/845
-   EPYTEST_DESELECT+=(
-   
tests/integration/test_memory.py::TestMemoryCache::test_response_no_duplicate_read
-   
tests/integration/test_sqlite.py::TestSQLiteCache::test_concurrency
-   )
-   ;;
-   esac
-
-   local -x USE_PYTEST_HTTPBIN=true
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "redis backend" "dev-python/redis"
-   optfeature "MongoDB backend" "dev-python/pymongo"
-
-   optfeature "JSON serialization" "dev-python/ujson"
-   optfeature "YAML serialization" "dev-python/pyyaml"
-   optfeature "signing serialized data" "dev-python/itsdangerous"
-}



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

2023-12-09 Thread Michał Górny
commit: 8cc9bd731e222bd1a95b9395e4a07477f939293c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 14:00:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 14:00:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc9bd73

dev-python/requests-cache: Stabilize 1.1.1 ALLARCHES, #919557

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

 dev-python/requests-cache/requests-cache-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.1.1.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.1.ebuild
index 605e560b1a0b..49a50a7aedeb 100644
--- a/dev-python/requests-cache/requests-cache-1.1.1.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.1.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2023-11-20 Thread Michał Górny
commit: a3b159b15a7644828c52885dbef8ca904861174a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 20 16:49:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 20 16:49:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b159b1

dev-python/requests-cache: Enable pypy3

Sponsored-by: Ex Makhina, Inc.  exmakhina.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/requests-cache/requests-cache-1.1.1.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.1.1.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.1.ebuild
index b5f675e3aaba..605e560b1a0b 100644
--- a/dev-python/requests-cache/requests-cache-1.1.1.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.1.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1 optfeature
@@ -62,6 +62,13 @@ python_test() {
)
 
case ${EPYTHON} in
+   pypy3)
+   EPYTEST_DESELECT+=(
+   # "database is locked", upstream probably 
relies on GC
+   # too much
+   tests/integration/test_sqlite.py
+   )
+   ;;
python3.12)
# 
https://github.com/requests-cache/requests-cache/issues/845
EPYTEST_DESELECT+=(



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

2023-11-19 Thread Michał Górny
commit: 5fd85ec13abeed01b8f728e17d597d41a9940f97
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 19 14:42:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 19 16:01:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd85ec1

dev-python/requests-cache: Bump to 1.1.1

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-1.1.1.ebuild | 85 ++
 2 files changed, 86 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 462156bb6e08..830fe161ad1a 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-1.1.0.gh.tar.gz 2918734 BLAKE2B 
4f420a607631568b40999a904598504e0917f50f33715d1d041e0c11dc196abc88cf96ed57860632a1e1f1fb74f3fcabde3df6096821dc0a0967aabca868f7ad
 SHA512 
8fa9fdf4f47d67a6ad877fc181e04378b4540b35cef200735caff14e4907519aa5de74acaf61c6588856d5c8b2f9529768250a8e5fe28962b7861daf2279bb94
+DIST requests-cache-1.1.1.gh.tar.gz 2927360 BLAKE2B 
2db8b71d4f219f2b61e4477a57af9dee09783ea47e86dfcc7b7726acb2507043186433ee6a9f67162c0a01c5f1439fd52ea9b74b89daa94cbe351341ef6b1f53
 SHA512 
99782fe635daa0834709b254b0d51c5d2b2ad37d26201acdc143f963b613bb6b4e5863e2246a2bf9d099c773e229157a983b04a40740e6207e2c356dc48bdba6

diff --git a/dev-python/requests-cache/requests-cache-1.1.1.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.1.ebuild
new file mode 100644
index ..b5f675e3aaba
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-1.1.1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/requests-cache/requests-cache/
+"
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   >=dev-python/rich-10.0[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   >=dev-python/ujson-5.4[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/time-machine[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_upgrade.py::test_version_upgrade
+   )
+
+   case ${EPYTHON} in
+   python3.12)
+   # 
https://github.com/requests-cache/requests-cache/issues/845
+   EPYTEST_DESELECT+=(
+   
tests/integration/test_memory.py::TestMemoryCache::test_response_no_duplicate_read
+   
tests/integration/test_sqlite.py::TestSQLiteCache::test_concurrency
+   )
+   ;;
+   esac
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2023-10-24 Thread Michał Górny
commit: 658d1a8de47caf63d6ea3d2ce731b305a4bb48dd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 17:28:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 17:51:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658d1a8d

dev-python/requests-cache: Enable py3.12

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

 dev-python/requests-cache/requests-cache-1.1.0.ebuild | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.1.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
index 0b4386374d3e..8495284f8b9b 100644
--- a/dev-python/requests-cache/requests-cache-1.1.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1 optfeature
@@ -61,6 +61,16 @@ python_test() {
tests/integration/test_upgrade.py::test_version_upgrade
)
 
+   case ${EPYTHON} in
+   python3.12)
+   # 
https://github.com/requests-cache/requests-cache/issues/845
+   EPYTEST_DESELECT+=(
+   
tests/integration/test_memory.py::TestMemoryCache::test_response_no_duplicate_read
+   
tests/integration/test_sqlite.py::TestSQLiteCache::test_concurrency
+   )
+   ;;
+   esac
+
local -x USE_PYTEST_HTTPBIN=true
epytest
 }



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

2023-10-13 Thread Arthur Zamarin
commit: 228adbc63f236c88bd806489ac00ed98c9e131da
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 13 15:26:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 13 15:26:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228adbc6

dev-python/requests-cache: Stabilize 1.1.0 arm64, #915685

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/requests-cache/requests-cache-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.1.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
index 6a064be1d15d..0b4386374d3e 100644
--- a/dev-python/requests-cache/requests-cache-1.1.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2023-10-06 Thread Arthur Zamarin
commit: 4e3527b539cd8d4b78d4b37d87ef3e3be2d4c478
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  6 17:44:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  6 17:44:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3527b5

dev-python/requests-cache: Stabilize 1.1.0 ppc64, #915283

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/requests-cache/requests-cache-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.1.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
index d63dd86b18da..6a064be1d15d 100644
--- a/dev-python/requests-cache/requests-cache-1.1.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2023-10-06 Thread Sam James
commit: a88681b9b818f2c812b814127aa1617b037e9dff
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  6 14:51:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  6 14:51:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88681b9

dev-python/requests-cache: Stabilize 1.1.0 arm, #913776

Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.1.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
index 91e80a3dbae9..d63dd86b18da 100644
--- a/dev-python/requests-cache/requests-cache-1.1.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: 0712b6f11feaa24c89a19079baeab8e37f464e4c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:44 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0712b6f1

dev-python/requests-cache: keyword 1.1.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/requests-cache/requests-cache-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.1.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
index bd646603fa66..91e80a3dbae9 100644
--- a/dev-python/requests-cache/requests-cache-1.1.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2023-08-14 Thread Jakov Smolić
commit: d2debc626185fc51d55a82afa8fd6f696c5e0317
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Aug 14 17:57:24 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Aug 14 17:57:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2debc62

dev-python/requests-cache: Keyword 1.1.0 riscv, #910584

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/requests-cache/requests-cache-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.1.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
index 17b26565168e..bd646603fa66 100644
--- a/dev-python/requests-cache/requests-cache-1.1.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2023-08-13 Thread Arthur Zamarin
commit: ec0badc10577e7c9c1ea964a39bfabfc75fb4698
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 13 16:09:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 13 16:09:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0badc1

dev-python/requests-cache: Keyword 1.1.0 ppc64, #910584

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/requests-cache/requests-cache-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.1.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
index c1f5cab863db..17b26565168e 100644
--- a/dev-python/requests-cache/requests-cache-1.1.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2023-08-13 Thread Arthur Zamarin
commit: 71651d98112855a9a9f2fe4d7e5262a78a3f3e15
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 13 16:07:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 13 16:07:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71651d98

dev-python/requests-cache: Keyword 1.1.0 arm64, #910584

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/requests-cache/requests-cache-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.1.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
index 5e5fb556cf2a..c1f5cab863db 100644
--- a/dev-python/requests-cache/requests-cache-1.1.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2023-08-03 Thread Michał Górny
commit: 3b9946218c5f2453ecd10dd3614137427604ccd8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  3 17:38:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  3 17:40:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b994621

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  1 -
 .../requests-cache/requests-cache-1.0.1.ebuild | 72 --
 2 files changed, 73 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 2809dfc18bc4..462156bb6e08 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1 @@
-DIST requests-cache-1.0.1.gh.tar.gz 2914175 BLAKE2B 
b1c3c544a761e127204172381a66b0175f09e49040a7d0f04760cf03b253846ac7e831b7c15d4b128e47e5bc132ea3493eba2784ac442be4dc0eab262e2251b0
 SHA512 
ec5788e31f60fd95e575d01af1163f981757972db6557d7a62da2ca0719e84262cf66cdd9b40c73cca540b92d6b7f6beba1aa42bedba528734c61edf5013ec3d
 DIST requests-cache-1.1.0.gh.tar.gz 2918734 BLAKE2B 
4f420a607631568b40999a904598504e0917f50f33715d1d041e0c11dc196abc88cf96ed57860632a1e1f1fb74f3fcabde3df6096821dc0a0967aabca868f7ad
 SHA512 
8fa9fdf4f47d67a6ad877fc181e04378b4540b35cef200735caff14e4907519aa5de74acaf61c6588856d5c8b2f9529768250a8e5fe28962b7861daf2279bb94

diff --git a/dev-python/requests-cache/requests-cache-1.0.1.ebuild 
b/dev-python/requests-cache/requests-cache-1.0.1.ebuild
deleted file mode 100644
index f5990c646567..
--- a/dev-python/requests-cache/requests-cache-1.0.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/requests-cache/requests-cache/
-"
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/attrs[${PYTHON_USEDEP}]
-   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   >=dev-python/rich-10.0[${PYTHON_USEDEP}]
-   dev-python/timeout-decorator[${PYTHON_USEDEP}]
-   >=dev-python/ujson-5.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   # These require extra servers running
-   tests/integration/test_dynamodb.py
-   tests/integration/test_gridfs.py
-   tests/integration/test_mongodb.py
-   tests/integration/test_redis.py
-   )
-   local EPYTEST_DESELECT=(
-   # Requires Internet access
-   tests/integration/test_upgrade.py::test_version_upgrade
-   )
-
-   local -x USE_PYTEST_HTTPBIN=true
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "redis backend" "dev-python/redis"
-   optfeature "MongoDB backend" "dev-python/pymongo"
-
-   optfeature "JSON serialization" "dev-python/ujson"
-   optfeature "YAML serialization" "dev-python/pyyaml"
-   optfeature "signing serialized data" "dev-python/itsdangerous"
-}



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

2023-08-03 Thread Sam James
commit: 62ceaa70a2a5892aec22d79f5131d53c3ad62edf
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  3 15:08:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  3 15:08:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ceaa70

dev-python/requests-cache: Stabilize 1.1.0 ALLARCHES, #911610

Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.1.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
index df0f2285368e..ddf4f616bd03 100644
--- a/dev-python/requests-cache/requests-cache-1.1.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2023-06-30 Thread Michał Górny
commit: 97b0cdb329b91bb11b707f234bcacee67d82e66a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  1 04:12:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  1 05:22:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b0cdb3

dev-python/requests-cache: Bump to 1.1.0

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-1.1.0.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 5c29309222ca..2809dfc18bc4 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-1.0.1.gh.tar.gz 2914175 BLAKE2B 
b1c3c544a761e127204172381a66b0175f09e49040a7d0f04760cf03b253846ac7e831b7c15d4b128e47e5bc132ea3493eba2784ac442be4dc0eab262e2251b0
 SHA512 
ec5788e31f60fd95e575d01af1163f981757972db6557d7a62da2ca0719e84262cf66cdd9b40c73cca540b92d6b7f6beba1aa42bedba528734c61edf5013ec3d
+DIST requests-cache-1.1.0.gh.tar.gz 2918734 BLAKE2B 
4f420a607631568b40999a904598504e0917f50f33715d1d041e0c11dc196abc88cf96ed57860632a1e1f1fb74f3fcabde3df6096821dc0a0967aabca868f7ad
 SHA512 
8fa9fdf4f47d67a6ad877fc181e04378b4540b35cef200735caff14e4907519aa5de74acaf61c6588856d5c8b2f9529768250a8e5fe28962b7861daf2279bb94

diff --git a/dev-python/requests-cache/requests-cache-1.1.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
new file mode 100644
index ..df0f2285368e
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/requests-cache/requests-cache/
+"
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   >=dev-python/rich-10.0[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   >=dev-python/ujson-5.4[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/time-machine[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_upgrade.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2023-04-28 Thread Arthur Zamarin
commit: 0dcbd065d72b245dd8cb0a1129765ed97f71f7de
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 15:57:14 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 15:57:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dcbd065

dev-python/requests-cache: drop 1.0.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/requests-cache/Manifest |  1 -
 .../requests-cache/requests-cache-1.0.0.ebuild | 72 --
 2 files changed, 73 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 33918c670671..5c29309222ca 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1 @@
-DIST requests-cache-1.0.0.gh.tar.gz 2914633 BLAKE2B 
5402d3b6bc99bb0b72a484854b83450d8f57fd0aff39661d6f2452c69cc0ca9b140fd2ac7b02110e47bcc0bf2497c58912330d7472b9f1701b8d4e2a54f7cef7
 SHA512 
92d6e1b9afb158f824a4b20d83c7b30a5988476b741213b0663df6095df1753da2dcd6516372ba383864e19d346850a356e9370b2ae27554effcc3f0b6a078c8
 DIST requests-cache-1.0.1.gh.tar.gz 2914175 BLAKE2B 
b1c3c544a761e127204172381a66b0175f09e49040a7d0f04760cf03b253846ac7e831b7c15d4b128e47e5bc132ea3493eba2784ac442be4dc0eab262e2251b0
 SHA512 
ec5788e31f60fd95e575d01af1163f981757972db6557d7a62da2ca0719e84262cf66cdd9b40c73cca540b92d6b7f6beba1aa42bedba528734c61edf5013ec3d

diff --git a/dev-python/requests-cache/requests-cache-1.0.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.0.0.ebuild
deleted file mode 100644
index f5990c646567..
--- a/dev-python/requests-cache/requests-cache-1.0.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/requests-cache/requests-cache/
-"
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/attrs[${PYTHON_USEDEP}]
-   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   >=dev-python/rich-10.0[${PYTHON_USEDEP}]
-   dev-python/timeout-decorator[${PYTHON_USEDEP}]
-   >=dev-python/ujson-5.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   # These require extra servers running
-   tests/integration/test_dynamodb.py
-   tests/integration/test_gridfs.py
-   tests/integration/test_mongodb.py
-   tests/integration/test_redis.py
-   )
-   local EPYTEST_DESELECT=(
-   # Requires Internet access
-   tests/integration/test_upgrade.py::test_version_upgrade
-   )
-
-   local -x USE_PYTEST_HTTPBIN=true
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "redis backend" "dev-python/redis"
-   optfeature "MongoDB backend" "dev-python/pymongo"
-
-   optfeature "JSON serialization" "dev-python/ujson"
-   optfeature "YAML serialization" "dev-python/pyyaml"
-   optfeature "signing serialized data" "dev-python/itsdangerous"
-}



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

2023-04-28 Thread Arthur Zamarin
commit: 8b8434a59dcc3fc155d8bdc112eae60ab805f9ba
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 15:55:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 15:55:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8434a5

dev-python/requests-cache: Stabilize 1.0.1 ALLARCHES, #905244

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/requests-cache/requests-cache-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.0.1.ebuild 
b/dev-python/requests-cache/requests-cache-1.0.1.ebuild
index 8c8138380cbe..f5990c646567 100644
--- a/dev-python/requests-cache/requests-cache-1.0.1.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.0.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2023-04-05 Thread Michał Górny
commit: 6cf7b7f09af18e3fd4a4c4659457147b62175472
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  5 08:18:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  5 08:18:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf7b7f0

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  1 -
 .../requests-cache/requests-cache-0.9.8.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index f3cb2060aac1..33918c670671 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,3 +1,2 @@
-DIST requests-cache-0.9.8.gh.tar.gz 1540296 BLAKE2B 
8b2ab1227b28c3822cd9111375c8759f5d7099f2724680a6560e4e14cd16558a1dcb8dd98d043fdf2f9a3861d76dd0d2c2f84df059338e9fa28c1257e74e87b9
 SHA512 
f428a7b498d2ef2b6c23d3715bac2274c320b6f9d6f56017e69ab5fa6b8830242a2f335ed6c3758a741a51f108c6dacae1a447ff8f05ca5686303caf48a1dc59
 DIST requests-cache-1.0.0.gh.tar.gz 2914633 BLAKE2B 
5402d3b6bc99bb0b72a484854b83450d8f57fd0aff39661d6f2452c69cc0ca9b140fd2ac7b02110e47bcc0bf2497c58912330d7472b9f1701b8d4e2a54f7cef7
 SHA512 
92d6e1b9afb158f824a4b20d83c7b30a5988476b741213b0663df6095df1753da2dcd6516372ba383864e19d346850a356e9370b2ae27554effcc3f0b6a078c8
 DIST requests-cache-1.0.1.gh.tar.gz 2914175 BLAKE2B 
b1c3c544a761e127204172381a66b0175f09e49040a7d0f04760cf03b253846ac7e831b7c15d4b128e47e5bc132ea3493eba2784ac442be4dc0eab262e2251b0
 SHA512 
ec5788e31f60fd95e575d01af1163f981757972db6557d7a62da2ca0719e84262cf66cdd9b40c73cca540b92d6b7f6beba1aa42bedba528734c61edf5013ec3d

diff --git a/dev-python/requests-cache/requests-cache-0.9.8.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.8.ebuild
deleted file mode 100644
index 358a9638f092..
--- a/dev-python/requests-cache/requests-cache-0.9.8.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/requests-cache/requests-cache/
-"
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   dev-python/timeout-decorator[${PYTHON_USEDEP}]
-   dev-python/ujson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   # These require extra servers running
-   tests/integration/test_dynamodb.py
-   tests/integration/test_gridfs.py
-   tests/integration/test_mongodb.py
-   tests/integration/test_redis.py
-   )
-   local EPYTEST_DESELECT=(
-   # Requires Internet access
-   tests/integration/test_compat.py::test_version_upgrade
-   )
-
-   local -x USE_PYTEST_HTTPBIN=true
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "redis backend" "dev-python/redis"
-   optfeature "MongoDB backend" "dev-python/pymongo"
-
-   optfeature "JSON serialization" "dev-python/ujson"
-   optfeature "YAML serialization" "dev-python/pyyaml"
-   optfeature "signing serialized data" "dev-python/itsdangerous"
-}



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

2023-04-05 Thread Arthur Zamarin
commit: 3bc1a893d122f4f86d8bfc1eb337a43eca781b6f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr  5 07:38:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr  5 07:38:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc1a893

dev-python/requests-cache: Stabilize 1.0.0 ALLARCHES, #903835

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/requests-cache/requests-cache-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.0.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.0.0.ebuild
index 8c8138380cbe..f5990c646567 100644
--- a/dev-python/requests-cache/requests-cache-1.0.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.0.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2023-03-25 Thread Michał Górny
commit: 88928add0ce80e5d833841f83b4e3c90564a38a7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 05:26:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 06:39:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88928add

dev-python/requests-cache: Bump to 1.0.1

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-1.0.1.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index c2b4ab0b6a2e..f3cb2060aac1 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1,3 @@
 DIST requests-cache-0.9.8.gh.tar.gz 1540296 BLAKE2B 
8b2ab1227b28c3822cd9111375c8759f5d7099f2724680a6560e4e14cd16558a1dcb8dd98d043fdf2f9a3861d76dd0d2c2f84df059338e9fa28c1257e74e87b9
 SHA512 
f428a7b498d2ef2b6c23d3715bac2274c320b6f9d6f56017e69ab5fa6b8830242a2f335ed6c3758a741a51f108c6dacae1a447ff8f05ca5686303caf48a1dc59
 DIST requests-cache-1.0.0.gh.tar.gz 2914633 BLAKE2B 
5402d3b6bc99bb0b72a484854b83450d8f57fd0aff39661d6f2452c69cc0ca9b140fd2ac7b02110e47bcc0bf2497c58912330d7472b9f1701b8d4e2a54f7cef7
 SHA512 
92d6e1b9afb158f824a4b20d83c7b30a5988476b741213b0663df6095df1753da2dcd6516372ba383864e19d346850a356e9370b2ae27554effcc3f0b6a078c8
+DIST requests-cache-1.0.1.gh.tar.gz 2914175 BLAKE2B 
b1c3c544a761e127204172381a66b0175f09e49040a7d0f04760cf03b253846ac7e831b7c15d4b128e47e5bc132ea3493eba2784ac442be4dc0eab262e2251b0
 SHA512 
ec5788e31f60fd95e575d01af1163f981757972db6557d7a62da2ca0719e84262cf66cdd9b40c73cca540b92d6b7f6beba1aa42bedba528734c61edf5013ec3d

diff --git a/dev-python/requests-cache/requests-cache-1.0.1.ebuild 
b/dev-python/requests-cache/requests-cache-1.0.1.ebuild
new file mode 100644
index ..8c8138380cbe
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-1.0.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/requests-cache/requests-cache/
+"
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   >=dev-python/rich-10.0[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   >=dev-python/ujson-5.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_upgrade.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2023-03-02 Thread Michał Górny
commit: 256030c2265f30d1d0bf6e365c50230dc829c454
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  2 15:58:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  2 16:49:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256030c2

dev-python/requests-cache: Add a missing test dep on rich

Closes: https://bugs.gentoo.org/898654
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/requests-cache/requests-cache-1.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/requests-cache/requests-cache-1.0.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.0.0.ebuild
index 8e51d738f7ff..8c8138380cbe 100644
--- a/dev-python/requests-cache/requests-cache-1.0.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.0.0.ebuild
@@ -37,6 +37,7 @@ BDEPEND="
dev-python/pytest-httpbin[${PYTHON_USEDEP}]
dev-python/requests-mock[${PYTHON_USEDEP}]
dev-python/responses[${PYTHON_USEDEP}]
+   >=dev-python/rich-10.0[${PYTHON_USEDEP}]
dev-python/timeout-decorator[${PYTHON_USEDEP}]
>=dev-python/ujson-5.4[${PYTHON_USEDEP}]
)



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

2023-03-01 Thread Michał Górny
commit: 1824d315ac02567c761572fe76be2b431cf6d4a6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  2 04:25:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  2 04:29:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1824d315

dev-python/requests-cache: Bump to 1.0.0

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-1.0.0.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 146f525a7f5f..c2b4ab0b6a2e 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-0.9.8.gh.tar.gz 1540296 BLAKE2B 
8b2ab1227b28c3822cd9111375c8759f5d7099f2724680a6560e4e14cd16558a1dcb8dd98d043fdf2f9a3861d76dd0d2c2f84df059338e9fa28c1257e74e87b9
 SHA512 
f428a7b498d2ef2b6c23d3715bac2274c320b6f9d6f56017e69ab5fa6b8830242a2f335ed6c3758a741a51f108c6dacae1a447ff8f05ca5686303caf48a1dc59
+DIST requests-cache-1.0.0.gh.tar.gz 2914633 BLAKE2B 
5402d3b6bc99bb0b72a484854b83450d8f57fd0aff39661d6f2452c69cc0ca9b140fd2ac7b02110e47bcc0bf2497c58912330d7472b9f1701b8d4e2a54f7cef7
 SHA512 
92d6e1b9afb158f824a4b20d83c7b30a5988476b741213b0663df6095df1753da2dcd6516372ba383864e19d346850a356e9370b2ae27554effcc3f0b6a078c8

diff --git a/dev-python/requests-cache/requests-cache-1.0.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.0.0.ebuild
new file mode 100644
index ..8e51d738f7ff
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-1.0.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/requests-cache/requests-cache/
+"
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   >=dev-python/ujson-5.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_upgrade.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2023-02-16 Thread Michał Górny
commit: 42bc07bc5791a4a63544ea2862cd37d583f8da4e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 06:00:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 06:21:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bc07bc

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  1 -
 .../requests-cache/requests-cache-0.9.7.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 9672af141860..146f525a7f5f 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1 @@
-DIST requests-cache-0.9.7.gh.tar.gz 1544100 BLAKE2B 
a255d3cce0345ff03e020327c10a1d8cc25e519069764b7e3e1a43a0e5cd899aec824e3c147561796cba1f269550505f881cf913d909ce7e6c52e8f76ad9688a
 SHA512 
00b2c7080030ed07f5d896871a431aec2625dab6ab84f01f7e6fea9e81692f757304e25ee6addbe7695e93d0c1c04484c31b95a71d7c9e12f6c23a5b7747ae30
 DIST requests-cache-0.9.8.gh.tar.gz 1540296 BLAKE2B 
8b2ab1227b28c3822cd9111375c8759f5d7099f2724680a6560e4e14cd16558a1dcb8dd98d043fdf2f9a3861d76dd0d2c2f84df059338e9fa28c1257e74e87b9
 SHA512 
f428a7b498d2ef2b6c23d3715bac2274c320b6f9d6f56017e69ab5fa6b8830242a2f335ed6c3758a741a51f108c6dacae1a447ff8f05ca5686303caf48a1dc59

diff --git a/dev-python/requests-cache/requests-cache-0.9.7.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.7.ebuild
deleted file mode 100644
index 358a9638f092..
--- a/dev-python/requests-cache/requests-cache-0.9.7.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/requests-cache/requests-cache/
-"
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   dev-python/timeout-decorator[${PYTHON_USEDEP}]
-   dev-python/ujson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   # These require extra servers running
-   tests/integration/test_dynamodb.py
-   tests/integration/test_gridfs.py
-   tests/integration/test_mongodb.py
-   tests/integration/test_redis.py
-   )
-   local EPYTEST_DESELECT=(
-   # Requires Internet access
-   tests/integration/test_compat.py::test_version_upgrade
-   )
-
-   local -x USE_PYTEST_HTTPBIN=true
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "redis backend" "dev-python/redis"
-   optfeature "MongoDB backend" "dev-python/pymongo"
-
-   optfeature "JSON serialization" "dev-python/ujson"
-   optfeature "YAML serialization" "dev-python/pyyaml"
-   optfeature "signing serialized data" "dev-python/itsdangerous"
-}



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

2023-02-16 Thread Sam James
commit: ab5c1cb3fa1416d916b326dffe082216c997088a
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 16 22:49:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 16 22:49:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5c1cb3

dev-python/requests-cache: Stabilize 0.9.8 ALLARCHES, #894926

Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-0.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.9.8.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.8.ebuild
index 76068a967f47..358a9638f092 100644
--- a/dev-python/requests-cache/requests-cache-0.9.8.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.9.8.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2023-01-13 Thread Michał Górny
commit: 533951ed3d665f23395f07c4b3265452236aa34f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 14 04:10:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 14 04:57:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533951ed

dev-python/requests-cache: Bump to 0.9.8

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.9.8.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index a201dbf13543..9672af141860 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-0.9.7.gh.tar.gz 1544100 BLAKE2B 
a255d3cce0345ff03e020327c10a1d8cc25e519069764b7e3e1a43a0e5cd899aec824e3c147561796cba1f269550505f881cf913d909ce7e6c52e8f76ad9688a
 SHA512 
00b2c7080030ed07f5d896871a431aec2625dab6ab84f01f7e6fea9e81692f757304e25ee6addbe7695e93d0c1c04484c31b95a71d7c9e12f6c23a5b7747ae30
+DIST requests-cache-0.9.8.gh.tar.gz 1540296 BLAKE2B 
8b2ab1227b28c3822cd9111375c8759f5d7099f2724680a6560e4e14cd16558a1dcb8dd98d043fdf2f9a3861d76dd0d2c2f84df059338e9fa28c1257e74e87b9
 SHA512 
f428a7b498d2ef2b6c23d3715bac2274c320b6f9d6f56017e69ab5fa6b8830242a2f335ed6c3758a741a51f108c6dacae1a447ff8f05ca5686303caf48a1dc59

diff --git a/dev-python/requests-cache/requests-cache-0.9.8.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.8.ebuild
new file mode 100644
index ..af5783401da0
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.9.8.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/requests-cache/requests-cache/
+"
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis-py"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2022-11-29 Thread Michał Górny
commit: 876c6726911ddcfd0cd8548adb31f24dc4aa5e7f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 30 02:47:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 30 02:47:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876c6726

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  1 -
 .../requests-cache/requests-cache-0.9.6.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index e1cc17b0ce9e..a201dbf13543 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1 @@
-DIST requests-cache-0.9.6.gh.tar.gz 1514642 BLAKE2B 
1b098b14a677976b1e767e63b8b5f6c1a3e89b5023b6150f0d186aefe0dad14ade1b036b436759ec4b27b6663159d2a8538dbf99a9017c18a34f0c117d94
 SHA512 
88e4745bed278224ccd1eb815a4f9da84051bab79c43122fa97899c3a8ad87ad7bfd929f87680eb6f73b1ff14267d2519afd9ef8815f10597769cab8ada7f8b5
 DIST requests-cache-0.9.7.gh.tar.gz 1544100 BLAKE2B 
a255d3cce0345ff03e020327c10a1d8cc25e519069764b7e3e1a43a0e5cd899aec824e3c147561796cba1f269550505f881cf913d909ce7e6c52e8f76ad9688a
 SHA512 
00b2c7080030ed07f5d896871a431aec2625dab6ab84f01f7e6fea9e81692f757304e25ee6addbe7695e93d0c1c04484c31b95a71d7c9e12f6c23a5b7747ae30

diff --git a/dev-python/requests-cache/requests-cache-0.9.6.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.6.ebuild
deleted file mode 100644
index dfe56be308eb..
--- a/dev-python/requests-cache/requests-cache-0.9.6.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/requests-cache/requests-cache/
-"
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   dev-python/cattrs[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   dev-python/timeout-decorator[${PYTHON_USEDEP}]
-   dev-python/ujson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   # These require extra servers running
-   tests/integration/test_dynamodb.py
-   tests/integration/test_gridfs.py
-   tests/integration/test_mongodb.py
-   tests/integration/test_redis.py
-   )
-   local EPYTEST_DESELECT=(
-   # Requires Internet access
-   tests/integration/test_compat.py::test_version_upgrade
-   )
-
-   local -x USE_PYTEST_HTTPBIN=true
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "redis backend" "dev-python/redis-py"
-   optfeature "MongoDB backend" "dev-python/pymongo"
-
-   optfeature "JSON serialization" "dev-python/ujson"
-   optfeature "YAML serialization" "dev-python/pyyaml"
-   optfeature "signing serialized data" "dev-python/itsdangerous"
-}



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

2022-11-29 Thread Jakov Smolić
commit: 18e734687cb47f1431907078a66b113549cdaa64
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov 29 21:45:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov 29 21:45:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e73468

dev-python/requests-cache: Stabilize 0.9.7 ALLARCHES, #883533

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/requests-cache/requests-cache-0.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.9.7.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.7.ebuild
index aec67f4e949c..172f9e54c3e1 100644
--- a/dev-python/requests-cache/requests-cache-0.9.7.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.9.7.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2022-10-27 Thread Andrew Ammerlaan
commit: 0acc64706705cd0c28a0e902e3509526248624f3
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 11:29:31 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 11:29:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acc6470

dev-python/requests-cache: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/requests-cache/requests-cache-0.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.9.7.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.7.ebuild
index 433513eb16e4..aec67f4e949c 100644
--- a/dev-python/requests-cache/requests-cache-0.9.7.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.9.7.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1 optfeature



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

2022-10-26 Thread Michał Górny
commit: 66fe06c56118d0ac4b64e2fecc9d2196bfc29f07
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:12:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fe06c5

dev-python/requests-cache: Bump to 0.9.7

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.9.7.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 6b52e9d0bfe5..e1cc17b0ce9e 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-0.9.6.gh.tar.gz 1514642 BLAKE2B 
1b098b14a677976b1e767e63b8b5f6c1a3e89b5023b6150f0d186aefe0dad14ade1b036b436759ec4b27b6663159d2a8538dbf99a9017c18a34f0c117d94
 SHA512 
88e4745bed278224ccd1eb815a4f9da84051bab79c43122fa97899c3a8ad87ad7bfd929f87680eb6f73b1ff14267d2519afd9ef8815f10597769cab8ada7f8b5
+DIST requests-cache-0.9.7.gh.tar.gz 1544100 BLAKE2B 
a255d3cce0345ff03e020327c10a1d8cc25e519069764b7e3e1a43a0e5cd899aec824e3c147561796cba1f269550505f881cf913d909ce7e6c52e8f76ad9688a
 SHA512 
00b2c7080030ed07f5d896871a431aec2625dab6ab84f01f7e6fea9e81692f757304e25ee6addbe7695e93d0c1c04484c31b95a71d7c9e12f6c23a5b7747ae30

diff --git a/dev-python/requests-cache/requests-cache-0.9.7.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.7.ebuild
new file mode 100644
index ..433513eb16e4
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.9.7.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/requests-cache/requests-cache/
+"
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis-py"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2022-10-03 Thread Michał Górny
commit: d16345aa18fa487345ab0d6e14a2e365e1116d12
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  3 06:50:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  3 06:50:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16345aa

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  1 -
 .../requests-cache/requests-cache-0.9.5.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 2e70c231f85e..6b52e9d0bfe5 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1 @@
-DIST requests-cache-0.9.5.gh.tar.gz 1542034 BLAKE2B 
01996e7536ce967dee2b909091d1eb08501b3882b6171a5460b219eed848dec89a85ef8ea0c892b2fd153f90107948239de04b973e7766d3acfad7b10059
 SHA512 
de1481ff609f3ff36ed662d986fb86a500a8d26755832478a9a4396f2c71934b5f65540137b92365eb36f66087b3fbc1cd72c63d37546d09c86bbee7340fd8eb
 DIST requests-cache-0.9.6.gh.tar.gz 1514642 BLAKE2B 
1b098b14a677976b1e767e63b8b5f6c1a3e89b5023b6150f0d186aefe0dad14ade1b036b436759ec4b27b6663159d2a8538dbf99a9017c18a34f0c117d94
 SHA512 
88e4745bed278224ccd1eb815a4f9da84051bab79c43122fa97899c3a8ad87ad7bfd929f87680eb6f73b1ff14267d2519afd9ef8815f10597769cab8ada7f8b5

diff --git a/dev-python/requests-cache/requests-cache-0.9.5.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.5.ebuild
deleted file mode 100644
index 836dbde0e04f..
--- a/dev-python/requests-cache/requests-cache-0.9.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/requests-cache/requests-cache/
-"
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   =dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   dev-python/timeout-decorator[${PYTHON_USEDEP}]
-   dev-python/ujson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   # These require extra servers running
-   tests/integration/test_dynamodb.py
-   tests/integration/test_gridfs.py
-   tests/integration/test_mongodb.py
-   tests/integration/test_redis.py
-   )
-   local EPYTEST_DESELECT=(
-   # Requires Internet access
-   tests/integration/test_compat.py::test_version_upgrade
-   )
-
-   local -x USE_PYTEST_HTTPBIN=true
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "redis backend" "dev-python/redis-py"
-   optfeature "MongoDB backend" "dev-python/pymongo"
-
-   optfeature "JSON serialization" "dev-python/ujson"
-   optfeature "YAML serialization" "dev-python/pyyaml"
-   optfeature "signing serialized data" "dev-python/itsdangerous"
-}



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

2022-09-02 Thread Michał Górny
commit: a1902ecc66deaadf56e69d61efbfa71b0ff4d86b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep  2 16:35:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep  2 17:37:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1902ecc

dev-python/requests-cache: Bump to 0.9.6

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.9.6.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index d2c56a578588..2e70c231f85e 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-0.9.5.gh.tar.gz 1542034 BLAKE2B 
01996e7536ce967dee2b909091d1eb08501b3882b6171a5460b219eed848dec89a85ef8ea0c892b2fd153f90107948239de04b973e7766d3acfad7b10059
 SHA512 
de1481ff609f3ff36ed662d986fb86a500a8d26755832478a9a4396f2c71934b5f65540137b92365eb36f66087b3fbc1cd72c63d37546d09c86bbee7340fd8eb
+DIST requests-cache-0.9.6.gh.tar.gz 1514642 BLAKE2B 
1b098b14a677976b1e767e63b8b5f6c1a3e89b5023b6150f0d186aefe0dad14ade1b036b436759ec4b27b6663159d2a8538dbf99a9017c18a34f0c117d94
 SHA512 
88e4745bed278224ccd1eb815a4f9da84051bab79c43122fa97899c3a8ad87ad7bfd929f87680eb6f73b1ff14267d2519afd9ef8815f10597769cab8ada7f8b5

diff --git a/dev-python/requests-cache/requests-cache-0.9.6.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.6.ebuild
new file mode 100644
index ..5f7e2eced4f4
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.9.6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/requests-cache/requests-cache/
+"
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis-py"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/requests-cache/files/, dev-python/requests-cache/

2022-08-03 Thread Michał Górny
commit: 727545c519049c0ae0352200a804e65ee28dc66f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  3 07:03:40 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  3 07:03:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727545c5

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |   1 -
 .../files/requests-cache-0.9.3-cattrs-22.patch | 150 -
 .../requests-cache/requests-cache-0.9.4.ebuild |  81 ---
 3 files changed, 232 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 1c63fb6def33..d2c56a578588 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1 @@
-DIST requests-cache-0.9.4.gh.tar.gz 1541821 BLAKE2B 
90f3ffe8f4213a47d19c1190f1201bb484473a4ee2fae82dff59c9e80bc8c154739e99f5024aa55b436f9e620d5594441df61e2db44e3cbb381d394c1b6b4a0b
 SHA512 
66023dc8b153070a532f160af58ac2102f6b9d536a0045c4c62ad1d4175f59df6e7db5a25422f5610a2f17049270ad0b63c6023f64235432a63d2cce9b91
 DIST requests-cache-0.9.5.gh.tar.gz 1542034 BLAKE2B 
01996e7536ce967dee2b909091d1eb08501b3882b6171a5460b219eed848dec89a85ef8ea0c892b2fd153f90107948239de04b973e7766d3acfad7b10059
 SHA512 
de1481ff609f3ff36ed662d986fb86a500a8d26755832478a9a4396f2c71934b5f65540137b92365eb36f66087b3fbc1cd72c63d37546d09c86bbee7340fd8eb

diff --git 
a/dev-python/requests-cache/files/requests-cache-0.9.3-cattrs-22.patch 
b/dev-python/requests-cache/files/requests-cache-0.9.3-cattrs-22.patch
deleted file mode 100644
index 258738158355..
--- a/dev-python/requests-cache/files/requests-cache-0.9.3-cattrs-22.patch
+++ /dev/null
@@ -1,150 +0,0 @@
-From 7917ba0dd12901d88137d3f8b487307eda38d326 Mon Sep 17 00:00:00 2001
-From: Jordan Cook 
-Date: Sat, 9 Apr 2022 13:33:32 -0500
-Subject: [PATCH] Add compatibility with cattrs 21.1+, and clean up preconf
- module a bit
-

- requests_cache/__init__.py|  2 +-
- requests_cache/serializers/preconf.py | 89 +++
- 2 files changed, 49 insertions(+), 42 deletions(-)
-
-diff --git a/requests_cache/__init__.py b/requests_cache/__init__.py
-index 87781ba..835586c 100644
 a/requests_cache/__init__.py
-+++ b/requests_cache/__init__.py
-@@ -17,4 +17,4 @@ try:
- from .session import *
- # Log and ignore ImportErrors, if imported outside a virtualenv (e.g., just 
to check __version__)
- except ImportError as e:
--logger.warning(e)
-+logger.warning(e, exc_info=True)
-diff --git a/requests_cache/serializers/preconf.py 
b/requests_cache/serializers/preconf.py
-index ed19fb4..cb099b8 100644
 a/requests_cache/serializers/preconf.py
-+++ b/requests_cache/serializers/preconf.py
-@@ -1,3 +1,4 @@
-+# flake8: noqa: F841
- """The ``cattrs`` library includes a number of `pre-configured converters
- `_ that perform some 
pre-serialization steps
- required for specific serialization formats.
-@@ -14,69 +15,75 @@ class that raises an ``ImportError`` at initialization 
time instead of at import
- """
- import pickle
- from functools import partial
--
--from cattr.preconf import bson as bson_preconf
--from cattr.preconf import json as json_preconf
--from cattr.preconf import msgpack, orjson, pyyaml, tomlkit, ujson
-+from importlib import import_module
- 
- from .._utils import get_placeholder_class
- from .cattrs import CattrStage
- from .pipeline import SerializerPipeline, Stage
- 
--base_stage = (
--CattrStage()
--)  #: Base stage for all serializer pipelines (or standalone dict serializer)
-+
-+def make_stage(preconf_module: str):
-+"""Create a preconf serializer stage from a module name, if dependencies 
are installed"""
-+try:
-+return CattrStage(import_module(preconf_module).make_converter)
-+except ImportError as e:
-+return get_placeholder_class(e)
-+
-+
-+base_stage = CattrStage()  #: Base stage for all serializer pipelines
- dict_serializer = base_stage  #: Partial serializer that unstructures 
responses into dicts
--bson_preconf_stage = CattrStage(bson_preconf.make_converter)  #: 
Pre-serialization steps for BSON
--json_preconf_stage = CattrStage(json_preconf.make_converter)  #: 
Pre-serialization steps for JSON
--msgpack_preconf_stage = CattrStage(msgpack.make_converter)  #: 
Pre-serialization steps for msgpack
--orjson_preconf_stage = CattrStage(orjson.make_converter)  #: 
Pre-serialization steps for orjson
--yaml_preconf_stage = CattrStage(pyyaml.make_converter)  #: Pre-serialization 
steps for YAML
--toml_preconf_stage = CattrStage(tomlkit.make_converter)  #: Pre-serialization 
steps for TOML
--ujson_preconf_stage = CattrStage(ujson.make_converter)  #: Pre-serialization 
steps for ultrajson
--pickle_serializer = SerializerPipeline(
--[base_stage, pickle], is_binary=True
--)  #: Complete pickle serializer

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

2022-08-02 Thread Sam James
commit: b7d56fc4548848467a15a5c61c7c901467ceac2c
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  2 20:23:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  2 20:23:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d56fc4

dev-python/requests-cache: Stabilize 0.9.5 ALLARCHES, #863131

Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.9.5.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.5.ebuild
index a05212c9f27b..836dbde0e04f 100644
--- a/dev-python/requests-cache/requests-cache-0.9.5.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.9.5.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2022-06-29 Thread Michał Górny
commit: 230222f2d4a953b35c6e028afbdd78b84ef5f3f1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 30 03:21:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 30 04:26:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230222f2

dev-python/requests-cache: Bump to 0.9.5

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

 dev-python/requests-cache/Manifest |  1 +
 dev-python/requests-cache/metadata.xml |  1 +
 .../requests-cache/requests-cache-0.9.5.ebuild | 71 ++
 3 files changed, 73 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 6e8e1ee627e8..1c63fb6def33 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-0.9.4.gh.tar.gz 1541821 BLAKE2B 
90f3ffe8f4213a47d19c1190f1201bb484473a4ee2fae82dff59c9e80bc8c154739e99f5024aa55b436f9e620d5594441df61e2db44e3cbb381d394c1b6b4a0b
 SHA512 
66023dc8b153070a532f160af58ac2102f6b9d536a0045c4c62ad1d4175f59df6e7db5a25422f5610a2f17049270ad0b63c6023f64235432a63d2cce9b91
+DIST requests-cache-0.9.5.gh.tar.gz 1542034 BLAKE2B 
01996e7536ce967dee2b909091d1eb08501b3882b6171a5460b219eed848dec89a85ef8ea0c892b2fd153f90107948239de04b973e7766d3acfad7b10059
 SHA512 
de1481ff609f3ff36ed662d986fb86a500a8d26755832478a9a4396f2c71934b5f65540137b92365eb36f66087b3fbc1cd72c63d37546d09c86bbee7340fd8eb

diff --git a/dev-python/requests-cache/metadata.xml 
b/dev-python/requests-cache/metadata.xml
index 809ce0ce78ae..dc99a675de0c 100644
--- a/dev-python/requests-cache/metadata.xml
+++ b/dev-python/requests-cache/metadata.xml
@@ -11,6 +11,7 @@
   
   
   
+requests-cache/requests-cache
 requests-cache
   
 

diff --git a/dev-python/requests-cache/requests-cache-0.9.5.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.5.ebuild
new file mode 100644
index ..a05212c9f27b
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.9.5.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/requests-cache/requests-cache/
+"
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   =dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis-py"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2022-05-27 Thread Michał Górny
commit: e4ad58193db3af76effd7f8eeeb38b2570900e1a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 27 19:43:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 19:43:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ad5819

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  1 -
 .../requests-cache/requests-cache-0.9.3-r1.ebuild  | 81 --
 2 files changed, 82 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 960b9aff9981..6e8e1ee627e8 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1 @@
-DIST requests-cache-0.9.3.gh.tar.gz 1541517 BLAKE2B 
a6096e8db01ccc7e6afa94ca35460ad79bbc503fe32fb272c3b43bb3344cb4a4e3c6f9240dc8d26a49b2ae4b564de72be22553b40847480487c150b192aa9490
 SHA512 
d413fbed156bd3fca48db8b153b01a883ee72d62f6e8982d490a5378dc188c19d0b3af5e37e6f47d19ed0ba11b3c0e01489720d56df12afcf1b47088e1541221
 DIST requests-cache-0.9.4.gh.tar.gz 1541821 BLAKE2B 
90f3ffe8f4213a47d19c1190f1201bb484473a4ee2fae82dff59c9e80bc8c154739e99f5024aa55b436f9e620d5594441df61e2db44e3cbb381d394c1b6b4a0b
 SHA512 
66023dc8b153070a532f160af58ac2102f6b9d536a0045c4c62ad1d4175f59df6e7db5a25422f5610a2f17049270ad0b63c6023f64235432a63d2cce9b91

diff --git a/dev-python/requests-cache/requests-cache-0.9.3-r1.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.3-r1.ebuild
deleted file mode 100644
index 1d237051f1ea..
--- a/dev-python/requests-cache/requests-cache-0.9.3-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/reclosedev/requests-cache/
-"
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   dev-python/cattrs[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   dev-python/timeout-decorator[${PYTHON_USEDEP}]
-   dev-python/ujson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/${P}-cattrs-22.patch
-)
-
-src_prepare() {
-   # unpin the dep
-   sed -i -e '/cattrs/s:\^:>=:' pyproject.toml || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   # These require extra servers running
-   tests/integration/test_dynamodb.py
-   tests/integration/test_gridfs.py
-   tests/integration/test_mongodb.py
-   tests/integration/test_redis.py
-   )
-   local EPYTEST_DESELECT=(
-   # Requires Internet access
-   tests/integration/test_compat.py::test_version_upgrade
-   )
-
-   local -x USE_PYTEST_HTTPBIN=true
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "redis backend" "dev-python/redis-py"
-   optfeature "MongoDB backend" "dev-python/pymongo"
-
-   optfeature "JSON serialization" "dev-python/ujson"
-   optfeature "YAML serialization" "dev-python/pyyaml"
-   optfeature "signing serialized data" "dev-python/itsdangerous"
-}



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

2022-05-27 Thread Michał Górny
commit: a616c6885202f1979fa1c9718b49a88207c7fc6a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 27 19:45:40 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 19:45:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a616c688

dev-python/requests-cache: Update URLs

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

 dev-python/requests-cache/requests-cache-0.9.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/requests-cache/requests-cache-0.9.4.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.4.ebuild
index 9d8c4ac27acb..c9a10a8eef4c 100644
--- a/dev-python/requests-cache/requests-cache-0.9.4.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.9.4.ebuild
@@ -11,11 +11,11 @@ inherit distutils-r1 optfeature
 
 HOMEPAGE="
https://pypi.org/project/requests-cache/
-   https://github.com/reclosedev/requests-cache/
+   https://github.com/requests-cache/requests-cache/
 "
 DESCRIPTION="Persistent cache for requests library"
 SRC_URI="
-   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
 "
 



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

2022-05-27 Thread Jakov Smolić
commit: 304248182d923f90fd35be5a4598ff0aec48d8f9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 27 09:05:52 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 27 09:05:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30424818

dev-python/requests-cache: Stabilize 0.9.4 ALLARCHES, #847778

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/requests-cache/requests-cache-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.9.4.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.4.ebuild
index 13d1ae62b521..9d8c4ac27acb 100644
--- a/dev-python/requests-cache/requests-cache-0.9.4.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.9.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2022-04-26 Thread Michał Górny
commit: 314b60862c07eddb65478a54b1a8b4cb7ca496e2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 10:32:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 10:55:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314b6086

dev-python/requests-cache: Bump to 0.9.4

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.9.4.ebuild | 81 ++
 2 files changed, 82 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 04f1c4757361..960b9aff9981 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-0.9.3.gh.tar.gz 1541517 BLAKE2B 
a6096e8db01ccc7e6afa94ca35460ad79bbc503fe32fb272c3b43bb3344cb4a4e3c6f9240dc8d26a49b2ae4b564de72be22553b40847480487c150b192aa9490
 SHA512 
d413fbed156bd3fca48db8b153b01a883ee72d62f6e8982d490a5378dc188c19d0b3af5e37e6f47d19ed0ba11b3c0e01489720d56df12afcf1b47088e1541221
+DIST requests-cache-0.9.4.gh.tar.gz 1541821 BLAKE2B 
90f3ffe8f4213a47d19c1190f1201bb484473a4ee2fae82dff59c9e80bc8c154739e99f5024aa55b436f9e620d5594441df61e2db44e3cbb381d394c1b6b4a0b
 SHA512 
66023dc8b153070a532f160af58ac2102f6b9d536a0045c4c62ad1d4175f59df6e7db5a25422f5610a2f17049270ad0b63c6023f64235432a63d2cce9b91

diff --git a/dev-python/requests-cache/requests-cache-0.9.4.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.4.ebuild
new file mode 100644
index ..13d1ae62b521
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.9.4.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/
+"
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/requests-cache-0.9.3-cattrs-22.patch
+)
+
+src_prepare() {
+   # unpin the dep
+   sed -i -e '/cattrs/s:\^:>=:' pyproject.toml || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis-py"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/requests-cache/, dev-python/requests-cache/files/

2022-04-26 Thread Michał Górny
commit: e28b7da2f917e22153f0ea2bfc99171c8a65a5f2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 10:24:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 10:55:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28b7da2

dev-python/requests-cache: Backport fix for cattrs-22.1.0 compat

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

 .../files/requests-cache-0.9.3-cattrs-22.patch | 150 +
 ...0.9.3.ebuild => requests-cache-0.9.3-r1.ebuild} |  22 ++-
 2 files changed, 168 insertions(+), 4 deletions(-)

diff --git 
a/dev-python/requests-cache/files/requests-cache-0.9.3-cattrs-22.patch 
b/dev-python/requests-cache/files/requests-cache-0.9.3-cattrs-22.patch
new file mode 100644
index ..258738158355
--- /dev/null
+++ b/dev-python/requests-cache/files/requests-cache-0.9.3-cattrs-22.patch
@@ -0,0 +1,150 @@
+From 7917ba0dd12901d88137d3f8b487307eda38d326 Mon Sep 17 00:00:00 2001
+From: Jordan Cook 
+Date: Sat, 9 Apr 2022 13:33:32 -0500
+Subject: [PATCH] Add compatibility with cattrs 21.1+, and clean up preconf
+ module a bit
+
+---
+ requests_cache/__init__.py|  2 +-
+ requests_cache/serializers/preconf.py | 89 +++
+ 2 files changed, 49 insertions(+), 42 deletions(-)
+
+diff --git a/requests_cache/__init__.py b/requests_cache/__init__.py
+index 87781ba..835586c 100644
+--- a/requests_cache/__init__.py
 b/requests_cache/__init__.py
+@@ -17,4 +17,4 @@ try:
+ from .session import *
+ # Log and ignore ImportErrors, if imported outside a virtualenv (e.g., just 
to check __version__)
+ except ImportError as e:
+-logger.warning(e)
++logger.warning(e, exc_info=True)
+diff --git a/requests_cache/serializers/preconf.py 
b/requests_cache/serializers/preconf.py
+index ed19fb4..cb099b8 100644
+--- a/requests_cache/serializers/preconf.py
 b/requests_cache/serializers/preconf.py
+@@ -1,3 +1,4 @@
++# flake8: noqa: F841
+ """The ``cattrs`` library includes a number of `pre-configured converters
+ `_ that perform some 
pre-serialization steps
+ required for specific serialization formats.
+@@ -14,69 +15,75 @@ class that raises an ``ImportError`` at initialization 
time instead of at import
+ """
+ import pickle
+ from functools import partial
+-
+-from cattr.preconf import bson as bson_preconf
+-from cattr.preconf import json as json_preconf
+-from cattr.preconf import msgpack, orjson, pyyaml, tomlkit, ujson
++from importlib import import_module
+ 
+ from .._utils import get_placeholder_class
+ from .cattrs import CattrStage
+ from .pipeline import SerializerPipeline, Stage
+ 
+-base_stage = (
+-CattrStage()
+-)  #: Base stage for all serializer pipelines (or standalone dict serializer)
++
++def make_stage(preconf_module: str):
++"""Create a preconf serializer stage from a module name, if dependencies 
are installed"""
++try:
++return CattrStage(import_module(preconf_module).make_converter)
++except ImportError as e:
++return get_placeholder_class(e)
++
++
++base_stage = CattrStage()  #: Base stage for all serializer pipelines
+ dict_serializer = base_stage  #: Partial serializer that unstructures 
responses into dicts
+-bson_preconf_stage = CattrStage(bson_preconf.make_converter)  #: 
Pre-serialization steps for BSON
+-json_preconf_stage = CattrStage(json_preconf.make_converter)  #: 
Pre-serialization steps for JSON
+-msgpack_preconf_stage = CattrStage(msgpack.make_converter)  #: 
Pre-serialization steps for msgpack
+-orjson_preconf_stage = CattrStage(orjson.make_converter)  #: 
Pre-serialization steps for orjson
+-yaml_preconf_stage = CattrStage(pyyaml.make_converter)  #: Pre-serialization 
steps for YAML
+-toml_preconf_stage = CattrStage(tomlkit.make_converter)  #: Pre-serialization 
steps for TOML
+-ujson_preconf_stage = CattrStage(ujson.make_converter)  #: Pre-serialization 
steps for ultrajson
+-pickle_serializer = SerializerPipeline(
+-[base_stage, pickle], is_binary=True
+-)  #: Complete pickle serializer
++pickle_serializer = SerializerPipeline([base_stage, pickle], is_binary=True)  
#: Pickle serializer
+ utf8_encoder = Stage(dumps=str.encode, loads=lambda x: x.decode())  #: Encode 
to bytes
++bson_preconf_stage = make_stage('cattr.preconf.bson')  #: Pre-serialization 
steps for BSON
++json_preconf_stage = make_stage('cattr.preconf.json')  #: Pre-serialization 
steps for JSON
++msgpack_preconf_stage = make_stage('cattr.preconf.msgpack')  #: 
Pre-serialization steps for msgpack
++orjson_preconf_stage = make_stage('cattr.preconf.orjson')  #: 
Pre-serialization steps for orjson
++toml_preconf_stage = make_stage('cattr.preconf.tomlkit')  #: 
Pre-serialization steps for TOML
++ujson_preconf_stage = make_stage('cattr.preconf.ujson')  #: Pre-serialization 
steps for ultrajson
++yaml_preconf_stage = make_stage('cattr.preconf.pyyaml')  #: Pre-serialization 
steps for YAML
+ 
+ 
+ # Safe 

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

2022-03-16 Thread Michał Górny
commit: 55e4a28fe19b433ae8bfb4b4ed980b1dc0cc3c69
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 16 07:57:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 16 07:57:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e4a28f

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  2 -
 .../requests-cache/requests-cache-0.9.1-r1.ebuild  | 67 --
 .../requests-cache/requests-cache-0.9.1.ebuild | 67 --
 .../requests-cache/requests-cache-0.9.2.ebuild | 67 --
 4 files changed, 203 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 0998e9ab636f..04f1c4757361 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,3 +1 @@
-DIST requests-cache-0.9.1.gh.tar.gz 1539483 BLAKE2B 
9adb6710cda7fb6ae9dba9b6ce57351b9817419f7108da328f4ac206534c6c5453d79592ecbe1108d3d5d78862ed109630fdce518025a42b1db101c906253d16
 SHA512 
829488f68f10be8f84203d488d5dab68c477d02bc4419b49b38851693f2bd1d0ec0b86bc5d953b951b9c7d4372b2bc179f096014f69eb6356f87a2b1d025d3a0
-DIST requests-cache-0.9.2.gh.tar.gz 1539753 BLAKE2B 
a49932b961486e5af1681d0094c599e12c12dc340b1631b9e0a8ab19268f04005ba56f6bb2c8759268e8cea866e94a1b3f59e1e7d9229aa257f3bb2daab8a187
 SHA512 
449dcd5924388cd8a02114e2588dfe50f0289be07ec3eaa06388298c959e69e891e51793a18ba2766d7a0ff866355e3d4950ebcd04b2349a146d342e11eb41bd
 DIST requests-cache-0.9.3.gh.tar.gz 1541517 BLAKE2B 
a6096e8db01ccc7e6afa94ca35460ad79bbc503fe32fb272c3b43bb3344cb4a4e3c6f9240dc8d26a49b2ae4b564de72be22553b40847480487c150b192aa9490
 SHA512 
d413fbed156bd3fca48db8b153b01a883ee72d62f6e8982d490a5378dc188c19d0b3af5e37e6f47d19ed0ba11b3c0e01489720d56df12afcf1b47088e1541221

diff --git a/dev-python/requests-cache/requests-cache-0.9.1-r1.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.1-r1.ebuild
deleted file mode 100644
index 5b0486352cb2..
--- a/dev-python/requests-cache/requests-cache-0.9.1-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/reclosedev/requests-cache/;
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   dev-python/cattrs[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   dev-python/timeout-decorator[${PYTHON_USEDEP}]
-   dev-python/ujson[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   # These require extra servers running
-   tests/integration/test_dynamodb.py
-   tests/integration/test_gridfs.py
-   tests/integration/test_mongodb.py
-   tests/integration/test_redis.py
-   )
-   local EPYTEST_DESELECT=(
-   # Requires Internet access
-   tests/integration/test_compat.py::test_version_upgrade
-   )
-
-   local -x USE_PYTEST_HTTPBIN=true
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "redis backend" "dev-python/redis-py"
-   optfeature "MongoDB backend" "dev-python/pymongo"
-
-   optfeature "JSON serialization" "dev-python/ujson"
-   optfeature "YAML serialization" "dev-python/pyyaml"
-   optfeature "signing serialized data" "dev-python/itsdangerous"
-}

diff --git a/dev-python/requests-cache/requests-cache-0.9.1.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.1.ebuild
deleted file mode 100644
index 15ab7fad669d..
--- a/dev-python/requests-cache/requests-cache-0.9.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/reclosedev/requests-cache/;

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

2022-02-23 Thread Michał Górny
commit: b4bf381cf55b72a6e336fd15e7a2df9dae2bdc8c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 23 07:30:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 23 08:12:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4bf381c

dev-python/requests-cache: Bump to 0.9.3

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.9.3.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index c3c1b2a057ed..0998e9ab636f 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1,3 @@
 DIST requests-cache-0.9.1.gh.tar.gz 1539483 BLAKE2B 
9adb6710cda7fb6ae9dba9b6ce57351b9817419f7108da328f4ac206534c6c5453d79592ecbe1108d3d5d78862ed109630fdce518025a42b1db101c906253d16
 SHA512 
829488f68f10be8f84203d488d5dab68c477d02bc4419b49b38851693f2bd1d0ec0b86bc5d953b951b9c7d4372b2bc179f096014f69eb6356f87a2b1d025d3a0
 DIST requests-cache-0.9.2.gh.tar.gz 1539753 BLAKE2B 
a49932b961486e5af1681d0094c599e12c12dc340b1631b9e0a8ab19268f04005ba56f6bb2c8759268e8cea866e94a1b3f59e1e7d9229aa257f3bb2daab8a187
 SHA512 
449dcd5924388cd8a02114e2588dfe50f0289be07ec3eaa06388298c959e69e891e51793a18ba2766d7a0ff866355e3d4950ebcd04b2349a146d342e11eb41bd
+DIST requests-cache-0.9.3.gh.tar.gz 1541517 BLAKE2B 
a6096e8db01ccc7e6afa94ca35460ad79bbc503fe32fb272c3b43bb3344cb4a4e3c6f9240dc8d26a49b2ae4b564de72be22553b40847480487c150b192aa9490
 SHA512 
d413fbed156bd3fca48db8b153b01a883ee72d62f6e8982d490a5378dc188c19d0b3af5e37e6f47d19ed0ba11b3c0e01489720d56df12afcf1b47088e1541221

diff --git a/dev-python/requests-cache/requests-cache-0.9.3.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.3.ebuild
new file mode 100644
index ..5b0486352cb2
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.9.3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis-py"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2022-02-15 Thread Michał Górny
commit: 5b9c595ed61272d9c856e149bbfce80f0d6f905c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 15 22:51:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 15 22:51:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9c595e

dev-python/requests-cache: Bump to 0.9.2

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.9.2.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 723c12ffa846..c3c1b2a057ed 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-0.9.1.gh.tar.gz 1539483 BLAKE2B 
9adb6710cda7fb6ae9dba9b6ce57351b9817419f7108da328f4ac206534c6c5453d79592ecbe1108d3d5d78862ed109630fdce518025a42b1db101c906253d16
 SHA512 
829488f68f10be8f84203d488d5dab68c477d02bc4419b49b38851693f2bd1d0ec0b86bc5d953b951b9c7d4372b2bc179f096014f69eb6356f87a2b1d025d3a0
+DIST requests-cache-0.9.2.gh.tar.gz 1539753 BLAKE2B 
a49932b961486e5af1681d0094c599e12c12dc340b1631b9e0a8ab19268f04005ba56f6bb2c8759268e8cea866e94a1b3f59e1e7d9229aa257f3bb2daab8a187
 SHA512 
449dcd5924388cd8a02114e2588dfe50f0289be07ec3eaa06388298c959e69e891e51793a18ba2766d7a0ff866355e3d4950ebcd04b2349a146d342e11eb41bd

diff --git a/dev-python/requests-cache/requests-cache-0.9.2.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.2.ebuild
new file mode 100644
index ..5b0486352cb2
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.9.2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis-py"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2022-02-04 Thread Michał Górny
commit: 3ef47e061871bd93a48dcfccf609ea1c04c9fac0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  4 09:27:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  4 10:26:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef47e06

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  2 -
 .../requests-cache/requests-cache-0.8.1-r1.ebuild  | 67 --
 .../requests-cache/requests-cache-0.9.0.ebuild | 67 --
 3 files changed, 136 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index f1af7b59202e..723c12ffa846 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,3 +1 @@
-DIST requests-cache-0.8.1.gh.tar.gz 1540290 BLAKE2B 
ac9d7cdaa553400484776236b13f356e4e80a7c3aa5e63563dad860302cb421b7ceeb61e80af436cf9559467c4b2cd5e8363ae05e703661b88bf3ac04601ee30
 SHA512 
245ee7059afab50f32af9c8831fe11c14d5bd53fe6bbf02e5844974e0e5ea6c33e005f234485f245ee418ae03277c6e2cc41046a385ff138e58785cf37b119ea
-DIST requests-cache-0.9.0.gh.tar.gz 1539360 BLAKE2B 
9eb09e84f53dc31fdaee2e72f961bff1582fe58cf0d33285e3d291ee10615c59cb9942a5480af48d840b7d4e3bcd8a7ec3367472478333c39cde579943b1b3ba
 SHA512 
1f4879ddae34a10f014deb31c62fbe18c3d6a30ea10823d122aec4920ea4024eaf86c0b1a6f369b71f827ee87f049a5c2dad9fabe61aa6a5a62093fb08fa4a7c
 DIST requests-cache-0.9.1.gh.tar.gz 1539483 BLAKE2B 
9adb6710cda7fb6ae9dba9b6ce57351b9817419f7108da328f4ac206534c6c5453d79592ecbe1108d3d5d78862ed109630fdce518025a42b1db101c906253d16
 SHA512 
829488f68f10be8f84203d488d5dab68c477d02bc4419b49b38851693f2bd1d0ec0b86bc5d953b951b9c7d4372b2bc179f096014f69eb6356f87a2b1d025d3a0

diff --git a/dev-python/requests-cache/requests-cache-0.8.1-r1.ebuild 
b/dev-python/requests-cache/requests-cache-0.8.1-r1.ebuild
deleted file mode 100644
index 1a1b69910761..
--- a/dev-python/requests-cache/requests-cache-0.8.1-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/reclosedev/requests-cache/;
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   dev-python/cattrs[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   dev-python/timeout-decorator[${PYTHON_USEDEP}]
-   dev-python/ujson[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   # These require extra servers running
-   tests/integration/test_dynamodb.py
-   tests/integration/test_gridfs.py
-   tests/integration/test_mongodb.py
-   tests/integration/test_redis.py
-   )
-   local EPYTEST_DESELECT=(
-   # Requires Internet access
-   tests/integration/test_compat.py::test_version_upgrade
-   )
-
-   local -x USE_PYTEST_HTTPBIN=true
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "redis backend" "dev-python/redis-py"
-   optfeature "MongoDB backend" "dev-python/pymongo"
-
-   optfeature "JSON serialization" "dev-python/ujson"
-   optfeature "YAML serialization" "dev-python/pyyaml"
-   optfeature "signing serialized data" "dev-python/itsdangerous"
-}

diff --git a/dev-python/requests-cache/requests-cache-0.9.0.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.0.ebuild
deleted file mode 100644
index bf43d1b00ca4..
--- a/dev-python/requests-cache/requests-cache-0.9.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 optfeature
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/reclosedev/requests-cache/;
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   

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

2022-02-04 Thread Jakov Smolić
commit: dd44a6773d48a19cca5bb69995c8f361c1fb0754
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Feb  4 09:03:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Feb  4 09:03:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd44a677

dev-python/requests-cache: Stabilize 0.9.1 ALLARCHES, #832645

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/requests-cache/requests-cache-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.9.1.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.1.ebuild
index bf43d1b00ca4..15ab7fad669d 100644
--- a/dev-python/requests-cache/requests-cache-0.9.1.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.9.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2022-01-27 Thread Michał Górny
commit: 3efc6a76bc744575b211b40e6acb28912816b8a2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 27 09:14:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 27 09:21:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3efc6a76

dev-python/requests-cache: Switch to PEP 517 build

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

 .../requests-cache/requests-cache-0.9.1-r1.ebuild  | 67 ++
 1 file changed, 67 insertions(+)

diff --git a/dev-python/requests-cache/requests-cache-0.9.1-r1.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.1-r1.ebuild
new file mode 100644
index ..5b0486352cb2
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.9.1-r1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis-py"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2022-01-15 Thread Arthur Zamarin
commit: 4cf9f724b83dcaf6bad9913bf4929b42daeeb85b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 15 20:50:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 15 20:50:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf9f724

dev-python/requests-cache: add 0.9.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.9.1.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index c0d2f653e816..f1af7b59202e 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1,3 @@
 DIST requests-cache-0.8.1.gh.tar.gz 1540290 BLAKE2B 
ac9d7cdaa553400484776236b13f356e4e80a7c3aa5e63563dad860302cb421b7ceeb61e80af436cf9559467c4b2cd5e8363ae05e703661b88bf3ac04601ee30
 SHA512 
245ee7059afab50f32af9c8831fe11c14d5bd53fe6bbf02e5844974e0e5ea6c33e005f234485f245ee418ae03277c6e2cc41046a385ff138e58785cf37b119ea
 DIST requests-cache-0.9.0.gh.tar.gz 1539360 BLAKE2B 
9eb09e84f53dc31fdaee2e72f961bff1582fe58cf0d33285e3d291ee10615c59cb9942a5480af48d840b7d4e3bcd8a7ec3367472478333c39cde579943b1b3ba
 SHA512 
1f4879ddae34a10f014deb31c62fbe18c3d6a30ea10823d122aec4920ea4024eaf86c0b1a6f369b71f827ee87f049a5c2dad9fabe61aa6a5a62093fb08fa4a7c
+DIST requests-cache-0.9.1.gh.tar.gz 1539483 BLAKE2B 
9adb6710cda7fb6ae9dba9b6ce57351b9817419f7108da328f4ac206534c6c5453d79592ecbe1108d3d5d78862ed109630fdce518025a42b1db101c906253d16
 SHA512 
829488f68f10be8f84203d488d5dab68c477d02bc4419b49b38851693f2bd1d0ec0b86bc5d953b951b9c7d4372b2bc179f096014f69eb6356f87a2b1d025d3a0

diff --git a/dev-python/requests-cache/requests-cache-0.9.1.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.1.ebuild
new file mode 100644
index ..bf43d1b00ca4
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.9.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis-py"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2022-01-02 Thread Michał Górny
commit: 60641dc946fabc24e443fd5846b4e6593250ac8f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan  2 07:54:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan  2 10:59:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60641dc9

dev-python/requests-cache: Bump to 0.9.0

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.9.0.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 08d35eca973a..c0d2f653e816 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-0.8.1.gh.tar.gz 1540290 BLAKE2B 
ac9d7cdaa553400484776236b13f356e4e80a7c3aa5e63563dad860302cb421b7ceeb61e80af436cf9559467c4b2cd5e8363ae05e703661b88bf3ac04601ee30
 SHA512 
245ee7059afab50f32af9c8831fe11c14d5bd53fe6bbf02e5844974e0e5ea6c33e005f234485f245ee418ae03277c6e2cc41046a385ff138e58785cf37b119ea
+DIST requests-cache-0.9.0.gh.tar.gz 1539360 BLAKE2B 
9eb09e84f53dc31fdaee2e72f961bff1582fe58cf0d33285e3d291ee10615c59cb9942a5480af48d840b7d4e3bcd8a7ec3367472478333c39cde579943b1b3ba
 SHA512 
1f4879ddae34a10f014deb31c62fbe18c3d6a30ea10823d122aec4920ea4024eaf86c0b1a6f369b71f827ee87f049a5c2dad9fabe61aa6a5a62093fb08fa4a7c

diff --git a/dev-python/requests-cache/requests-cache-0.9.0.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.0.ebuild
new file mode 100644
index ..bf43d1b00ca4
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.9.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis-py"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2021-10-11 Thread Michał Górny
commit: 60c8f3b048aa6ad107a7d4ce4f01cb104655e08c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 11 05:58:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 11 06:04:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c8f3b0

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  7 ---
 .../requests-cache/requests-cache-0.6.4.ebuild | 47 --
 .../requests-cache/requests-cache-0.7.1.ebuild | 51 
 .../requests-cache/requests-cache-0.7.2.ebuild | 51 
 .../requests-cache/requests-cache-0.7.3.ebuild | 54 -
 .../requests-cache/requests-cache-0.7.4.ebuild | 55 --
 .../requests-cache/requests-cache-0.7.5.ebuild | 55 --
 .../requests-cache/requests-cache-0.8.0.ebuild | 54 -
 8 files changed, 374 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index d707c4a20b5..08d35eca973 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,8 +1 @@
-DIST requests-cache-0.6.4.gh.tar.gz 50322 BLAKE2B 
c9a6cae957604bdfa6057621e028fad83476e5d918bbf9c58e73f09f8615398946f3cf6e3737c9ff916cba68d82ed66a674557fb733c74b874b0f68e2430d9a0
 SHA512 
31e2217e54892d8ec5fc9fcf60f650960621b1f97029c90deca925b9a1be9eb5a3ddb6ae68e581c805f20136f93eefa70d51e7e9f086ecbae76f8e550bbe3f1a
-DIST requests-cache-0.7.1.gh.tar.gz 959455 BLAKE2B 
ce41514f21dc0708e437f70b92eb9d84f47433d04a11476cd5afefd050089e2d138213fa0b2f6bac200bd6d59db996187481ef3544d289a5117f3fe7160027b5
 SHA512 
cd83134ce9500c20c63fa92546cca41772ba3582a669914cd0885ec5aadf6ae4a6c4fc6a83dce73d2d5b24a80db2fde65cdb0a89b4b5703ddeac1d710404a05d
-DIST requests-cache-0.7.2.gh.tar.gz 962215 BLAKE2B 
0f66548b4c37c14347021a4675d0165b9f9648dc9842f1d94c9507c096f6ef359f7109f88ac369de2de263673542f42d6e4a7402449354aee900970331f87cea
 SHA512 
1712f3568ec4c8c41988c9d2ca07e72b1a66efceb596d814219b5eb9bb0c05448ee33b4634ec39fb03634032a6bfaaf877b297be7f92f540788dba40b4c202df
-DIST requests-cache-0.7.3.gh.tar.gz 1182825 BLAKE2B 
bc2b936f3b13388c23c344119a0ae2dc8efae3ba243e3a176ac27a7affb9b1c691e99ee88dfa61823a5c517ea898f144c7a9450867ea611c8518a0ecb3d77287
 SHA512 
fca494438001d14b0edce2cf93f51f65a0bf363d31bf1c70d1a4b2f214fe7bfc6f6f6fc97d21357fcfb9ab38c83d76cabe9c0ff4703171679ce509bd9f55753f
-DIST requests-cache-0.7.4.gh.tar.gz 1254975 BLAKE2B 
f0df6ac156665f8eed8850e153bfa3738d8c6677ff1613a54fcbf3208861c590e5e0ede3d5c30eeda36dcd709390402a020e03a0180e701e0751c5c982903a35
 SHA512 
684a3182135b6a31816629c8b4a174b52a629e964a5862573df1ac6e9e9b5cb807d1661a3a6daf8cc4b2a0f6778bd780d822a2f6c409242aa090c6565adf0aab
-DIST requests-cache-0.7.5.gh.tar.gz 1254930 BLAKE2B 
7dec609d8e5d5570247bc45c33763bc35006104082235575feb336d1d386a36d18ef1e4403703aa532bc5c8e1f7cf4f741aa91bb94be4bd1fd85fe7cc9adb9b1
 SHA512 
656791e54f7c8dfd6518054434aa4dd03e5ce027fb36b38675d99284536abefb11883f53c6ec2f11e3f8efb473f0d1e9cede100eac82005ee023b7778848f588
-DIST requests-cache-0.8.0.gh.tar.gz 1642151 BLAKE2B 
e341707b2473438a8c4155350bce3e0fc712537692991e23965aa6504e8eed735caae8b103896bd324882a8f73f13f36b23b329c3c155864c1b7665c6bcc4e2a
 SHA512 
b9f1769f70b33f128aacf05a2251f9d2511649a4e80cb702c14ac3fcbfaf72d1049a5792a295286b6969985320a0d5a87ef81bfe3bacbbc200042ba51889b7ea
 DIST requests-cache-0.8.1.gh.tar.gz 1540290 BLAKE2B 
ac9d7cdaa553400484776236b13f356e4e80a7c3aa5e63563dad860302cb421b7ceeb61e80af436cf9559467c4b2cd5e8363ae05e703661b88bf3ac04601ee30
 SHA512 
245ee7059afab50f32af9c8831fe11c14d5bd53fe6bbf02e5844974e0e5ea6c33e005f234485f245ee418ae03277c6e2cc41046a385ff138e58785cf37b119ea

diff --git a/dev-python/requests-cache/requests-cache-0.6.4.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.4.ebuild
deleted file mode 100644
index 2a55fc474fb..000
--- a/dev-python/requests-cache/requests-cache-0.6.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/reclosedev/requests-cache/;
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   

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

2021-10-10 Thread Sam James
commit: 520e15f1f0a7d719f73a8fbae4bc08514022f1ec
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 00:02:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 00:02:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520e15f1

dev-python/requests-cache: Stabilize 0.8.1-r1 ALLARCHES, #817086

Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-0.8.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.8.1-r1.ebuild 
b/dev-python/requests-cache/requests-cache-0.8.1-r1.ebuild
index b5921df4921..1a1b6991076 100644
--- a/dev-python/requests-cache/requests-cache-0.8.1-r1.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.8.1-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2021-09-27 Thread Sam James
commit: 6e62e701f2a63583d28b1bedbfb52ca1ab89ed82
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 20:21:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 20:21:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e62e701

dev-python/requests-cache: Stabilize 0.7.4 x86, #813582

Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-0.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.7.4.ebuild 
b/dev-python/requests-cache/requests-cache-0.7.4.ebuild
index adf42581ba2..b59956b8c45 100644
--- a/dev-python/requests-cache/requests-cache-0.7.4.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.7.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/cattrs[${PYTHON_USEDEP}]



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

2021-09-27 Thread Arthur Zamarin
commit: bc4e6cdfa0d748afb83c1bcd69bd4bdc89e983b3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 27 11:31:05 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 27 11:31:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4e6cdf

dev-python/requests-cache: cleanup deps

 - Add optional dependencies
 - Add missing test deps
 - Add missing rdeps

Signed-off-by: Arthur Zamarin  gentoo.org>

 ...ache-0.8.1.ebuild => requests-cache-0.8.1-r1.ebuild} | 17 +++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/dev-python/requests-cache/requests-cache-0.8.1.ebuild 
b/dev-python/requests-cache/requests-cache-0.8.1-r1.ebuild
similarity index 71%
rename from dev-python/requests-cache/requests-cache-0.8.1.ebuild
rename to dev-python/requests-cache/requests-cache-0.8.1-r1.ebuild
index 61afa9af045..b5921df4921 100644
--- a/dev-python/requests-cache/requests-cache-0.8.1.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.8.1-r1.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="sqlite"
 
-inherit distutils-r1
+inherit distutils-r1 optfeature
 
 HOMEPAGE="
https://pypi.org/project/requests-cache/
@@ -22,16 +22,20 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/cattrs[${PYTHON_USEDEP}]
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
>=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
>=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
 BDEPEND="
test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
dev-python/pytest-httpbin[${PYTHON_USEDEP}]
dev-python/requests-mock[${PYTHON_USEDEP}]
dev-python/responses[${PYTHON_USEDEP}]
dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
)"
 
 distutils_enable_tests pytest
@@ -52,3 +56,12 @@ python_test() {
local -x USE_PYTEST_HTTPBIN=true
epytest
 }
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis-py"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2021-09-27 Thread Arthur Zamarin
commit: c2d9c10aa860b6c16e16a69ddf36e6bce70f630f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 27 11:01:09 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 27 11:01:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d9c10a

dev-python/requests-cache: fix missing test dependency

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/requests-cache/requests-cache-0.7.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/requests-cache/requests-cache-0.7.4.ebuild 
b/dev-python/requests-cache/requests-cache-0.7.4.ebuild
index 0c8b4192cde..adf42581ba2 100644
--- a/dev-python/requests-cache/requests-cache-0.7.4.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.7.4.ebuild
@@ -32,6 +32,7 @@ BDEPEND="
dev-python/requests-mock[${PYTHON_USEDEP}]
dev-python/responses[${PYTHON_USEDEP}]
dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
)"
 
 distutils_enable_tests pytest



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

2021-09-27 Thread Arthur Zamarin
commit: 72717fc3995b758c3c45299d72df4bfa47db6780
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 27 10:59:47 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 27 10:59:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72717fc3

dev-python/requests-cache: fix missing test dependency

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/requests-cache/requests-cache-0.7.5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/requests-cache/requests-cache-0.7.5.ebuild 
b/dev-python/requests-cache/requests-cache-0.7.5.ebuild
index 61afa9af045..81056830ae0 100644
--- a/dev-python/requests-cache/requests-cache-0.7.5.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.7.5.ebuild
@@ -32,6 +32,7 @@ BDEPEND="
dev-python/requests-mock[${PYTHON_USEDEP}]
dev-python/responses[${PYTHON_USEDEP}]
dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
)"
 
 distutils_enable_tests pytest



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

2021-09-18 Thread Sam James
commit: d80fd41a549476106a268363c569ac7ffdd20abd
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 18 17:17:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 18 17:17:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80fd41a

dev-python/requests-cache: Stabilize 0.7.4 amd64, #813582

Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-0.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.7.4.ebuild 
b/dev-python/requests-cache/requests-cache-0.7.4.ebuild
index b3e59acf457..0c8b4192cde 100644
--- a/dev-python/requests-cache/requests-cache-0.7.4.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.7.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-python/cattrs[${PYTHON_USEDEP}]



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

2021-09-15 Thread Michał Górny
commit: c68944dc8bec78cffb64c5f8c9974420230669fb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 19:51:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 20:26:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68944dc

dev-python/requests-cache: Bump to 0.8.1

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.8.1.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 9c4b50f67c4..d707c4a20b5 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -5,3 +5,4 @@ DIST requests-cache-0.7.3.gh.tar.gz 1182825 BLAKE2B 
bc2b936f3b13388c23c344119a0a
 DIST requests-cache-0.7.4.gh.tar.gz 1254975 BLAKE2B 
f0df6ac156665f8eed8850e153bfa3738d8c6677ff1613a54fcbf3208861c590e5e0ede3d5c30eeda36dcd709390402a020e03a0180e701e0751c5c982903a35
 SHA512 
684a3182135b6a31816629c8b4a174b52a629e964a5862573df1ac6e9e9b5cb807d1661a3a6daf8cc4b2a0f6778bd780d822a2f6c409242aa090c6565adf0aab
 DIST requests-cache-0.7.5.gh.tar.gz 1254930 BLAKE2B 
7dec609d8e5d5570247bc45c33763bc35006104082235575feb336d1d386a36d18ef1e4403703aa532bc5c8e1f7cf4f741aa91bb94be4bd1fd85fe7cc9adb9b1
 SHA512 
656791e54f7c8dfd6518054434aa4dd03e5ce027fb36b38675d99284536abefb11883f53c6ec2f11e3f8efb473f0d1e9cede100eac82005ee023b7778848f588
 DIST requests-cache-0.8.0.gh.tar.gz 1642151 BLAKE2B 
e341707b2473438a8c4155350bce3e0fc712537692991e23965aa6504e8eed735caae8b103896bd324882a8f73f13f36b23b329c3c155864c1b7665c6bcc4e2a
 SHA512 
b9f1769f70b33f128aacf05a2251f9d2511649a4e80cb702c14ac3fcbfaf72d1049a5792a295286b6969985320a0d5a87ef81bfe3bacbbc200042ba51889b7ea
+DIST requests-cache-0.8.1.gh.tar.gz 1540290 BLAKE2B 
ac9d7cdaa553400484776236b13f356e4e80a7c3aa5e63563dad860302cb421b7ceeb61e80af436cf9559467c4b2cd5e8363ae05e703661b88bf3ac04601ee30
 SHA512 
245ee7059afab50f32af9c8831fe11c14d5bd53fe6bbf02e5844974e0e5ea6c33e005f234485f245ee418ae03277c6e2cc41046a385ff138e58785cf37b119ea

diff --git a/dev-python/requests-cache/requests-cache-0.8.1.ebuild 
b/dev-python/requests-cache/requests-cache-0.8.1.ebuild
new file mode 100644
index 000..61afa9af045
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.8.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}



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

2021-09-15 Thread Michał Górny
commit: 3289fdb29c6a3a48669d5d9c5d47b4ebcd922516
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 19:50:41 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 20:26:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3289fdb2

dev-python/requests-cache: Bump to 0.7.5

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.7.5.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 5be3e760ee2..9c4b50f67c4 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -3,4 +3,5 @@ DIST requests-cache-0.7.1.gh.tar.gz 959455 BLAKE2B 
ce41514f21dc0708e437f70b92eb9
 DIST requests-cache-0.7.2.gh.tar.gz 962215 BLAKE2B 
0f66548b4c37c14347021a4675d0165b9f9648dc9842f1d94c9507c096f6ef359f7109f88ac369de2de263673542f42d6e4a7402449354aee900970331f87cea
 SHA512 
1712f3568ec4c8c41988c9d2ca07e72b1a66efceb596d814219b5eb9bb0c05448ee33b4634ec39fb03634032a6bfaaf877b297be7f92f540788dba40b4c202df
 DIST requests-cache-0.7.3.gh.tar.gz 1182825 BLAKE2B 
bc2b936f3b13388c23c344119a0ae2dc8efae3ba243e3a176ac27a7affb9b1c691e99ee88dfa61823a5c517ea898f144c7a9450867ea611c8518a0ecb3d77287
 SHA512 
fca494438001d14b0edce2cf93f51f65a0bf363d31bf1c70d1a4b2f214fe7bfc6f6f6fc97d21357fcfb9ab38c83d76cabe9c0ff4703171679ce509bd9f55753f
 DIST requests-cache-0.7.4.gh.tar.gz 1254975 BLAKE2B 
f0df6ac156665f8eed8850e153bfa3738d8c6677ff1613a54fcbf3208861c590e5e0ede3d5c30eeda36dcd709390402a020e03a0180e701e0751c5c982903a35
 SHA512 
684a3182135b6a31816629c8b4a174b52a629e964a5862573df1ac6e9e9b5cb807d1661a3a6daf8cc4b2a0f6778bd780d822a2f6c409242aa090c6565adf0aab
+DIST requests-cache-0.7.5.gh.tar.gz 1254930 BLAKE2B 
7dec609d8e5d5570247bc45c33763bc35006104082235575feb336d1d386a36d18ef1e4403703aa532bc5c8e1f7cf4f741aa91bb94be4bd1fd85fe7cc9adb9b1
 SHA512 
656791e54f7c8dfd6518054434aa4dd03e5ce027fb36b38675d99284536abefb11883f53c6ec2f11e3f8efb473f0d1e9cede100eac82005ee023b7778848f588
 DIST requests-cache-0.8.0.gh.tar.gz 1642151 BLAKE2B 
e341707b2473438a8c4155350bce3e0fc712537692991e23965aa6504e8eed735caae8b103896bd324882a8f73f13f36b23b329c3c155864c1b7665c6bcc4e2a
 SHA512 
b9f1769f70b33f128aacf05a2251f9d2511649a4e80cb702c14ac3fcbfaf72d1049a5792a295286b6969985320a0d5a87ef81bfe3bacbbc200042ba51889b7ea

diff --git a/dev-python/requests-cache/requests-cache-0.7.5.ebuild 
b/dev-python/requests-cache/requests-cache-0.7.5.ebuild
new file mode 100644
index 000..61afa9af045
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.7.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}



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

2021-09-07 Thread Michał Górny
commit: ddacab4dca6767966aea84c005a6afc1d6d8db61
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  7 20:41:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  7 20:41:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddacab4d

dev-python/requests-cache: Bump to 0.8.0

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.8.0.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 99ad63155c1..5be3e760ee2 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -3,3 +3,4 @@ DIST requests-cache-0.7.1.gh.tar.gz 959455 BLAKE2B 
ce41514f21dc0708e437f70b92eb9
 DIST requests-cache-0.7.2.gh.tar.gz 962215 BLAKE2B 
0f66548b4c37c14347021a4675d0165b9f9648dc9842f1d94c9507c096f6ef359f7109f88ac369de2de263673542f42d6e4a7402449354aee900970331f87cea
 SHA512 
1712f3568ec4c8c41988c9d2ca07e72b1a66efceb596d814219b5eb9bb0c05448ee33b4634ec39fb03634032a6bfaaf877b297be7f92f540788dba40b4c202df
 DIST requests-cache-0.7.3.gh.tar.gz 1182825 BLAKE2B 
bc2b936f3b13388c23c344119a0ae2dc8efae3ba243e3a176ac27a7affb9b1c691e99ee88dfa61823a5c517ea898f144c7a9450867ea611c8518a0ecb3d77287
 SHA512 
fca494438001d14b0edce2cf93f51f65a0bf363d31bf1c70d1a4b2f214fe7bfc6f6f6fc97d21357fcfb9ab38c83d76cabe9c0ff4703171679ce509bd9f55753f
 DIST requests-cache-0.7.4.gh.tar.gz 1254975 BLAKE2B 
f0df6ac156665f8eed8850e153bfa3738d8c6677ff1613a54fcbf3208861c590e5e0ede3d5c30eeda36dcd709390402a020e03a0180e701e0751c5c982903a35
 SHA512 
684a3182135b6a31816629c8b4a174b52a629e964a5862573df1ac6e9e9b5cb807d1661a3a6daf8cc4b2a0f6778bd780d822a2f6c409242aa090c6565adf0aab
+DIST requests-cache-0.8.0.gh.tar.gz 1642151 BLAKE2B 
e341707b2473438a8c4155350bce3e0fc712537692991e23965aa6504e8eed735caae8b103896bd324882a8f73f13f36b23b329c3c155864c1b7665c6bcc4e2a
 SHA512 
b9f1769f70b33f128aacf05a2251f9d2511649a4e80cb702c14ac3fcbfaf72d1049a5792a295286b6969985320a0d5a87ef81bfe3bacbbc200042ba51889b7ea

diff --git a/dev-python/requests-cache/requests-cache-0.8.0.ebuild 
b/dev-python/requests-cache/requests-cache-0.8.0.ebuild
new file mode 100644
index 000..61afa9af045
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.8.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}



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

2021-08-29 Thread Sam James
commit: 0f969019914d32425e2f0a6431b74432c5a28a82
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 29 17:55:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 29 17:55:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f969019

dev-python/requests-cache: Stabilize 0.7.3 x86, #808342

Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-0.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.7.3.ebuild 
b/dev-python/requests-cache/requests-cache-0.7.3.ebuild
index b3e59acf457..db97940e262 100644
--- a/dev-python/requests-cache/requests-cache-0.7.3.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.7.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
dev-python/cattrs[${PYTHON_USEDEP}]



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

2021-08-17 Thread Michał Górny
commit: f37690be04d3f2871ae2607f2dd1d6a7bf3a2253
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 17 07:00:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 17 07:28:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37690be

dev-python/requests-cache: Bump to 0.7.4

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.7.4.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 17bad6adde5..99ad63155c1 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -2,3 +2,4 @@ DIST requests-cache-0.6.4.gh.tar.gz 50322 BLAKE2B 
c9a6cae957604bdfa6057621e028fa
 DIST requests-cache-0.7.1.gh.tar.gz 959455 BLAKE2B 
ce41514f21dc0708e437f70b92eb9d84f47433d04a11476cd5afefd050089e2d138213fa0b2f6bac200bd6d59db996187481ef3544d289a5117f3fe7160027b5
 SHA512 
cd83134ce9500c20c63fa92546cca41772ba3582a669914cd0885ec5aadf6ae4a6c4fc6a83dce73d2d5b24a80db2fde65cdb0a89b4b5703ddeac1d710404a05d
 DIST requests-cache-0.7.2.gh.tar.gz 962215 BLAKE2B 
0f66548b4c37c14347021a4675d0165b9f9648dc9842f1d94c9507c096f6ef359f7109f88ac369de2de263673542f42d6e4a7402449354aee900970331f87cea
 SHA512 
1712f3568ec4c8c41988c9d2ca07e72b1a66efceb596d814219b5eb9bb0c05448ee33b4634ec39fb03634032a6bfaaf877b297be7f92f540788dba40b4c202df
 DIST requests-cache-0.7.3.gh.tar.gz 1182825 BLAKE2B 
bc2b936f3b13388c23c344119a0ae2dc8efae3ba243e3a176ac27a7affb9b1c691e99ee88dfa61823a5c517ea898f144c7a9450867ea611c8518a0ecb3d77287
 SHA512 
fca494438001d14b0edce2cf93f51f65a0bf363d31bf1c70d1a4b2f214fe7bfc6f6f6fc97d21357fcfb9ab38c83d76cabe9c0ff4703171679ce509bd9f55753f
+DIST requests-cache-0.7.4.gh.tar.gz 1254975 BLAKE2B 
f0df6ac156665f8eed8850e153bfa3738d8c6677ff1613a54fcbf3208861c590e5e0ede3d5c30eeda36dcd709390402a020e03a0180e701e0751c5c982903a35
 SHA512 
684a3182135b6a31816629c8b4a174b52a629e964a5862573df1ac6e9e9b5cb807d1661a3a6daf8cc4b2a0f6778bd780d822a2f6c409242aa090c6565adf0aab

diff --git a/dev-python/requests-cache/requests-cache-0.7.4.ebuild 
b/dev-python/requests-cache/requests-cache-0.7.4.ebuild
new file mode 100644
index 000..b3e59acf457
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.7.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local ignore=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local deselect=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest ${deselect[@]/#/--deselect } ${ignore[@]/#/--ignore }
+}



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

2021-08-11 Thread Michał Górny
commit: ef08f80fa9428507bad8d1f8494bb3670f091349
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 11 06:26:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 11 06:46:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef08f80f

dev-python/requests-cache: Bump to 0.7.3

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.7.3.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 2a19afcb44f..17bad6adde5 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,3 +1,4 @@
 DIST requests-cache-0.6.4.gh.tar.gz 50322 BLAKE2B 
c9a6cae957604bdfa6057621e028fad83476e5d918bbf9c58e73f09f8615398946f3cf6e3737c9ff916cba68d82ed66a674557fb733c74b874b0f68e2430d9a0
 SHA512 
31e2217e54892d8ec5fc9fcf60f650960621b1f97029c90deca925b9a1be9eb5a3ddb6ae68e581c805f20136f93eefa70d51e7e9f086ecbae76f8e550bbe3f1a
 DIST requests-cache-0.7.1.gh.tar.gz 959455 BLAKE2B 
ce41514f21dc0708e437f70b92eb9d84f47433d04a11476cd5afefd050089e2d138213fa0b2f6bac200bd6d59db996187481ef3544d289a5117f3fe7160027b5
 SHA512 
cd83134ce9500c20c63fa92546cca41772ba3582a669914cd0885ec5aadf6ae4a6c4fc6a83dce73d2d5b24a80db2fde65cdb0a89b4b5703ddeac1d710404a05d
 DIST requests-cache-0.7.2.gh.tar.gz 962215 BLAKE2B 
0f66548b4c37c14347021a4675d0165b9f9648dc9842f1d94c9507c096f6ef359f7109f88ac369de2de263673542f42d6e4a7402449354aee900970331f87cea
 SHA512 
1712f3568ec4c8c41988c9d2ca07e72b1a66efceb596d814219b5eb9bb0c05448ee33b4634ec39fb03634032a6bfaaf877b297be7f92f540788dba40b4c202df
+DIST requests-cache-0.7.3.gh.tar.gz 1182825 BLAKE2B 
bc2b936f3b13388c23c344119a0ae2dc8efae3ba243e3a176ac27a7affb9b1c691e99ee88dfa61823a5c517ea898f144c7a9450867ea611c8518a0ecb3d77287
 SHA512 
fca494438001d14b0edce2cf93f51f65a0bf363d31bf1c70d1a4b2f214fe7bfc6f6f6fc97d21357fcfb9ab38c83d76cabe9c0ff4703171679ce509bd9f55753f

diff --git a/dev-python/requests-cache/requests-cache-0.7.3.ebuild 
b/dev-python/requests-cache/requests-cache-0.7.3.ebuild
new file mode 100644
index 000..b3e59acf457
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.7.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local ignore=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local deselect=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest ${deselect[@]/#/--deselect } ${ignore[@]/#/--ignore }
+}



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

2021-07-22 Thread Michał Górny
commit: 15784871097863e8230f0634f575a03ad7164f23
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 22 06:53:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 22 07:25:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15784871

dev-python/requests-cache: Bump to 0.7.2

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.7.2.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 7263f500970..2a19afcb44f 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1,3 @@
 DIST requests-cache-0.6.4.gh.tar.gz 50322 BLAKE2B 
c9a6cae957604bdfa6057621e028fad83476e5d918bbf9c58e73f09f8615398946f3cf6e3737c9ff916cba68d82ed66a674557fb733c74b874b0f68e2430d9a0
 SHA512 
31e2217e54892d8ec5fc9fcf60f650960621b1f97029c90deca925b9a1be9eb5a3ddb6ae68e581c805f20136f93eefa70d51e7e9f086ecbae76f8e550bbe3f1a
 DIST requests-cache-0.7.1.gh.tar.gz 959455 BLAKE2B 
ce41514f21dc0708e437f70b92eb9d84f47433d04a11476cd5afefd050089e2d138213fa0b2f6bac200bd6d59db996187481ef3544d289a5117f3fe7160027b5
 SHA512 
cd83134ce9500c20c63fa92546cca41772ba3582a669914cd0885ec5aadf6ae4a6c4fc6a83dce73d2d5b24a80db2fde65cdb0a89b4b5703ddeac1d710404a05d
+DIST requests-cache-0.7.2.gh.tar.gz 962215 BLAKE2B 
0f66548b4c37c14347021a4675d0165b9f9648dc9842f1d94c9507c096f6ef359f7109f88ac369de2de263673542f42d6e4a7402449354aee900970331f87cea
 SHA512 
1712f3568ec4c8c41988c9d2ca07e72b1a66efceb596d814219b5eb9bb0c05448ee33b4634ec39fb03634032a6bfaaf877b297be7f92f540788dba40b4c202df

diff --git a/dev-python/requests-cache/requests-cache-0.7.2.ebuild 
b/dev-python/requests-cache/requests-cache-0.7.2.ebuild
new file mode 100644
index 000..32b48e1d736
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.7.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local skipped_tests=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest ${skipped_tests[@]/#/--deselect }
+}



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

2021-07-17 Thread Michał Górny
commit: 8b1f205e64b3f890b9a10d160abbec8d425cf8d5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 17 07:57:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 17 13:10:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1f205e

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  1 -
 .../requests-cache/requests-cache-0.6.3.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 5cdc32e7bf7..7263f500970 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,3 +1,2 @@
-DIST requests-cache-0.6.3.gh.tar.gz 50303 BLAKE2B 
e8507a19f3883c050e1d819bf9ce8ebf720a5c6517e4004ecf745f5a197a8feac9cbca18ffa99001be0baffbad41d2ebfba5b63d90b55eda1d754d279242bbc6
 SHA512 
1fa801f60623dce0a5cd834272a74acf80b6ae52a602ae81fbd7e3653467800d9a58fb8220e30d53ef1b896aa01f2017f93dcbc2dacfd685ee9ae286f47077f5
 DIST requests-cache-0.6.4.gh.tar.gz 50322 BLAKE2B 
c9a6cae957604bdfa6057621e028fad83476e5d918bbf9c58e73f09f8615398946f3cf6e3737c9ff916cba68d82ed66a674557fb733c74b874b0f68e2430d9a0
 SHA512 
31e2217e54892d8ec5fc9fcf60f650960621b1f97029c90deca925b9a1be9eb5a3ddb6ae68e581c805f20136f93eefa70d51e7e9f086ecbae76f8e550bbe3f1a
 DIST requests-cache-0.7.1.gh.tar.gz 959455 BLAKE2B 
ce41514f21dc0708e437f70b92eb9d84f47433d04a11476cd5afefd050089e2d138213fa0b2f6bac200bd6d59db996187481ef3544d289a5117f3fe7160027b5
 SHA512 
cd83134ce9500c20c63fa92546cca41772ba3582a669914cd0885ec5aadf6ae4a6c4fc6a83dce73d2d5b24a80db2fde65cdb0a89b4b5703ddeac1d710404a05d

diff --git a/dev-python/requests-cache/requests-cache-0.6.3.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
deleted file mode 100644
index f3c4e497d2b..000
--- a/dev-python/requests-cache/requests-cache-0.6.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-HOMEPAGE="
-   https://pypi.org/project/requests-cache/
-   https://github.com/reclosedev/requests-cache/;
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="
-   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/timeout-decorator[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local skipped_tests=(
-   # These require extra servers running
-   tests/integration/test_dynamodb.py
-   tests/integration/test_gridfs.py
-   tests/integration/test_mongodb.py
-   tests/integration/test_redis.py
-   )
-
-   local -x USE_PYTEST_HTTPBIN=true
-   epytest ${skipped_tests[@]/#/--deselect }
-}



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

2021-07-17 Thread Agostino Sarubbo
commit: 356d0be222e59476a3ace8a1b566e9ecea9b00dc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 17 07:41:31 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 17 07:41:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356d0be2

dev-python/requests-cache: amd64/x86 stable (ALLARCHES policy) wrt bug #801820

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/requests-cache/requests-cache-0.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.6.4.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.4.ebuild
index bf347f9dcc7..2a55fc474fb 100644
--- a/dev-python/requests-cache/requests-cache-0.6.4.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.6.4.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/itsdangerous[${PYTHON_USEDEP}]



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

2021-07-10 Thread Michał Górny
commit: 207a4177fac4c95ab303bece3c8a7f080b85d40f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 10 17:31:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 10 17:45:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207a4177

dev-python/requests-cache: Bump to 0.7.1

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.7.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index c504192b964..5cdc32e7bf7 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1,3 @@
 DIST requests-cache-0.6.3.gh.tar.gz 50303 BLAKE2B 
e8507a19f3883c050e1d819bf9ce8ebf720a5c6517e4004ecf745f5a197a8feac9cbca18ffa99001be0baffbad41d2ebfba5b63d90b55eda1d754d279242bbc6
 SHA512 
1fa801f60623dce0a5cd834272a74acf80b6ae52a602ae81fbd7e3653467800d9a58fb8220e30d53ef1b896aa01f2017f93dcbc2dacfd685ee9ae286f47077f5
 DIST requests-cache-0.6.4.gh.tar.gz 50322 BLAKE2B 
c9a6cae957604bdfa6057621e028fad83476e5d918bbf9c58e73f09f8615398946f3cf6e3737c9ff916cba68d82ed66a674557fb733c74b874b0f68e2430d9a0
 SHA512 
31e2217e54892d8ec5fc9fcf60f650960621b1f97029c90deca925b9a1be9eb5a3ddb6ae68e581c805f20136f93eefa70d51e7e9f086ecbae76f8e550bbe3f1a
+DIST requests-cache-0.7.1.gh.tar.gz 959455 BLAKE2B 
ce41514f21dc0708e437f70b92eb9d84f47433d04a11476cd5afefd050089e2d138213fa0b2f6bac200bd6d59db996187481ef3544d289a5117f3fe7160027b5
 SHA512 
cd83134ce9500c20c63fa92546cca41772ba3582a669914cd0885ec5aadf6ae4a6c4fc6a83dce73d2d5b24a80db2fde65cdb0a89b4b5703ddeac1d710404a05d

diff --git a/dev-python/requests-cache/requests-cache-0.7.1.ebuild 
b/dev-python/requests-cache/requests-cache-0.7.1.ebuild
new file mode 100644
index 000..32b48e1d736
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.7.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/cattrs[${PYTHON_USEDEP}]
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local skipped_tests=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest ${skipped_tests[@]/#/--deselect }
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/requests-cache/files/

2021-06-22 Thread Louis Sautier
commit: f379d9802b500d0289ce70ba5866a144709ba7c8
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Jun 21 18:19:37 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Jun 22 18:00:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f379d980

dev-python/requests-cache: remove unused patch(es)

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Louis Sautier  gentoo.org>

 .../files/requests-cache-0.6.0-test-install.patch  | 25 --
 1 file changed, 25 deletions(-)

diff --git 
a/dev-python/requests-cache/files/requests-cache-0.6.0-test-install.patch 
b/dev-python/requests-cache/files/requests-cache-0.6.0-test-install.patch
deleted file mode 100644
index 3862716c301..000
--- a/dev-python/requests-cache/files/requests-cache-0.6.0-test-install.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 430424bf43ad1f5979adbb2eabdbb23726465fde Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Sat, 10 Apr 2021 10:56:39 +0200
-Subject: [PATCH] Do not install "tests" package
-

- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 5ca5b80..58d8e89 100644
 a/setup.py
-+++ b/setup.py
-@@ -40,7 +40,7 @@ extras_require['dev'] = 
list(chain.from_iterable(extras_require.values()))
- 
- setup(
- name='requests-cache',
--packages=find_packages(),
-+packages=find_packages(exclude=['tests*']),
- version=__version__,
- author='Roman Haritonov',
- author_email='reclose...@gmail.com',
--- 
-2.31.1
-



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

2021-06-13 Thread Michał Górny
commit: c7b91b8c83404ba255623b71b0be5137f957b8cb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 13 06:05:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 13 06:10:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b91b8c

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  4 --
 .../requests-cache/requests-cache-0.5.2.ebuild | 70 --
 .../requests-cache/requests-cache-0.6.0.ebuild | 68 -
 .../requests-cache/requests-cache-0.6.1.ebuild | 49 ---
 .../requests-cache/requests-cache-0.6.2.ebuild | 49 ---
 5 files changed, 240 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 01307336593..c504192b964 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,6 +1,2 @@
-DIST requests-cache-0.5.2.tar.gz 31159 BLAKE2B 
4fca146a751064baf70954a71df64dbb7f8c9a4e27fec5dbea3620496ce78e7ccfb3785fb63705f513ff6fa938376b0c6acc4a2f584856060b1bc8388517df46
 SHA512 
355cc571a46b768615606a907a69ed065b3c4b5e74bb6c311abc7a28d9406f32fdea1db0dfd2b1c32dcdc82ed817ef7e0b30086c069de57307254617604c5177
-DIST requests-cache-0.6.0.tar.gz 52342 BLAKE2B 
12af89721fcf1ae2e4ab14d7ac377f119ef312c64d3b9e5d80a36f26f3a9a798cf090835ee2c9bf886d0baa9b472f4c439d5a032573d442feecbbad930c239fd
 SHA512 
b5b32b9cb99ec51cee67defde715df66b7c50a26f4124cbaf893685048fe188af0cf664232150e3b4fafe3b7a927716966efafadd711be01118d67ad802acef6
-DIST requests-cache-0.6.1.gh.tar.gz 47919 BLAKE2B 
022fd94a332feae043cf646cefc368fdb6ca1833dcd58621a07425bfb0d7bcb5ff9913c8b53f2bc0769fd23e8f364c437ee10f16fd37d1d340e8c46bcba9d53e
 SHA512 
f8bea03b05b2f1e55fe6c975b5f5caacff55250d81f41cf953052c77101fc726ff39f9d95e1fd2829ddb59215226026bdddfd93918feb478395375ac0e0a4439
-DIST requests-cache-0.6.2.gh.tar.gz 47962 BLAKE2B 
f0597f3c5f4a678b94f3b15023e3aba5247de3d79043e7e1cbd4ab0f2d4457e2f5feab130665129ae87baba56576312b1420ae16c2a34b44dc780bf05351615c
 SHA512 
c97119127b1e80e6eec02938b2e0e8de785875f46d348215e05ee2d668feb77ed40f0dad4ed4a3ae53fb8e6708c8d7b13788e54694a38cef3ce22e83f13f97e2
 DIST requests-cache-0.6.3.gh.tar.gz 50303 BLAKE2B 
e8507a19f3883c050e1d819bf9ce8ebf720a5c6517e4004ecf745f5a197a8feac9cbca18ffa99001be0baffbad41d2ebfba5b63d90b55eda1d754d279242bbc6
 SHA512 
1fa801f60623dce0a5cd834272a74acf80b6ae52a602ae81fbd7e3653467800d9a58fb8220e30d53ef1b896aa01f2017f93dcbc2dacfd685ee9ae286f47077f5
 DIST requests-cache-0.6.4.gh.tar.gz 50322 BLAKE2B 
c9a6cae957604bdfa6057621e028fad83476e5d918bbf9c58e73f09f8615398946f3cf6e3737c9ff916cba68d82ed66a674557fb733c74b874b0f68e2430d9a0
 SHA512 
31e2217e54892d8ec5fc9fcf60f650960621b1f97029c90deca925b9a1be9eb5a3ddb6ae68e581c805f20136f93eefa70d51e7e9f086ecbae76f8e550bbe3f1a

diff --git a/dev-python/requests-cache/requests-cache-0.5.2.ebuild 
b/dev-python/requests-cache/requests-cache-0.5.2.ebuild
deleted file mode 100644
index a64e64005f9..000
--- a/dev-python/requests-cache/requests-cache-0.5.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-HOMEPAGE="https://pypi.org/project/requests-cache/;
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-src_prepare() {
-   # Ships with incorrect mock import
-   sed -e 's/import mock/import unittest.mock as mock/' -i 
tests/test_cache.py || die
-   default
-}
-
-python_test() {
-   local skipped_tests=(
-   # Slew of tests that violate network-sandbox
-   tests/test_cache.py::CacheTestCase::test_attr_from_cache_in_hook
-   tests/test_cache.py::CacheTestCase::test_cache_unpickle_errors
-   tests/test_cache.py::CacheTestCase::test_close_response
-   tests/test_cache.py::CacheTestCase::test_content_and_cookies
-   tests/test_cache.py::CacheTestCase::test_delete_urls
-   tests/test_cache.py::CacheTestCase::test_disabled
-   tests/test_cache.py::CacheTestCase::test_enabled
-   tests/test_cache.py::CacheTestCase::test_expire_cache
-   tests/test_cache.py::CacheTestCase::test_from_cache_attribute
-   
tests/test_cache.py::CacheTestCase::test_get_parameters_normalization
-   tests/test_cache.py::CacheTestCase::test_get_params_as_argument
-   tests/test_cache.py::CacheTestCase::test_gzip_response
-   tests/test_cache.py::CacheTestCase::test_headers_in_get_query
-   

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

2021-06-12 Thread Sam James
commit: 1df73fef06f85fcdb274b063929e58ce8c79ce5b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:42:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:42:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df73fef

dev-python/requests-cache: Stabilize 0.6.3 x86, #790953

Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.6.3.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
index cb79c8348c9..f3c4e497d2b 100644
--- a/dev-python/requests-cache/requests-cache-0.6.3.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/itsdangerous[${PYTHON_USEDEP}]



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

2021-06-06 Thread Sam James
commit: dde9e5e8538a492adc72e489d09cdf0dcf83c6fd
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun  6 23:18:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  6 23:18:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde9e5e8

dev-python/requests-cache: Stabilize 0.6.3 amd64, #790953

Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.6.3.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
index c51bb467921..cb79c8348c9 100644
--- a/dev-python/requests-cache/requests-cache-0.6.3.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-python/itsdangerous[${PYTHON_USEDEP}]



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

2021-06-05 Thread Michał Górny
commit: ba312d9a19ae7cef69954da5609528b11df202ad
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 06:53:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 08:28:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba312d9a

dev-python/requests-cache: Bump to 0.6.4

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.6.4.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 31aff9002ae..01307336593 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -3,3 +3,4 @@ DIST requests-cache-0.6.0.tar.gz 52342 BLAKE2B 
12af89721fcf1ae2e4ab14d7ac377f119
 DIST requests-cache-0.6.1.gh.tar.gz 47919 BLAKE2B 
022fd94a332feae043cf646cefc368fdb6ca1833dcd58621a07425bfb0d7bcb5ff9913c8b53f2bc0769fd23e8f364c437ee10f16fd37d1d340e8c46bcba9d53e
 SHA512 
f8bea03b05b2f1e55fe6c975b5f5caacff55250d81f41cf953052c77101fc726ff39f9d95e1fd2829ddb59215226026bdddfd93918feb478395375ac0e0a4439
 DIST requests-cache-0.6.2.gh.tar.gz 47962 BLAKE2B 
f0597f3c5f4a678b94f3b15023e3aba5247de3d79043e7e1cbd4ab0f2d4457e2f5feab130665129ae87baba56576312b1420ae16c2a34b44dc780bf05351615c
 SHA512 
c97119127b1e80e6eec02938b2e0e8de785875f46d348215e05ee2d668feb77ed40f0dad4ed4a3ae53fb8e6708c8d7b13788e54694a38cef3ce22e83f13f97e2
 DIST requests-cache-0.6.3.gh.tar.gz 50303 BLAKE2B 
e8507a19f3883c050e1d819bf9ce8ebf720a5c6517e4004ecf745f5a197a8feac9cbca18ffa99001be0baffbad41d2ebfba5b63d90b55eda1d754d279242bbc6
 SHA512 
1fa801f60623dce0a5cd834272a74acf80b6ae52a602ae81fbd7e3653467800d9a58fb8220e30d53ef1b896aa01f2017f93dcbc2dacfd685ee9ae286f47077f5
+DIST requests-cache-0.6.4.gh.tar.gz 50322 BLAKE2B 
c9a6cae957604bdfa6057621e028fad83476e5d918bbf9c58e73f09f8615398946f3cf6e3737c9ff916cba68d82ed66a674557fb733c74b874b0f68e2430d9a0
 SHA512 
31e2217e54892d8ec5fc9fcf60f650960621b1f97029c90deca925b9a1be9eb5a3ddb6ae68e581c805f20136f93eefa70d51e7e9f086ecbae76f8e550bbe3f1a

diff --git a/dev-python/requests-cache/requests-cache-0.6.4.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.4.ebuild
new file mode 100644
index 000..bf347f9dcc7
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.6.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local skipped_tests=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest ${skipped_tests[@]/#/--deselect }
+}



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

2021-05-25 Thread Sam James
commit: a928da8557093bf356857b93785dff7eb3931bb3
Author: Sam James  gentoo  org>
AuthorDate: Tue May 25 11:13:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 25 11:14:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a928da85

dev-python/requests-cache: add dev-python/requests-mock test dep

Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-0.6.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/requests-cache/requests-cache-0.6.3.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
index 56c3378e34a..c51bb467921 100644
--- a/dev-python/requests-cache/requests-cache-0.6.3.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
 BDEPEND="
test? (
dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
dev-python/timeout-decorator[${PYTHON_USEDEP}]
)"
 



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

2021-05-19 Thread Michał Górny
commit: 252106912bda50dd7fb8d50d0ec1f0c70bcea2e0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 19 17:38:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 19 18:21:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25210691

dev-python/requests-cache: Disable broken doc build in 0.6.0+

Closes: https://bugs.gentoo.org/791076
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/requests-cache/requests-cache-0.6.0.ebuild | 1 -
 dev-python/requests-cache/requests-cache-0.6.1.ebuild | 1 -
 dev-python/requests-cache/requests-cache-0.6.2.ebuild | 1 -
 dev-python/requests-cache/requests-cache-0.6.3.ebuild | 1 -
 4 files changed, 4 deletions(-)

diff --git a/dev-python/requests-cache/requests-cache-0.6.0.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.0.ebuild
index 28591398044..cfb8a2d6b04 100644
--- a/dev-python/requests-cache/requests-cache-0.6.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.6.0.ebuild
@@ -28,7 +28,6 @@ BDEPEND="
')
)"
 
-distutils_enable_sphinx docs
 distutils_enable_tests pytest
 
 PATCHES=(

diff --git a/dev-python/requests-cache/requests-cache-0.6.1.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.1.ebuild
index dd9fdcadae1..dcaf77d008d 100644
--- a/dev-python/requests-cache/requests-cache-0.6.1.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.6.1.ebuild
@@ -30,7 +30,6 @@ BDEPEND="
dev-python/timeout-decorator[${PYTHON_USEDEP}]
)"
 
-distutils_enable_sphinx docs
 distutils_enable_tests pytest
 
 python_test() {

diff --git a/dev-python/requests-cache/requests-cache-0.6.2.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.2.ebuild
index dd9fdcadae1..dcaf77d008d 100644
--- a/dev-python/requests-cache/requests-cache-0.6.2.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.6.2.ebuild
@@ -30,7 +30,6 @@ BDEPEND="
dev-python/timeout-decorator[${PYTHON_USEDEP}]
)"
 
-distutils_enable_sphinx docs
 distutils_enable_tests pytest
 
 python_test() {

diff --git a/dev-python/requests-cache/requests-cache-0.6.3.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
index a4941ae7336..56c3378e34a 100644
--- a/dev-python/requests-cache/requests-cache-0.6.3.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
@@ -30,7 +30,6 @@ BDEPEND="
dev-python/timeout-decorator[${PYTHON_USEDEP}]
)"
 
-distutils_enable_sphinx docs
 distutils_enable_tests pytest
 
 python_test() {



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

2021-04-22 Thread Michał Górny
commit: 2df006de0ab717abb6758c294dc068645abb75a3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 22 06:46:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 22 07:34:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df006de

dev-python/requests-cache: Bump to 0.6.3

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.6.3.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 845cbc1a369..31aff9002ae 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -2,3 +2,4 @@ DIST requests-cache-0.5.2.tar.gz 31159 BLAKE2B 
4fca146a751064baf70954a71df64dbb7
 DIST requests-cache-0.6.0.tar.gz 52342 BLAKE2B 
12af89721fcf1ae2e4ab14d7ac377f119ef312c64d3b9e5d80a36f26f3a9a798cf090835ee2c9bf886d0baa9b472f4c439d5a032573d442feecbbad930c239fd
 SHA512 
b5b32b9cb99ec51cee67defde715df66b7c50a26f4124cbaf893685048fe188af0cf664232150e3b4fafe3b7a927716966efafadd711be01118d67ad802acef6
 DIST requests-cache-0.6.1.gh.tar.gz 47919 BLAKE2B 
022fd94a332feae043cf646cefc368fdb6ca1833dcd58621a07425bfb0d7bcb5ff9913c8b53f2bc0769fd23e8f364c437ee10f16fd37d1d340e8c46bcba9d53e
 SHA512 
f8bea03b05b2f1e55fe6c975b5f5caacff55250d81f41cf953052c77101fc726ff39f9d95e1fd2829ddb59215226026bdddfd93918feb478395375ac0e0a4439
 DIST requests-cache-0.6.2.gh.tar.gz 47962 BLAKE2B 
f0597f3c5f4a678b94f3b15023e3aba5247de3d79043e7e1cbd4ab0f2d4457e2f5feab130665129ae87baba56576312b1420ae16c2a34b44dc780bf05351615c
 SHA512 
c97119127b1e80e6eec02938b2e0e8de785875f46d348215e05ee2d668feb77ed40f0dad4ed4a3ae53fb8e6708c8d7b13788e54694a38cef3ce22e83f13f97e2
+DIST requests-cache-0.6.3.gh.tar.gz 50303 BLAKE2B 
e8507a19f3883c050e1d819bf9ce8ebf720a5c6517e4004ecf745f5a197a8feac9cbca18ffa99001be0baffbad41d2ebfba5b63d90b55eda1d754d279242bbc6
 SHA512 
1fa801f60623dce0a5cd834272a74acf80b6ae52a602ae81fbd7e3653467800d9a58fb8220e30d53ef1b896aa01f2017f93dcbc2dacfd685ee9ae286f47077f5

diff --git a/dev-python/requests-cache/requests-cache-0.6.3.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
new file mode 100644
index 000..a4941ae7336
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_test() {
+   local skipped_tests=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest ${skipped_tests[@]/#/--deselect }
+}



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

2021-04-15 Thread Michał Górny
commit: 770c81ccbb06ad49bb9e22b086c7aa5aac42b123
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 15 06:19:41 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 15 06:32:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770c81cc

dev-python/requests-cache: Bump to 0.6.2

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.6.2.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 4bbb2d044a7..845cbc1a369 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,3 +1,4 @@
 DIST requests-cache-0.5.2.tar.gz 31159 BLAKE2B 
4fca146a751064baf70954a71df64dbb7f8c9a4e27fec5dbea3620496ce78e7ccfb3785fb63705f513ff6fa938376b0c6acc4a2f584856060b1bc8388517df46
 SHA512 
355cc571a46b768615606a907a69ed065b3c4b5e74bb6c311abc7a28d9406f32fdea1db0dfd2b1c32dcdc82ed817ef7e0b30086c069de57307254617604c5177
 DIST requests-cache-0.6.0.tar.gz 52342 BLAKE2B 
12af89721fcf1ae2e4ab14d7ac377f119ef312c64d3b9e5d80a36f26f3a9a798cf090835ee2c9bf886d0baa9b472f4c439d5a032573d442feecbbad930c239fd
 SHA512 
b5b32b9cb99ec51cee67defde715df66b7c50a26f4124cbaf893685048fe188af0cf664232150e3b4fafe3b7a927716966efafadd711be01118d67ad802acef6
 DIST requests-cache-0.6.1.gh.tar.gz 47919 BLAKE2B 
022fd94a332feae043cf646cefc368fdb6ca1833dcd58621a07425bfb0d7bcb5ff9913c8b53f2bc0769fd23e8f364c437ee10f16fd37d1d340e8c46bcba9d53e
 SHA512 
f8bea03b05b2f1e55fe6c975b5f5caacff55250d81f41cf953052c77101fc726ff39f9d95e1fd2829ddb59215226026bdddfd93918feb478395375ac0e0a4439
+DIST requests-cache-0.6.2.gh.tar.gz 47962 BLAKE2B 
f0597f3c5f4a678b94f3b15023e3aba5247de3d79043e7e1cbd4ab0f2d4457e2f5feab130665129ae87baba56576312b1420ae16c2a34b44dc780bf05351615c
 SHA512 
c97119127b1e80e6eec02938b2e0e8de785875f46d348215e05ee2d668feb77ed40f0dad4ed4a3ae53fb8e6708c8d7b13788e54694a38cef3ce22e83f13f97e2

diff --git a/dev-python/requests-cache/requests-cache-0.6.2.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.2.ebuild
new file mode 100644
index 000..dd9fdcadae1
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.6.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_test() {
+   local skipped_tests=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+
+   # TODO
+#  
'tests/integration/test_cache.py::test_all_response_formats[json]'
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest ${skipped_tests[@]/#/--deselect }
+}



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

2021-04-14 Thread Michał Górny
commit: 70bdb031d304fb6775c473d61ebb9972037f5946
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 14 07:09:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 14 07:19:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bdb031

dev-python/requests-cache: Bump to 0.6.1

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.6.1.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 858021548fd..4bbb2d044a7 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1,3 @@
 DIST requests-cache-0.5.2.tar.gz 31159 BLAKE2B 
4fca146a751064baf70954a71df64dbb7f8c9a4e27fec5dbea3620496ce78e7ccfb3785fb63705f513ff6fa938376b0c6acc4a2f584856060b1bc8388517df46
 SHA512 
355cc571a46b768615606a907a69ed065b3c4b5e74bb6c311abc7a28d9406f32fdea1db0dfd2b1c32dcdc82ed817ef7e0b30086c069de57307254617604c5177
 DIST requests-cache-0.6.0.tar.gz 52342 BLAKE2B 
12af89721fcf1ae2e4ab14d7ac377f119ef312c64d3b9e5d80a36f26f3a9a798cf090835ee2c9bf886d0baa9b472f4c439d5a032573d442feecbbad930c239fd
 SHA512 
b5b32b9cb99ec51cee67defde715df66b7c50a26f4124cbaf893685048fe188af0cf664232150e3b4fafe3b7a927716966efafadd711be01118d67ad802acef6
+DIST requests-cache-0.6.1.gh.tar.gz 47919 BLAKE2B 
022fd94a332feae043cf646cefc368fdb6ca1833dcd58621a07425bfb0d7bcb5ff9913c8b53f2bc0769fd23e8f364c437ee10f16fd37d1d340e8c46bcba9d53e
 SHA512 
f8bea03b05b2f1e55fe6c975b5f5caacff55250d81f41cf953052c77101fc726ff39f9d95e1fd2829ddb59215226026bdddfd93918feb478395375ac0e0a4439

diff --git a/dev-python/requests-cache/requests-cache-0.6.1.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.1.ebuild
new file mode 100644
index 000..dd9fdcadae1
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.6.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/reclosedev/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_test() {
+   local skipped_tests=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+
+   # TODO
+#  
'tests/integration/test_cache.py::test_all_response_formats[json]'
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest ${skipped_tests[@]/#/--deselect }
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/requests-cache/files/, dev-python/requests-cache/

2021-04-10 Thread Michał Górny
commit: 56ec9b13978d1391edd8b7b9a3d9439d3c2ba6bc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 10 08:00:50 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 10 08:59:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ec9b13

dev-python/requests-cache: Bump to 0.6.0

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

 dev-python/requests-cache/Manifest |  1 +
 .../files/requests-cache-0.6.0-test-install.patch  | 25 
 .../requests-cache/requests-cache-0.6.0.ebuild | 69 ++
 3 files changed, 95 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 8f1ffcb456e..858021548fd 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-0.5.2.tar.gz 31159 BLAKE2B 
4fca146a751064baf70954a71df64dbb7f8c9a4e27fec5dbea3620496ce78e7ccfb3785fb63705f513ff6fa938376b0c6acc4a2f584856060b1bc8388517df46
 SHA512 
355cc571a46b768615606a907a69ed065b3c4b5e74bb6c311abc7a28d9406f32fdea1db0dfd2b1c32dcdc82ed817ef7e0b30086c069de57307254617604c5177
+DIST requests-cache-0.6.0.tar.gz 52342 BLAKE2B 
12af89721fcf1ae2e4ab14d7ac377f119ef312c64d3b9e5d80a36f26f3a9a798cf090835ee2c9bf886d0baa9b472f4c439d5a032573d442feecbbad930c239fd
 SHA512 
b5b32b9cb99ec51cee67defde715df66b7c50a26f4124cbaf893685048fe188af0cf664232150e3b4fafe3b7a927716966efafadd711be01118d67ad802acef6

diff --git 
a/dev-python/requests-cache/files/requests-cache-0.6.0-test-install.patch 
b/dev-python/requests-cache/files/requests-cache-0.6.0-test-install.patch
new file mode 100644
index 000..3862716c301
--- /dev/null
+++ b/dev-python/requests-cache/files/requests-cache-0.6.0-test-install.patch
@@ -0,0 +1,25 @@
+From 430424bf43ad1f5979adbb2eabdbb23726465fde Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Sat, 10 Apr 2021 10:56:39 +0200
+Subject: [PATCH] Do not install "tests" package
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 5ca5b80..58d8e89 100644
+--- a/setup.py
 b/setup.py
+@@ -40,7 +40,7 @@ extras_require['dev'] = 
list(chain.from_iterable(extras_require.values()))
+ 
+ setup(
+ name='requests-cache',
+-packages=find_packages(),
++packages=find_packages(exclude=['tests*']),
+ version=__version__,
+ author='Roman Haritonov',
+ author_email='reclose...@gmail.com',
+-- 
+2.31.1
+

diff --git a/dev-python/requests-cache/requests-cache-0.6.0.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.0.ebuild
new file mode 100644
index 000..28591398044
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.6.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="https://pypi.org/project/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   $(python_gen_any_dep '
+   dev-python/httpbin[${PYTHON_USEDEP}]
+   www-servers/gunicorn[${PYTHON_USEDEP}]
+   ')
+   )"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/${P}-test-install.patch
+)
+
+python_check_deps() {
+   use test || return 0
+
+   has_version -b "dev-python/httpbin[${PYTHON_USEDEP}]" &&
+   has_version -b "www-servers/gunicorn[${PYTHON_USEDEP}]"
+}
+
+src_test() {
+   local hostport="127.0.0.1:23125"
+   python_setup
+   einfo "Starting httpbin on ${hostport}"
+   gunicorn -b "${hostport}" -D -p gunicorn.pid httpbin:app || die
+
+   local -x HTTPBIN_URL="http://${hostport}/;
+   distutils-r1_src_test
+   kill $(

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

2020-10-07 Thread Michał Górny
commit: 0775fb22912f89850d66c364b38ec1fd076f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  7 08:12:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  7 10:16:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0775fb22

dev-python/requests-cache: Remove old

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

 dev-python/requests-cache/Manifest |  1 -
 .../requests-cache/requests-cache-0.4.12-r1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index fa46d4c925e..8f1ffcb456e 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,2 +1 @@
-DIST requests-cache-0.4.12.zip 44767 BLAKE2B 
f328d8ae8e3377af626030a6e3617c78e488024fa4ada9894576d339e571ba8ee6d905612ddc2802810bbeffbd8c94d90c743889e80fbf21418a7c67c5a005f6
 SHA512 
784d630eec99b607596d6ebcb7e51b0b4ed612b131437000391ecea6f3a684d1f61d169d57266ffc044a3939dcd4e7d6f85b9538165ae3613b1d3e55f18585fd
 DIST requests-cache-0.5.2.tar.gz 31159 BLAKE2B 
4fca146a751064baf70954a71df64dbb7f8c9a4e27fec5dbea3620496ce78e7ccfb3785fb63705f513ff6fa938376b0c6acc4a2f584856060b1bc8388517df46
 SHA512 
355cc571a46b768615606a907a69ed065b3c4b5e74bb6c311abc7a28d9406f32fdea1db0dfd2b1c32dcdc82ed817ef7e0b30086c069de57307254617604c5177

diff --git a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
deleted file mode 100644
index 063d69b1302..000
--- a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-HOMEPAGE="https://pypi.org/project/requests-cache/;
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-# Portage only has versions of request >= minimum border
-RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
-DEPEND="
-   app-arch/unzip"
-
-distutils_enable_sphinx docs
-# Testsuite excels in tests connecting to the network via local server daemons
-#distutils_enable_tests setup.py



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

2020-09-18 Thread Michał Górny
commit: 7a9af221c5374d448ac1de05f7d71c52976f7579
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 15:37:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 15:37:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9af221

dev-python/requests-cache: Remove old

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

 .../requests-cache/requests-cache-0.4.12.ebuild| 33 --
 1 file changed, 33 deletions(-)

diff --git a/dev-python/requests-cache/requests-cache-0.4.12.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.12.ebuild
deleted file mode 100644
index fbebceefaad..000
--- a/dev-python/requests-cache/requests-cache-0.4.12.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-inherit distutils-r1
-
-HOMEPAGE="https://pypi.org/project/requests-cache/;
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-# Portage only has versions of request >= minimum border
-RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-# Testsuite excels in tests connecting to the network via local server daemons
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



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

2020-09-18 Thread Agostino Sarubbo
commit: ae95acb77cbce15f40ba283543ba87e2fcb0ab66
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 15:11:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 15:11:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae95acb7

dev-python/requests-cache: amd64/x86 stable (ALLARCHES policy) wrt bug #741280

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/requests-cache/requests-cache-0.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.5.2.ebuild 
b/dev-python/requests-cache/requests-cache-0.5.2.ebuild
index b6d60d1a513..16b4c68bf21 100644
--- a/dev-python/requests-cache/requests-cache-0.5.2.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
 



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

2020-09-08 Thread Michał Górny
commit: 9740494dcf0816dba5ae5a84d347f6ecf630dba7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  8 18:11:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  8 19:11:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9740494d

dev-python/requests-cache: Mark ALLARCHES

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

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

diff --git a/dev-python/requests-cache/metadata.xml 
b/dev-python/requests-cache/metadata.xml
index 54115df8f82..e9326246e42 100644
--- a/dev-python/requests-cache/metadata.xml
+++ b/dev-python/requests-cache/metadata.xml
@@ -9,6 +9,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 requests-cache
   



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

2020-08-04 Thread Sam James
commit: 93f19bc7b170a06405acaecce4284cc1cd2b4978
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 05:47:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 05:47:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f19bc7

dev-python/requests-cache: simplify ebuild

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-0.5.2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/requests-cache/requests-cache-0.5.2.ebuild 
b/dev-python/requests-cache/requests-cache-0.5.2.ebuild
index 2f70364521f..b6d60d1a513 100644
--- a/dev-python/requests-cache/requests-cache-0.5.2.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.5.2.ebuild
@@ -15,13 +15,11 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
-DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 distutils_enable_sphinx docs
+distutils_enable_tests pytest
 
 src_prepare() {
# Ships with incorrect mock import



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

2020-08-04 Thread Sam James
commit: 1b033eec551695cf7816ead770ee51d076ce99ed
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 05:42:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 05:43:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b033eec

dev-python/requests-cache: fix skipped test path

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/requests-cache-0.5.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.5.2.ebuild 
b/dev-python/requests-cache/requests-cache-0.5.2.ebuild
index ac500f4f68b..2f70364521f 100644
--- a/dev-python/requests-cache/requests-cache-0.5.2.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.5.2.ebuild
@@ -67,5 +67,6 @@ python_test() {
tests/test_thread_safety::test_thread_safety
)
 
-   pytest -vv --ignore tests/test_redistdict.py 
${skipped_tests[@]/#/--deselect } || die "Tests fail with ${EPYTHON}"
+   # Redis tests need a redis server running
+   pytest -vv --ignore tests/test_redisdict.py 
${skipped_tests[@]/#/--deselect } || die "Tests fail with ${EPYTHON}"
 }



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

2020-08-04 Thread Sam James
commit: 168f3bc06dbfbf4f06b39a5707cf2b78b9b32296
Author: John Helmert III  gmail  com>
AuthorDate: Tue May  5 20:35:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 05:43:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168f3bc0

dev-python/requests-cache: Add 0.5.2

Signed-off-by: John Helmert III  posteo.net>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Closes: https://github.com/gentoo/gentoo/pull/15661
Signed-off-by: Sam James  gentoo.org>

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.5.2.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 06a5f924bc0..fa46d4c925e 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-0.4.12.zip 44767 BLAKE2B 
f328d8ae8e3377af626030a6e3617c78e488024fa4ada9894576d339e571ba8ee6d905612ddc2802810bbeffbd8c94d90c743889e80fbf21418a7c67c5a005f6
 SHA512 
784d630eec99b607596d6ebcb7e51b0b4ed612b131437000391ecea6f3a684d1f61d169d57266ffc044a3939dcd4e7d6f85b9538165ae3613b1d3e55f18585fd
+DIST requests-cache-0.5.2.tar.gz 31159 BLAKE2B 
4fca146a751064baf70954a71df64dbb7f8c9a4e27fec5dbea3620496ce78e7ccfb3785fb63705f513ff6fa938376b0c6acc4a2f584856060b1bc8388517df46
 SHA512 
355cc571a46b768615606a907a69ed065b3c4b5e74bb6c311abc7a28d9406f32fdea1db0dfd2b1c32dcdc82ed817ef7e0b30086c069de57307254617604c5177

diff --git a/dev-python/requests-cache/requests-cache-0.5.2.ebuild 
b/dev-python/requests-cache/requests-cache-0.5.2.ebuild
new file mode 100644
index 000..ac500f4f68b
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.5.2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="https://pypi.org/project/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+distutils_enable_sphinx docs
+
+src_prepare() {
+   # Ships with incorrect mock import
+   sed -e 's/import mock/import unittest.mock as mock/' -i 
tests/test_cache.py || die
+   default
+}
+
+python_test() {
+   local skipped_tests=(
+   # Slew of tests that violate network-sandbox
+   tests/test_cache.py::CacheTestCase::test_attr_from_cache_in_hook
+   tests/test_cache.py::CacheTestCase::test_cache_unpickle_errors
+   tests/test_cache.py::CacheTestCase::test_close_response
+   tests/test_cache.py::CacheTestCase::test_content_and_cookies
+   tests/test_cache.py::CacheTestCase::test_delete_urls
+   tests/test_cache.py::CacheTestCase::test_disabled
+   tests/test_cache.py::CacheTestCase::test_enabled
+   tests/test_cache.py::CacheTestCase::test_expire_cache
+   tests/test_cache.py::CacheTestCase::test_from_cache_attribute
+   
tests/test_cache.py::CacheTestCase::test_get_parameters_normalization
+   tests/test_cache.py::CacheTestCase::test_get_params_as_argument
+   tests/test_cache.py::CacheTestCase::test_gzip_response
+   tests/test_cache.py::CacheTestCase::test_headers_in_get_query
+   tests/test_cache.py::CacheTestCase::test_hooks
+   tests/test_cache.py::CacheTestCase::test_https_support
+   tests/test_cache.py::CacheTestCase::test_ignore_parameters_get
+   tests/test_cache.py::CacheTestCase::test_ignore_parameters_post
+   
tests/test_cache.py::CacheTestCase::test_ignore_parameters_post_json
+   
tests/test_cache.py::CacheTestCase::test_ignore_parameters_post_raw
+   tests/test_cache.py::CacheTestCase::test_post
+   tests/test_cache.py::CacheTestCase::test_post_data
+   
tests/test_cache.py::CacheTestCase::test_post_parameters_normalization
+   tests/test_cache.py::CacheTestCase::test_post_params
+   tests/test_cache.py::CacheTestCase::test_remove_expired_entries
+   tests/test_cache.py::CacheTestCase::test_response_history
+   tests/test_cache.py::CacheTestCase::test_response_history_simple
+   
tests/test_cache.py::CacheTestCase::test_return_old_data_on_error
+   tests/test_cache.py::CacheTestCase::test_stream_requests_support
+   
tests/test_monkey_patch.py::MonkeyPatchTestCase::test_requests_from_cache
+
+   # This throws many errors with network-sandbox, but doesn't 
fail the
+

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

2020-05-07 Thread Mikle Kolyada
commit: ae89680a9d3e2455675ed267816838d22848e5ed
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  7 13:31:47 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  7 13:51:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae89680a

Revert "dev-python/requests-cache: Drop old"

This reverts commit 57fc84fdd745bd31fcf9fc9d0652a7d8743d5849.

Signed-off-by: Mikle Kolyada  gentoo.org>

 .../requests-cache/requests-cache-0.4.12.ebuild| 33 ++
 1 file changed, 33 insertions(+)

diff --git a/dev-python/requests-cache/requests-cache-0.4.12.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.12.ebuild
new file mode 100644
index 000..fbebceefaad
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.4.12.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+
+inherit distutils-r1
+
+HOMEPAGE="https://pypi.org/project/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="doc"
+
+# Portage only has versions of request >= minimum border
+RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+# Testsuite excels in tests connecting to the network via local server daemons
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



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

2020-05-07 Thread Mikle Kolyada
commit: 57fc84fdd745bd31fcf9fc9d0652a7d8743d5849
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  7 12:22:07 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  7 12:23:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fc84fd

dev-python/requests-cache: Drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada  gentoo.org>

 .../requests-cache/requests-cache-0.4.12.ebuild| 33 --
 1 file changed, 33 deletions(-)

diff --git a/dev-python/requests-cache/requests-cache-0.4.12.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.12.ebuild
deleted file mode 100644
index fbebceefaad..000
--- a/dev-python/requests-cache/requests-cache-0.4.12.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-inherit distutils-r1
-
-HOMEPAGE="https://pypi.org/project/requests-cache/;
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-# Portage only has versions of request >= minimum border
-RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-# Testsuite excels in tests connecting to the network via local server daemons
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



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

2020-05-07 Thread Mikle Kolyada
commit: 241267571260b799724f2ae7edb3935577e3f692
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  7 12:21:31 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  7 12:23:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24126757

dev-python/requests-cache: mark stable

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
index a209cefea5a..063d69b1302 100644
--- a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 # Portage only has versions of request >= minimum border



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

2020-05-06 Thread Michał Górny
commit: c2ac4782e35d8ccab0a75d335674e7b0c6a8fbc2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  6 05:22:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  6 06:03:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ac4782

dev-python/requests-cache: Remove redudant setuptools dep

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

 dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
index 39b6b50ddaa..5ac6dc24a10 100644
--- a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
@@ -20,7 +20,6 @@ IUSE="doc"
 RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
 DEPEND="
app-arch/unzip
-   dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 
 # Testsuite excels in tests connecting to the network via local server daemons



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

2020-05-06 Thread Michał Górny
commit: af4aa7bbcca1878b281f098a93ff75aa52092d92
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  6 05:22:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  6 06:03:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4aa7bb

dev-python/requests-cache: Use distutils_enable_sphinx

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

 dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild | 13 ++---
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
index 5ac6dc24a10..a209cefea5a 100644
--- a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
@@ -19,17 +19,8 @@ IUSE="doc"
 # Portage only has versions of request >= minimum border
 RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
 DEPEND="
-   app-arch/unzip
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+   app-arch/unzip"
 
+distutils_enable_sphinx docs
 # Testsuite excels in tests connecting to the network via local server daemons
 #distutils_enable_tests setup.py
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



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

2020-05-06 Thread Michał Górny
commit: 16d108c5582d7aeb58769a3caaa2566ef128657f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  6 05:21:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  6 06:03:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d108c5

dev-python/requests-cache: Add missing unzip dep

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

 dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
index 9315a80d30a..39b6b50ddaa 100644
--- a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
@@ -19,6 +19,7 @@ IUSE="doc"
 # Portage only has versions of request >= minimum border
 RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
 DEPEND="
+   app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 



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

2020-05-05 Thread Mike Frysinger
commit: cfa5138343ed6df6bf3738326c45f957a446a01a
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue May  5 20:50:42 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue May  5 20:51:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa51383

dev-python/requests-cache: add py3.7 & py3.8 & EAPI=7

Fixes: https://bugs.gentoo.org/719538
Signed-off-by: Mike Frysinger  gentoo.org>

 .../requests-cache/requests-cache-0.4.12-r1.ebuild | 35 ++
 1 file changed, 35 insertions(+)

diff --git a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
new file mode 100644
index 000..9315a80d30a
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+
+inherit distutils-r1
+
+HOMEPAGE="https://pypi.org/project/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+# Portage only has versions of request >= minimum border
+RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+# Testsuite excels in tests connecting to the network via local server daemons
+#distutils_enable_tests setup.py
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



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

2018-06-26 Thread Pacho Ramos
commit: 64c0c5f49d51dddcf6d986c188baee05c384ed1a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jun 26 17:46:52 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jun 26 18:09:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c0c5f4

dev-python/requests-cache: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/requests-cache/requests-cache-0.4.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/requests-cache/requests-cache-0.4.12.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.12.ebuild
index 4955a22abf4..d2cbcf8ca08 100644
--- a/dev-python/requests-cache/requests-cache-0.4.12.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.4.12.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 



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

2017-05-02 Thread Michał Górny
commit: 6493c09407d108930ffcb40ddc0cd50e7e5ee67c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 13:31:02 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 14:01:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6493c094

dev-python/requests-cache: Clean old versions up

 dev-python/requests-cache/Manifest |  2 --
 .../requests-cache/requests-cache-0.4.10.ebuild| 33 --
 .../requests-cache/requests-cache-0.4.9.ebuild | 31 
 3 files changed, 66 deletions(-)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index e9432ea8965..b9ead9ee147 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1,3 +1 @@
-DIST requests-cache-0.4.10.tar.gz 27979 SHA256 
671969d00719fa3e80476b128dc9232025926884d0110d4d235abdd9c3508fc0 SHA512 
83cc1400cfc62f4bb32f367ac25e298ef61f44d64f0359b721a5203a04622f5a1e446c71832e748342c16ad8a1d89267d6ec4cc9feda30f2d97de9c25f43
 WHIRLPOOL 
2f15b7e64a80de1c6b8f205c59553fd8cb7ec39cbd6b30e9f113f56d07cbc3978377c41a54a00d4542d249c88ad4d647c034b8e1521b4933d4cdb237ab0ac056
 DIST requests-cache-0.4.12.zip 44767 SHA256 
efe2319b04b5a89e5c7582630dc47eb206f05d9b20b7a4c64228c39d61339dd3 SHA512 
784d630eec99b607596d6ebcb7e51b0b4ed612b131437000391ecea6f3a684d1f61d169d57266ffc044a3939dcd4e7d6f85b9538165ae3613b1d3e55f18585fd
 WHIRLPOOL 
bd7892aed9caa5c24f8c8c5ae323f3506b681fc4bc45403c546005dcfc1d32d548dc6223c26579bc3e9c4813416b1438bff6d856aec3d1f2254df341b077d209
-DIST requests-cache-0.4.9.tar.gz 27502 SHA256 
9261ebd0ff51cb21cc0e7c81a6e758afa77a7944cf8ee4646226febc1c849f5f SHA512 
67dfe1ef790248763922f3ba0af1d8b179b860b7dd90231b7edb595b8466dbc3daad1e6ae536456b5cda7a5d6d642c61e410b81dda8a2a53c544b70280b1ee05
 WHIRLPOOL 
4845ebf5f900f47a590f02ccc7b190aaa003501d5af3dbc4cf7cebd2bd19cf85afc123f81b0c4ee3df7048b2042ef4bbba93c7aad01e25d8d545413feca4c932

diff --git a/dev-python/requests-cache/requests-cache-0.4.10.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.10.ebuild
deleted file mode 100644
index c86983e97e6..000
--- a/dev-python/requests-cache/requests-cache-0.4.10.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 pypy )
-
-inherit distutils-r1
-
-HOMEPAGE="https://pypi.python.org/pypi/requests-cache;
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-# Portage only has versions of request >= minimum border
-RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-# Testsuite excels in tests connecting to the network via local server daemons
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/requests-cache/requests-cache-0.4.9.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.9.ebuild
deleted file mode 100644
index f13e73c1aa8..000
--- a/dev-python/requests-cache/requests-cache-0.4.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-HOMEPAGE="https://pypi.python.org/pypi/requests-cache;
-DESCRIPTION="Persistent cache for requests library"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-# Portage only has versions of request >= minimum border
-RDEPEND=">=dev-python/requests-1.0.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-# Testsuite excels in tests connecting to the network via local server daemons
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



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

2017-02-22 Thread Agostino Sarubbo
commit: f927d101f470a4ac81ed55664b4405e6e8b02249
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb 22 16:07:12 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb 22 16:07:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f927d101

dev-python/requests-cache: x86 stable wrt bug #606322

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/requests-cache/requests-cache-0.4.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.4.12.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.12.ebuild
index e30c58f1dd..3169176781 100644
--- a/dev-python/requests-cache/requests-cache-0.4.12.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.4.12.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 # Portage only has versions of request >= minimum border



  1   2   >