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

2023-10-06 Thread Michał Górny
commit: d89a154adfb355400f14fec16725ad2fa445346d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  6 15:03:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  6 15:07:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89a154a

dev-python/diskcache: Remove old

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

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

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index 0ae5c9748094..880f19ebbc19 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1,2 +1 @@
-DIST diskcache-5.6.1.gh.tar.gz 655959 BLAKE2B 
95ba66a8c701796eec1bedcbb514e9288789d52887401f0687374f43c3bd31a502c7e0e0a1fe4b9df05c41a5a1e4efcda8986840749c170295544787e6fd7112
 SHA512 
a0a6847121089ffe727ec30bd94716d6ab78e5abd4cc8a3230c6ef034b27776be76ca223c3060af3150d2fceadcda670cbf7851c0f47624264342429b29b4f5d
 DIST diskcache-5.6.3.gh.tar.gz 655441 BLAKE2B 
bc2495862fec7dfffd50e84a7d68e04f42ae8f29c2273466a81e1ec8e82af33a8af3a1f40ac06563c656e48ea24e936402f6269ac498f8521b096e6457aa8df8
 SHA512 
476d677d88212aa3f9a6e8d12c3e7076cc6a06973d703ed0b2c550b4b4e916b24fb7d8f33c7174854015886fab26e2707b134328d2bc3e144aef5510e7bc0f7c

diff --git a/dev-python/diskcache/diskcache-5.6.1.ebuild 
b/dev-python/diskcache/diskcache-5.6.1.ebuild
deleted file mode 100644
index a916cd4daa1b..
--- a/dev-python/diskcache/diskcache-5.6.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-HOMEPAGE="
-   https://grantjenks.com/docs/diskcache/
-   https://github.com/grantjenks/python-diskcache/
-   https://pypi.org/project/diskcache/
-"
-DESCRIPTION="Disk and file backed cache"
-SRC_URI="
-   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/python-diskcache-${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-   test? (
-   >=dev-python/django-3.2[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-src_prepare() {
-   # remove dep on pytest-xdist and pytest-cov
-   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
-
-   distutils-r1_src_prepare
-}



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

2023-10-06 Thread Sam James
commit: 608c38299d0d19cf5df637299b8e74e667e18a5e
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  6 14:31:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  6 14:31:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608c3829

dev-python/diskcache: Stabilize 5.6.3 ALLARCHES, #915266

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

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

diff --git a/dev-python/diskcache/diskcache-5.6.3.ebuild 
b/dev-python/diskcache/diskcache-5.6.3.ebuild
index f99c99d9182d..6b1e9708ca28 100644
--- a/dev-python/diskcache/diskcache-5.6.3.ebuild
+++ b/dev-python/diskcache/diskcache-5.6.3.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2023-08-31 Thread Michał Górny
commit: 01f1405eaf9c3e4be447e0db980df29a1fab8052
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 31 12:43:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 31 13:05:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f1405e

dev-python/diskcache: Bump to 5.6.3

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

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

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index 75557e310131..0ae5c9748094 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1 +1,2 @@
 DIST diskcache-5.6.1.gh.tar.gz 655959 BLAKE2B 
95ba66a8c701796eec1bedcbb514e9288789d52887401f0687374f43c3bd31a502c7e0e0a1fe4b9df05c41a5a1e4efcda8986840749c170295544787e6fd7112
 SHA512 
a0a6847121089ffe727ec30bd94716d6ab78e5abd4cc8a3230c6ef034b27776be76ca223c3060af3150d2fceadcda670cbf7851c0f47624264342429b29b4f5d
+DIST diskcache-5.6.3.gh.tar.gz 655441 BLAKE2B 
bc2495862fec7dfffd50e84a7d68e04f42ae8f29c2273466a81e1ec8e82af33a8af3a1f40ac06563c656e48ea24e936402f6269ac498f8521b096e6457aa8df8
 SHA512 
476d677d88212aa3f9a6e8d12c3e7076cc6a06973d703ed0b2c550b4b4e916b24fb7d8f33c7174854015886fab26e2707b134328d2bc3e144aef5510e7bc0f7c

diff --git a/dev-python/diskcache/diskcache-5.6.3.ebuild 
b/dev-python/diskcache/diskcache-5.6.3.ebuild
new file mode 100644
index ..f99c99d9182d
--- /dev/null
+++ b/dev-python/diskcache/diskcache-5.6.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://grantjenks.com/docs/diskcache/
+   https://github.com/grantjenks/python-diskcache/
+   https://pypi.org/project/diskcache/
+"
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="
+   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/python-diskcache-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   test? (
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove dep on pytest-xdist and pytest-cov
+   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
+
+   distutils-r1_src_prepare
+}



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

2023-05-13 Thread Michał Górny
commit: 1e8c0e9c5094d8b9b0f8f1f619d274178cca558d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 15:47:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 13 16:03:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8c0e9c

dev-python/diskcache: Remove old

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

 dev-python/diskcache/Manifest  |  2 --
 dev-python/diskcache/diskcache-5.4.0-r1.ebuild | 41 -
 dev-python/diskcache/diskcache-5.5.1.ebuild| 42 --
 3 files changed, 85 deletions(-)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index 602afc8d2475..75557e310131 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1,3 +1 @@
-DIST diskcache-5.4.0.gh.tar.gz 653968 BLAKE2B 
765f0d8d9c4b3a8bf9e4c52b3b931867dc0b92aa7b891d6d64cbfe9e7ff491662a1fa2f0af776f9b3dcc4b441f50b68dc009a29e9b0d37f99add9033f4fb94d8
 SHA512 
cc15ff0b06b2a5708692f50e185699bd53e60408cef25053bcb5aaffec2795dd53c3bfe4b131a47f68c43388927ecc034c43233c38494cb2f6e40636344270fc
-DIST diskcache-5.5.1.gh.tar.gz 654928 BLAKE2B 
ba042de4d02b8d1556b56efbcbb5b5f0de861e61f7dff33c5b65c6c7bbd362e72a18293bfcd146faf4a83f6ac31443bae5cf4de80910a9cd49f63149ab93b5f4
 SHA512 
f9cfa8bcabc36bcc0d36c8c6912756abb7eb2f40b8cfb2b49302a2bf7287e52a16885768aafb74a051d460ed03a16c8af2465b4c7ae56175a6a7462b5fcd
 DIST diskcache-5.6.1.gh.tar.gz 655959 BLAKE2B 
95ba66a8c701796eec1bedcbb514e9288789d52887401f0687374f43c3bd31a502c7e0e0a1fe4b9df05c41a5a1e4efcda8986840749c170295544787e6fd7112
 SHA512 
a0a6847121089ffe727ec30bd94716d6ab78e5abd4cc8a3230c6ef034b27776be76ca223c3060af3150d2fceadcda670cbf7851c0f47624264342429b29b4f5d

diff --git a/dev-python/diskcache/diskcache-5.4.0-r1.ebuild 
b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
deleted file mode 100644
index 5a1dbc8e5ef7..
--- a/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-HOMEPAGE="
-   https://www.grantjenks.com/docs/diskcache/
-   https://github.com/grantjenks/python-diskcache/
-"
-DESCRIPTION="Disk and file backed cache"
-SRC_URI="
-   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/python-diskcache-${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-   test? (
-   >=dev-python/django-3.2[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-src_prepare() {
-   # remove dep on pytest-xdist and pytest-cov
-   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
-
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/diskcache/diskcache-5.5.1.ebuild 
b/dev-python/diskcache/diskcache-5.5.1.ebuild
deleted file mode 100644
index cb99ca88f78c..
--- a/dev-python/diskcache/diskcache-5.5.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-HOMEPAGE="
-   https://grantjenks.com/docs/diskcache/
-   https://github.com/grantjenks/python-diskcache/
-   https://pypi.org/project/diskcache/
-"
-DESCRIPTION="Disk and file backed cache"
-SRC_URI="
-   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/python-diskcache-${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-   test? (
-   >=dev-python/django-3.2[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-src_prepare() {
-   # remove dep on pytest-xdist and pytest-cov
-   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
-
-   distutils-r1_src_prepare
-}



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

2023-05-13 Thread Jakov Smolić
commit: 138626b0cc6ab6bedb56fac187725fbff2daae86
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat May 13 14:50:39 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat May 13 14:50:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138626b0

dev-python/diskcache: Stabilize 5.6.1 ALLARCHES, #906268

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

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

diff --git a/dev-python/diskcache/diskcache-5.6.1.ebuild 
b/dev-python/diskcache/diskcache-5.6.1.ebuild
index cb99ca88f78c..a916cd4daa1b 100644
--- a/dev-python/diskcache/diskcache-5.6.1.ebuild
+++ b/dev-python/diskcache/diskcache-5.6.1.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2023-04-19 Thread Michał Górny
commit: 7c2b7e7762fe21b65b526489fafb5ccf47a41b8d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 19 06:28:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 19 06:34:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2b7e77

dev-python/diskcache: Bump to 5.6.1

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

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

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index 522935baeac6..602afc8d2475 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1,2 +1,3 @@
 DIST diskcache-5.4.0.gh.tar.gz 653968 BLAKE2B 
765f0d8d9c4b3a8bf9e4c52b3b931867dc0b92aa7b891d6d64cbfe9e7ff491662a1fa2f0af776f9b3dcc4b441f50b68dc009a29e9b0d37f99add9033f4fb94d8
 SHA512 
cc15ff0b06b2a5708692f50e185699bd53e60408cef25053bcb5aaffec2795dd53c3bfe4b131a47f68c43388927ecc034c43233c38494cb2f6e40636344270fc
 DIST diskcache-5.5.1.gh.tar.gz 654928 BLAKE2B 
ba042de4d02b8d1556b56efbcbb5b5f0de861e61f7dff33c5b65c6c7bbd362e72a18293bfcd146faf4a83f6ac31443bae5cf4de80910a9cd49f63149ab93b5f4
 SHA512 
f9cfa8bcabc36bcc0d36c8c6912756abb7eb2f40b8cfb2b49302a2bf7287e52a16885768aafb74a051d460ed03a16c8af2465b4c7ae56175a6a7462b5fcd
+DIST diskcache-5.6.1.gh.tar.gz 655959 BLAKE2B 
95ba66a8c701796eec1bedcbb514e9288789d52887401f0687374f43c3bd31a502c7e0e0a1fe4b9df05c41a5a1e4efcda8986840749c170295544787e6fd7112
 SHA512 
a0a6847121089ffe727ec30bd94716d6ab78e5abd4cc8a3230c6ef034b27776be76ca223c3060af3150d2fceadcda670cbf7851c0f47624264342429b29b4f5d

diff --git a/dev-python/diskcache/diskcache-5.6.1.ebuild 
b/dev-python/diskcache/diskcache-5.6.1.ebuild
new file mode 100644
index ..cb99ca88f78c
--- /dev/null
+++ b/dev-python/diskcache/diskcache-5.6.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://grantjenks.com/docs/diskcache/
+   https://github.com/grantjenks/python-diskcache/
+   https://pypi.org/project/diskcache/
+"
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="
+   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/python-diskcache-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   test? (
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove dep on pytest-xdist and pytest-cov
+   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
+
+   distutils-r1_src_prepare
+}



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

2023-04-11 Thread Michał Górny
commit: 6681ef344f9d9fc45385f69b96686ba1501e3d52
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 16:42:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 17:25:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6681ef34

dev-python/diskcache: Bump to 5.5.1

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

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

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index e99e06322d3d..522935baeac6 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1 +1,2 @@
 DIST diskcache-5.4.0.gh.tar.gz 653968 BLAKE2B 
765f0d8d9c4b3a8bf9e4c52b3b931867dc0b92aa7b891d6d64cbfe9e7ff491662a1fa2f0af776f9b3dcc4b441f50b68dc009a29e9b0d37f99add9033f4fb94d8
 SHA512 
cc15ff0b06b2a5708692f50e185699bd53e60408cef25053bcb5aaffec2795dd53c3bfe4b131a47f68c43388927ecc034c43233c38494cb2f6e40636344270fc
+DIST diskcache-5.5.1.gh.tar.gz 654928 BLAKE2B 
ba042de4d02b8d1556b56efbcbb5b5f0de861e61f7dff33c5b65c6c7bbd362e72a18293bfcd146faf4a83f6ac31443bae5cf4de80910a9cd49f63149ab93b5f4
 SHA512 
f9cfa8bcabc36bcc0d36c8c6912756abb7eb2f40b8cfb2b49302a2bf7287e52a16885768aafb74a051d460ed03a16c8af2465b4c7ae56175a6a7462b5fcd

diff --git a/dev-python/diskcache/diskcache-5.5.1.ebuild 
b/dev-python/diskcache/diskcache-5.5.1.ebuild
new file mode 100644
index ..cb99ca88f78c
--- /dev/null
+++ b/dev-python/diskcache/diskcache-5.5.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://grantjenks.com/docs/diskcache/
+   https://github.com/grantjenks/python-diskcache/
+   https://pypi.org/project/diskcache/
+"
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="
+   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/python-diskcache-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   test? (
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove dep on pytest-xdist and pytest-cov
+   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
+
+   distutils-r1_src_prepare
+}



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

2022-07-15 Thread Arthur Zamarin
commit: ddc17a2151c33fbe2354ad89225612110be6ee0b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 15 12:23:02 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 15 13:44:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc17a21

dev-python/diskcache: enable py3.11

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

 dev-python/diskcache/diskcache-5.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.4.0-r1.ebuild 
b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
index 41c26e65f9d8..f56af6fffe76 100644
--- a/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1



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

2022-04-01 Thread Michał Górny
commit: da3017f8dc9f797d05b411ace810c382c77d8b51
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  1 07:45:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  1 07:45:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3017f8

dev-python/diskcache: Remove old

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

 dev-python/diskcache/diskcache-5.4.0.ebuild | 36 -
 1 file changed, 36 deletions(-)

diff --git a/dev-python/diskcache/diskcache-5.4.0.ebuild 
b/dev-python/diskcache/diskcache-5.4.0.ebuild
deleted file mode 100644
index 42daaf56c9bb..
--- a/dev-python/diskcache/diskcache-5.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
-   https://github.com/grantjenks/python-diskcache/;
-DESCRIPTION="Disk and file backed cache"
-SRC_URI="
-   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-S=${WORKDIR}/python-diskcache-${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-   test? (
-   >=dev-python/django-3.2[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-src_prepare() {
-   # remove dep on pytest-xdist and pytest-cov
-   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
-
-   distutils-r1_src_prepare
-}



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

2022-03-31 Thread Arthur Zamarin
commit: 762ea3a8a4dfd05569ad07c23d1677cae91f500b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762ea3a8

dev-python/diskcache: Stabilize 5.4.0-r1 ALLARCHES, #836490

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

 dev-python/diskcache/diskcache-5.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.4.0-r1.ebuild 
b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
index 76a1c5fc6504..41c26e65f9d8 100644
--- a/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2022-02-25 Thread Michał Górny
commit: 3962702fbe3a5e129a80b3993939bb2dceb0a615
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 26 07:40:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 26 07:48:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3962702f

dev-python/diskcache: Migrate to PEP517 build

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

 dev-python/diskcache/diskcache-5.4.0-r1.ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/dev-python/diskcache/diskcache-5.4.0-r1.ebuild 
b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
new file mode 100644
index ..76a1c5fc6504
--- /dev/null
+++ b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="
+   https://www.grantjenks.com/docs/diskcache/
+   https://github.com/grantjenks/python-diskcache/
+"
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="
+   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/python-diskcache-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   test? (
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove dep on pytest-xdist and pytest-cov
+   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
+
+   distutils-r1_src_prepare
+}



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

2022-02-03 Thread Michał Górny
commit: 1df88d5d7da33c5b05bf45c6e3e218b55c1449d8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  3 21:31:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  3 21:31:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df88d5d

dev-python/diskcache: Remove old

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

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

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index 8a0c2a065fc0..e99e06322d3d 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1,2 +1 @@
-DIST diskcache-5.3.0.gh.tar.gz 653506 BLAKE2B 
250420da434fa8a02cf58ed552072cb62a6d10dfa3801cf187db327a687763ab7f010c19f5e10b9ba71b2fd6830ba902750ca273c8be08c6f7987aa0923afcff
 SHA512 
106c8eb8320153e42e076927d51fa75d30b92156e17a75756e0392028cb6b5054af9af66b93aa69b7a7105012f0b92fe942ee447a75e53e005b56eb0b067dc38
 DIST diskcache-5.4.0.gh.tar.gz 653968 BLAKE2B 
765f0d8d9c4b3a8bf9e4c52b3b931867dc0b92aa7b891d6d64cbfe9e7ff491662a1fa2f0af776f9b3dcc4b441f50b68dc009a29e9b0d37f99add9033f4fb94d8
 SHA512 
cc15ff0b06b2a5708692f50e185699bd53e60408cef25053bcb5aaffec2795dd53c3bfe4b131a47f68c43388927ecc034c43233c38494cb2f6e40636344270fc

diff --git a/dev-python/diskcache/diskcache-5.3.0.ebuild 
b/dev-python/diskcache/diskcache-5.3.0.ebuild
deleted file mode 100644
index 25d4a5c3cf50..
--- a/dev-python/diskcache/diskcache-5.3.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
-   https://github.com/grantjenks/python-diskcache/;
-DESCRIPTION="Disk and file backed cache"
-SRC_URI="
-   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-S=${WORKDIR}/python-diskcache-${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-   test? (
-   dev-python/django[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # TODO
-   
tests/test_djangocache.py::DiskCacheTests::test_get_or_set_callable_returning_none
-   tests/test_djangocache.py::DiskCacheTests::test_pickle
-)
-
-src_prepare() {
-   # remove dep on pytest-xdist and pytest-cov
-   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
-
-   distutils-r1_src_prepare
-}



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

2022-02-03 Thread Arthur Zamarin
commit: a3ec1f256680e0a2c11857cfb9485ca01024065b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb  3 21:00:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb  3 21:00:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ec1f25

dev-python/diskcache: Stabilize 5.4.0 ALLARCHES, #832661

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

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

diff --git a/dev-python/diskcache/diskcache-5.4.0.ebuild 
b/dev-python/diskcache/diskcache-5.4.0.ebuild
index 25ca9058d762..42daaf56c9bb 100644
--- a/dev-python/diskcache/diskcache-5.4.0.ebuild
+++ b/dev-python/diskcache/diskcache-5.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2022-02-01 Thread Sam James
commit: 8284f1e6f7a31037358a4c6e057bc79e5a2cd486
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb  2 07:28:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb  2 07:28:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8284f1e6

dev-python/diskcache: Stabilize 5.3.0 hppa, #832457

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

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

diff --git a/dev-python/diskcache/diskcache-5.3.0.ebuild 
b/dev-python/diskcache/diskcache-5.3.0.ebuild
index dbf56a1dd9b6..25d4a5c3cf50 100644
--- a/dev-python/diskcache/diskcache-5.3.0.ebuild
+++ b/dev-python/diskcache/diskcache-5.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2021-12-31 Thread Michał Górny
commit: 604801f447b1d0e8bcd52ebdf7d01d01ae6416bb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  1 01:15:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  1 01:29:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604801f4

dev-python/diskcache: Remove old

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

 dev-python/diskcache/Manifest  |  1 -
 dev-python/diskcache/diskcache-5.2.1-r1.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index eeaacea48547..8a0c2a065fc0 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1,3 +1,2 @@
-DIST diskcache-5.2.1.gh.tar.gz 652769 BLAKE2B 
25fcdcf51c8be7a6e2a9de645258f776647789a7f06c70c8564ad28bd003a745167095b11a54d435e733d9f5181a1443be2510fe2d901cc208ea426d3359c0ba
 SHA512 
6e55bada12145d931f4a465092decc3f2cfed2e618d1ea271ad6daa6caf7c3abfd6ae5de11072efdf898ebf272acd39136136b58d7b5e735092963bdd46af52e
 DIST diskcache-5.3.0.gh.tar.gz 653506 BLAKE2B 
250420da434fa8a02cf58ed552072cb62a6d10dfa3801cf187db327a687763ab7f010c19f5e10b9ba71b2fd6830ba902750ca273c8be08c6f7987aa0923afcff
 SHA512 
106c8eb8320153e42e076927d51fa75d30b92156e17a75756e0392028cb6b5054af9af66b93aa69b7a7105012f0b92fe942ee447a75e53e005b56eb0b067dc38
 DIST diskcache-5.4.0.gh.tar.gz 653968 BLAKE2B 
765f0d8d9c4b3a8bf9e4c52b3b931867dc0b92aa7b891d6d64cbfe9e7ff491662a1fa2f0af776f9b3dcc4b441f50b68dc009a29e9b0d37f99add9033f4fb94d8
 SHA512 
cc15ff0b06b2a5708692f50e185699bd53e60408cef25053bcb5aaffec2795dd53c3bfe4b131a47f68c43388927ecc034c43233c38494cb2f6e40636344270fc

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
deleted file mode 100644
index c265840ce885..
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
-   https://github.com/grantjenks/python-diskcache/;
-DESCRIPTION="Disk and file backed cache"
-SRC_URI="
-   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-S=${WORKDIR}/python-diskcache-${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-src_prepare() {
-   # remove dep on pytest-xdist and pytest-cov
-   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
-
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local ignore=(
-   # django tests don't work with django-3.2, and django-3.1
-   # doesn't work with py3.10
-   tests/test_djangocache.py
-   tests/test_doctest.py
-   README.rst
-   )
-   epytest ${ignore[@]/#/--ignore }
-}



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

2021-12-31 Thread Arthur Zamarin
commit: 77f5c26abc80268350f9b29069ac6d6f835a0d57
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 31 18:44:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 31 18:44:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f5c26a

dev-python/diskcache: Stabilize 5.3.0 ALLARCHES, #830358

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

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

diff --git a/dev-python/diskcache/diskcache-5.3.0.ebuild 
b/dev-python/diskcache/diskcache-5.3.0.ebuild
index d80cb066da0b..dbf56a1dd9b6 100644
--- a/dev-python/diskcache/diskcache-5.3.0.ebuild
+++ b/dev-python/diskcache/diskcache-5.3.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2021-12-31 Thread Michał Górny
commit: 999c2878cab88050826832db9f214607ce708191
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 31 07:55:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 31 08:13:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999c2878

dev-python/diskcache: Bump to 5.4.0

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

 dev-python/diskcache/Manifest   |  1 +
 dev-python/diskcache/diskcache-5.4.0.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index c2ea80f79d8c..eeaacea48547 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1,2 +1,3 @@
 DIST diskcache-5.2.1.gh.tar.gz 652769 BLAKE2B 
25fcdcf51c8be7a6e2a9de645258f776647789a7f06c70c8564ad28bd003a745167095b11a54d435e733d9f5181a1443be2510fe2d901cc208ea426d3359c0ba
 SHA512 
6e55bada12145d931f4a465092decc3f2cfed2e618d1ea271ad6daa6caf7c3abfd6ae5de11072efdf898ebf272acd39136136b58d7b5e735092963bdd46af52e
 DIST diskcache-5.3.0.gh.tar.gz 653506 BLAKE2B 
250420da434fa8a02cf58ed552072cb62a6d10dfa3801cf187db327a687763ab7f010c19f5e10b9ba71b2fd6830ba902750ca273c8be08c6f7987aa0923afcff
 SHA512 
106c8eb8320153e42e076927d51fa75d30b92156e17a75756e0392028cb6b5054af9af66b93aa69b7a7105012f0b92fe942ee447a75e53e005b56eb0b067dc38
+DIST diskcache-5.4.0.gh.tar.gz 653968 BLAKE2B 
765f0d8d9c4b3a8bf9e4c52b3b931867dc0b92aa7b891d6d64cbfe9e7ff491662a1fa2f0af776f9b3dcc4b441f50b68dc009a29e9b0d37f99add9033f4fb94d8
 SHA512 
cc15ff0b06b2a5708692f50e185699bd53e60408cef25053bcb5aaffec2795dd53c3bfe4b131a47f68c43388927ecc034c43233c38494cb2f6e40636344270fc

diff --git a/dev-python/diskcache/diskcache-5.4.0.ebuild 
b/dev-python/diskcache/diskcache-5.4.0.ebuild
new file mode 100644
index ..25ca9058d762
--- /dev/null
+++ b/dev-python/diskcache/diskcache-5.4.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
+   https://github.com/grantjenks/python-diskcache/;
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="
+   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+S=${WORKDIR}/python-diskcache-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   test? (
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove dep on pytest-xdist and pytest-cov
+   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
+
+   distutils-r1_src_prepare
+}



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

2021-11-30 Thread Michał Górny
commit: ad1167a7fd27aa7f33ff814a5f519477ff184bc1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 20:36:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 20:36:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1167a7

dev-python/diskcache: Fix variable order

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

 dev-python/diskcache/diskcache-5.3.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/diskcache/diskcache-5.3.0.ebuild 
b/dev-python/diskcache/diskcache-5.3.0.ebuild
index dc919174075d..d80cb066da0b 100644
--- a/dev-python/diskcache/diskcache-5.3.0.ebuild
+++ b/dev-python/diskcache/diskcache-5.3.0.ebuild
@@ -20,14 +20,14 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
 
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
 BDEPEND="
test? (
dev-python/django[${PYTHON_USEDEP}]
)"
 
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
 EPYTEST_DESELECT=(
# TODO

tests/test_djangocache.py::DiskCacheTests::test_get_or_set_callable_returning_none



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

2021-11-30 Thread Michał Górny
commit: d38e95d9183a278c4a867f81fb85ea88cc3f049a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 18:16:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 18:46:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38e95d9

dev-python/diskcache: Bump to 5.3.0

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

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

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index 64ee0c84cb5e..c2ea80f79d8c 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1 +1,2 @@
 DIST diskcache-5.2.1.gh.tar.gz 652769 BLAKE2B 
25fcdcf51c8be7a6e2a9de645258f776647789a7f06c70c8564ad28bd003a745167095b11a54d435e733d9f5181a1443be2510fe2d901cc208ea426d3359c0ba
 SHA512 
6e55bada12145d931f4a465092decc3f2cfed2e618d1ea271ad6daa6caf7c3abfd6ae5de11072efdf898ebf272acd39136136b58d7b5e735092963bdd46af52e
+DIST diskcache-5.3.0.gh.tar.gz 653506 BLAKE2B 
250420da434fa8a02cf58ed552072cb62a6d10dfa3801cf187db327a687763ab7f010c19f5e10b9ba71b2fd6830ba902750ca273c8be08c6f7987aa0923afcff
 SHA512 
106c8eb8320153e42e076927d51fa75d30b92156e17a75756e0392028cb6b5054af9af66b93aa69b7a7105012f0b92fe942ee447a75e53e005b56eb0b067dc38

diff --git a/dev-python/diskcache/diskcache-5.3.0.ebuild 
b/dev-python/diskcache/diskcache-5.3.0.ebuild
new file mode 100644
index ..dc919174075d
--- /dev/null
+++ b/dev-python/diskcache/diskcache-5.3.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
+   https://github.com/grantjenks/python-diskcache/;
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="
+   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+S=${WORKDIR}/python-diskcache-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+BDEPEND="
+   test? (
+   dev-python/django[${PYTHON_USEDEP}]
+   )"
+
+EPYTEST_DESELECT=(
+   # TODO
+   
tests/test_djangocache.py::DiskCacheTests::test_get_or_set_callable_returning_none
+   tests/test_djangocache.py::DiskCacheTests::test_pickle
+)
+
+src_prepare() {
+   # remove dep on pytest-xdist and pytest-cov
+   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
+
+   distutils-r1_src_prepare
+}



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

2021-11-18 Thread Agostino Sarubbo
commit: c2cc6de53a6a9d643089d78c63752fb4a6a705c3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov 18 12:25:13 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov 18 12:25:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2cc6de5

dev-python/diskcache: sparc stable wrt bug #824106

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/diskcache/diskcache-5.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
index 419dcd5bfc22..7c8ea0c6b201 100644
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-11-18 Thread Sam James
commit: 36392099525654cc40612f2341037fabf58b45a7
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 18 09:08:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 18 09:08:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36392099

dev-python/diskcache: Stabilize 5.2.1-r1 ppc64, #824106

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

 dev-python/diskcache/diskcache-5.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
index c8aaa6342a88..419dcd5bfc22 100644
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-11-17 Thread Sam James
commit: 44d9bfc0ef44c6752a6c1b7176a52b1ffab9fa45
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 18 05:37:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 18 05:37:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d9bfc0

dev-python/diskcache: Stabilize 5.2.1-r1 ppc, #824106

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

 dev-python/diskcache/diskcache-5.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
index e8359ab7ab1b..c8aaa6342a88 100644
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-09-07 Thread Yixun Lan
commit: 017265d69919ada786cf00c0d9f3d8f9f20ae30e
Author: Ahmed Charles  ahmedcharles  com>
AuthorDate: Mon Sep  6 06:50:24 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Sep  8 02:23:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017265d6

dev-python/diskcache: keyword ~riscv.

Signed-off-by: Ahmed Charles  ahmedcharles.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/diskcache/diskcache-5.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
index 0e742087ba6..e8359ab7ab1 100644
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-07-24 Thread Matt Turner
commit: a6d7213712fe6c6bcee98b09b4124dbc379a057b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:50 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d72137

dev-python/diskcache: Keyword 5.2.1-r1 alpha, #795318

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/diskcache/diskcache-5.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
index c83b15546c6..0e742087ba6 100644
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-07-24 Thread Michał Górny
commit: f7a5b9b62a5fd2606b97838cf39a7dec36a4cbf2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 24 15:19:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 24 17:29:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a5b9b6

dev-python/diskcache: Remove old

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

 dev-python/diskcache/diskcache-5.2.1.ebuild | 37 -
 1 file changed, 37 deletions(-)

diff --git a/dev-python/diskcache/diskcache-5.2.1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1.ebuild
deleted file mode 100644
index d5be692d8b6..000
--- a/dev-python/diskcache/diskcache-5.2.1.ebuild
+++ /dev/null
@@ -1,37 +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="http://www.grantjenks.com/docs/diskcache/
-   https://github.com/grantjenks/python-diskcache/;
-DESCRIPTION="Disk and file backed cache"
-SRC_URI="
-   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-S=${WORKDIR}/python-diskcache-${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~mips ~ppc64 x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-   test? (
-   

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

2021-07-24 Thread Sam James
commit: 6dd5e658afae80c72c9081c950a897b2e06a8e6c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 15:10:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 15:10:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd5e658

dev-python/diskcache: Stabilize 5.2.1-r1 ALLARCHES, #803686

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

 dev-python/diskcache/diskcache-5.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
index 0bba6032946..c83b15546c6 100644
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-07-06 Thread Matt Turner
commit: 9ef940ab9e366404b3d557625cae19ca25713904
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jul  7 00:32:52 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul  7 00:33:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef940ab

dev-python/diskcache: Keyword 5.2.1-r1 s390, #795318

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/diskcache/diskcache-5.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
index 634ebf8df4d..0bba6032946 100644
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-06-20 Thread Sergei Trofimovich
commit: ac293a607e1544c486cbb617c6215c96d2ee62a3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 20 21:07:01 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 20 21:07:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac293a60

dev-python/diskcache: keyworded 5.2.1-r1 for ppc

keyworded wrt bug #795318

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/diskcache/diskcache-5.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
index 739a463995d..634ebf8df4d 100644
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-06-19 Thread Sam James
commit: 8c0a1605ae34024dd3b08d0f13549629fee296f4
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0a1605

dev-python/diskcache: Keyword 5.2.1-r1 sparc, #795318

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

 dev-python/diskcache/diskcache-5.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
index 124ab565322..739a463995d 100644
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-06-19 Thread Sergei Trofimovich
commit: c60b5c1bd369126c8bf4e256d6b52922026fb0b2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 19 15:28:29 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 19 15:29:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60b5c1b

dev-python/diskcache: keyworded 5.2.1-r1 for ia64

keyworded wrt bug #795318

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/diskcache/diskcache-5.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
index 2fbcef31ab3..124ab565322 100644
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-06-15 Thread Sergei Trofimovich
commit: 91455efa692a8e3f5fca8d10d0ad45c629f46635
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun 15 15:28:50 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun 15 15:40:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91455efa

dev-python/diskcache: keyworded 5.2.1-r1 for hppa, bug #795318

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/diskcache/diskcache-5.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
index 362a97886af..2fbcef31ab3 100644
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-06-14 Thread Michał Górny
commit: 18615d3901d6e081821414c20966fc843dd2412d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 14 10:20:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 14 10:36:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18615d39

dev-python/diskcache: Enable py3.10, skip django tests

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

 dev-python/diskcache/diskcache-5.2.1-r1.ebuild | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
new file mode 100644
index 000..362a97886af
--- /dev/null
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
+   https://github.com/grantjenks/python-diskcache/;
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="
+   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+S=${WORKDIR}/python-diskcache-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove dep on pytest-xdist and pytest-cov
+   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local ignore=(
+   # django tests don't work with django-3.2, and django-3.1
+   # doesn't work with py3.10
+   tests/test_djangocache.py
+   tests/test_doctest.py
+   README.rst
+   )
+   epytest ${ignore[@]/#/--ignore }
+}



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

2021-06-14 Thread Michał Górny
commit: 221fc15c943883c49dde3ab712918cf345ec47e5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 14 10:04:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 14 10:06:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221fc15c

dev-python/diskcache: Require django<3.2 for tests

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

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

diff --git a/dev-python/diskcache/diskcache-5.2.1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1.ebuild
index 51dcefd80dc..d5be692d8b6 100644
--- a/dev-python/diskcache/diskcache-5.2.1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1
@@ -22,7 +22,7 @@ KEYWORDS="amd64 ~arm arm64 ~mips ~ppc64 x86 ~amd64-linux 
~x86-linux"
 
 BDEPEND="
test? (
-   >=dev-python/django-2.2[${PYTHON_USEDEP}]
+   

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

2021-06-14 Thread Joshua Kinard
commit: 32ee121bf3ff0ed8dac36bb2f652d285d4625968
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jun 14 01:20:45 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jun 14 06:28:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ee121b

dev-python/diskcache: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/795318
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.19, Repoman-3.0.3

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

diff --git a/dev-python/diskcache/diskcache-5.2.1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1.ebuild
index 11bb3ac13f4..51dcefd80dc 100644
--- a/dev-python/diskcache/diskcache-5.2.1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~mips ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2021-06-11 Thread Georgy Yakovlev
commit: 07a2ec72d576fc032cce8528f7a3789f1ded3e63
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jun 12 02:45:56 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jun 12 02:53:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a2ec72

dev-python/diskcache: keyword 5.2.1 for ~ppc64, bug #795318

Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/dev-python/diskcache/diskcache-5.2.1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1.ebuild
index d944ac6dd64..11bb3ac13f4 100644
--- a/dev-python/diskcache/diskcache-5.2.1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2021-02-25 Thread Michał Górny
commit: 306627437563f2ec76b41d4dad299a59ebc50706
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 25 19:31:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 25 19:31:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30662743

dev-python/diskcache: Remove old

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

 dev-python/diskcache/Manifest   |  1 -
 dev-python/diskcache/diskcache-5.1.0.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index dda7430889b..64ee0c84cb5 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1,2 +1 @@
-DIST diskcache-5.1.0.gh.tar.gz 656930 BLAKE2B 
19ec1e16e33315248f28e1937a94bb29d641f31c263a3a2fc4d24b58082f7c9c522c74f38d07ece51dce066040538ef47348c50e8d591a749674ab6d6f2ce5f1
 SHA512 
33437899221051ef3dafd0eeddfec72bef00d5a6b189046cb919495b322b534445a39e5d23a1c85484867d9d07efb7de36fe5f2d3dad79357086a3dcfa3c8b0c
 DIST diskcache-5.2.1.gh.tar.gz 652769 BLAKE2B 
25fcdcf51c8be7a6e2a9de645258f776647789a7f06c70c8564ad28bd003a745167095b11a54d435e733d9f5181a1443be2510fe2d901cc208ea426d3359c0ba
 SHA512 
6e55bada12145d931f4a465092decc3f2cfed2e618d1ea271ad6daa6caf7c3abfd6ae5de11072efdf898ebf272acd39136136b58d7b5e735092963bdd46af52e

diff --git a/dev-python/diskcache/diskcache-5.1.0.ebuild 
b/dev-python/diskcache/diskcache-5.1.0.ebuild
deleted file mode 100644
index a6849f9bbbe..000
--- a/dev-python/diskcache/diskcache-5.1.0.ebuild
+++ /dev/null
@@ -1,37 +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="http://www.grantjenks.com/docs/diskcache/
-   https://github.com/grantjenks/python-diskcache/;
-DESCRIPTION="Disk and file backed cache"
-SRC_URI="
-   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-S=${WORKDIR}/python-diskcache-${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-   test? (
-   >=dev-python/django-2.2[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-src_prepare() {
-   # remove dep on pytest-xdist
-   sed -i -e '/-n auto/d' tox.ini || die
-
-   distutils-r1_src_prepare
-}



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

2021-02-25 Thread Sam James
commit: bac5bc5d43a1e3a5e4f190fb820dd71fe13782c5
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 18:58:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 18:58:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac5bc5d

dev-python/diskcache: Stabilize 5.2.1 ALLARCHES, #772461

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

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

diff --git a/dev-python/diskcache/diskcache-5.2.1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1.ebuild
index 21ddebd65a8..d944ac6dd64 100644
--- a/dev-python/diskcache/diskcache-5.2.1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2021-01-23 Thread Michał Górny
commit: b46a3330bac5dca2b73adb3a1f9d34bc083580b0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 23 08:43:41 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 23 08:43:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46a3330

dev-python/diskcache: Bump to 5.2.1

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

 dev-python/diskcache/Manifest   |  1 +
 dev-python/diskcache/diskcache-5.2.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index 3f469d16493..dda7430889b 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1 +1,2 @@
 DIST diskcache-5.1.0.gh.tar.gz 656930 BLAKE2B 
19ec1e16e33315248f28e1937a94bb29d641f31c263a3a2fc4d24b58082f7c9c522c74f38d07ece51dce066040538ef47348c50e8d591a749674ab6d6f2ce5f1
 SHA512 
33437899221051ef3dafd0eeddfec72bef00d5a6b189046cb919495b322b534445a39e5d23a1c85484867d9d07efb7de36fe5f2d3dad79357086a3dcfa3c8b0c
+DIST diskcache-5.2.1.gh.tar.gz 652769 BLAKE2B 
25fcdcf51c8be7a6e2a9de645258f776647789a7f06c70c8564ad28bd003a745167095b11a54d435e733d9f5181a1443be2510fe2d901cc208ea426d3359c0ba
 SHA512 
6e55bada12145d931f4a465092decc3f2cfed2e618d1ea271ad6daa6caf7c3abfd6ae5de11072efdf898ebf272acd39136136b58d7b5e735092963bdd46af52e

diff --git a/dev-python/diskcache/diskcache-5.2.1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1.ebuild
new file mode 100644
index 000..21ddebd65a8
--- /dev/null
+++ b/dev-python/diskcache/diskcache-5.2.1.ebuild
@@ -0,0 +1,37 @@
+# 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="http://www.grantjenks.com/docs/diskcache/
+   https://github.com/grantjenks/python-diskcache/;
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="
+   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+S=${WORKDIR}/python-diskcache-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   test? (
+   >=dev-python/django-2.2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove dep on pytest-xdist and pytest-cov
+   sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die
+
+   distutils-r1_src_prepare
+}



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

2021-01-18 Thread Sam James
commit: 25ad3b52d1f2436ca32ad77d288c0bfac31ef0e0
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 18 19:44:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 18 19:44:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ad3b52

dev-python/diskcache: Stabilise 5.1.0 ALLARCHES, #765919 (again)

Bug: https://bugs.gentoo.org/765919
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/diskcache/diskcache-5.1.0.ebuild 
b/dev-python/diskcache/diskcache-5.1.0.ebuild
index df2c02174d8..84231205d30 100644
--- a/dev-python/diskcache/diskcache-5.1.0.ebuild
+++ b/dev-python/diskcache/diskcache-5.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2021-01-18 Thread Sam James
commit: 49cd64261db461e52d56b13b69eac881b77de58b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 18 18:03:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 18 18:03:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49cd6426

dev-python/diskcache: Stabilize 5.1.0 ALLARCHES, #765919

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

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

diff --git a/dev-python/diskcache/diskcache-5.1.0.ebuild 
b/dev-python/diskcache/diskcache-5.1.0.ebuild
index c57b662ad91..df2c02174d8 100644
--- a/dev-python/diskcache/diskcache-5.1.0.ebuild
+++ b/dev-python/diskcache/diskcache-5.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2021-01-18 Thread Michał Górny
commit: 16589ad07e80658a2b0886323f3ee2367b607774
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 18 12:07:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 18 12:07:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16589ad0

dev-python/diskcache: Mark ALLARCHES

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

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

diff --git a/dev-python/diskcache/metadata.xml 
b/dev-python/diskcache/metadata.xml
index bda6b340bb5..e1b2d7744ec 100644
--- a/dev-python/diskcache/metadata.xml
+++ b/dev-python/diskcache/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 diskcache
 grantjenks/python-diskcache



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

2021-01-18 Thread Michał Górny
commit: 9c991e2df28b084c50bc5cc97c19eb909c372098
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 18 11:59:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 18 12:01:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c991e2d

dev-python/diskcache: Remove old

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

 dev-python/diskcache/Manifest   |  1 -
 dev-python/diskcache/diskcache-5.0.3.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index 8044b48d5ef..3f469d16493 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1,2 +1 @@
-DIST diskcache-5.0.3.gh.tar.gz 656486 BLAKE2B 
be3a7c919287698e4bd7fc6ff4b861729eabeddff47d01f08711f75f72a48d652e798ed511c5aa1cd9952ecbbbd5ebb003663cfd9c0877b812ef421665e080c0
 SHA512 
41b393ce255747939c68059251c31b5af43ad9c7fbcfe9288193c501a3a7d070b8db0863e1abd10f16db574565719b2357a7b10371428ed3f37f7de754b16ab6
 DIST diskcache-5.1.0.gh.tar.gz 656930 BLAKE2B 
19ec1e16e33315248f28e1937a94bb29d641f31c263a3a2fc4d24b58082f7c9c522c74f38d07ece51dce066040538ef47348c50e8d591a749674ab6d6f2ce5f1
 SHA512 
33437899221051ef3dafd0eeddfec72bef00d5a6b189046cb919495b322b534445a39e5d23a1c85484867d9d07efb7de36fe5f2d3dad79357086a3dcfa3c8b0c

diff --git a/dev-python/diskcache/diskcache-5.0.3.ebuild 
b/dev-python/diskcache/diskcache-5.0.3.ebuild
deleted file mode 100644
index c57b662ad91..000
--- a/dev-python/diskcache/diskcache-5.0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
-   https://github.com/grantjenks/python-diskcache/;
-DESCRIPTION="Disk and file backed cache"
-SRC_URI="
-   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-S=${WORKDIR}/python-diskcache-${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-   test? (
-   >=dev-python/django-2.2[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-src_prepare() {
-   # remove dep on pytest-xdist
-   sed -i -e '/-n auto/d' tox.ini || die
-
-   distutils-r1_src_prepare
-}



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

2020-11-09 Thread Michał Górny
commit: 44aab32f3238f9ddcfcefed0e7d0ba8a75ec689e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  9 08:10:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  9 08:14:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44aab32f

dev-python/diskcache: Bump to 5.1.0

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

 dev-python/diskcache/Manifest   |  1 +
 dev-python/diskcache/diskcache-5.1.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index d82cad07665..8044b48d5ef 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1 +1,2 @@
 DIST diskcache-5.0.3.gh.tar.gz 656486 BLAKE2B 
be3a7c919287698e4bd7fc6ff4b861729eabeddff47d01f08711f75f72a48d652e798ed511c5aa1cd9952ecbbbd5ebb003663cfd9c0877b812ef421665e080c0
 SHA512 
41b393ce255747939c68059251c31b5af43ad9c7fbcfe9288193c501a3a7d070b8db0863e1abd10f16db574565719b2357a7b10371428ed3f37f7de754b16ab6
+DIST diskcache-5.1.0.gh.tar.gz 656930 BLAKE2B 
19ec1e16e33315248f28e1937a94bb29d641f31c263a3a2fc4d24b58082f7c9c522c74f38d07ece51dce066040538ef47348c50e8d591a749674ab6d6f2ce5f1
 SHA512 
33437899221051ef3dafd0eeddfec72bef00d5a6b189046cb919495b322b534445a39e5d23a1c85484867d9d07efb7de36fe5f2d3dad79357086a3dcfa3c8b0c

diff --git a/dev-python/diskcache/diskcache-5.1.0.ebuild 
b/dev-python/diskcache/diskcache-5.1.0.ebuild
new file mode 100644
index 000..c57b662ad91
--- /dev/null
+++ b/dev-python/diskcache/diskcache-5.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
+   https://github.com/grantjenks/python-diskcache/;
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="
+   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+S=${WORKDIR}/python-diskcache-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   test? (
+   >=dev-python/django-2.2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove dep on pytest-xdist
+   sed -i -e '/-n auto/d' tox.ini || die
+
+   distutils-r1_src_prepare
+}



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

2020-09-18 Thread Michał Górny
commit: 99fc74099760d482801244b7ef26f5bc8b518fea
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 14:41:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 14:41:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99fc7409

dev-python/diskcache: Remove old

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

 dev-python/diskcache/Manifest   |  3 --
 dev-python/diskcache/diskcache-4.1.0.ebuild | 48 -
 dev-python/diskcache/diskcache-5.0.1.ebuild | 37 --
 dev-python/diskcache/diskcache-5.0.2.ebuild | 37 --
 4 files changed, 125 deletions(-)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index d86a0130032..d82cad07665 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1,4 +1 @@
-DIST diskcache-4.1.0.gh.tar.gz 658268 BLAKE2B 
7712892a15e0f7b34b05c48071b4ed22f94ff4c8b6e66dff5591296d7186c686958ef3ec19994b6965319ba3e601850a1782f7ac8ed09090afda4b75ae16a12b
 SHA512 
3871e56fa9a50942e29e200df74d7f4312d21a0f51d6be2041ce71efd3c1d0c204cc1df5ac1f92825314c742bb48bf8b0a3929cee225055903953e095701c8e3
-DIST diskcache-5.0.1.gh.tar.gz 656475 BLAKE2B 
1926dd40564130a24f211a1962c9a9e4ecc640ecd55d2bae5057ead787df0cc64634be8a798202702a7810612bece0d45202bb12d495da1863c8b10e645cb7fa
 SHA512 
9e06427e8ff158fa186ed161b7e90980f1a1d866164d6018a522f80a323be981f99e4297b0d90106dfb08b5d2d0babcb5a2dafebcc194e2c282c30bcf3e0f1a1
-DIST diskcache-5.0.2.gh.tar.gz 656471 BLAKE2B 
d4aa7859bbefdd5aedf8bfd81ee9763890371a7667216a0d4a1728d5eacb643749adfb9f7324745f67c145ed6d61f50c449d1cc20ac9b77386aacad639fe1856
 SHA512 
79fc94be90517a55cd94f67b5c33279925beaf6cc38027c26603b67527b49976c3aaa80368db2671cce7deb4e933aacb8f89ed85dafe3cdc2f99862b2b49471c
 DIST diskcache-5.0.3.gh.tar.gz 656486 BLAKE2B 
be3a7c919287698e4bd7fc6ff4b861729eabeddff47d01f08711f75f72a48d652e798ed511c5aa1cd9952ecbbbd5ebb003663cfd9c0877b812ef421665e080c0
 SHA512 
41b393ce255747939c68059251c31b5af43ad9c7fbcfe9288193c501a3a7d070b8db0863e1abd10f16db574565719b2357a7b10371428ed3f37f7de754b16ab6

diff --git a/dev-python/diskcache/diskcache-4.1.0.ebuild 
b/dev-python/diskcache/diskcache-4.1.0.ebuild
deleted file mode 100644
index 9f91b9ac968..000
--- a/dev-python/diskcache/diskcache-4.1.0.ebuild
+++ /dev/null
@@ -1,48 +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} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
-   https://github.com/grantjenks/python-diskcache/;
-DESCRIPTION="Disk and file backed cache"
-SRC_URI="
-   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-S=${WORKDIR}/python-diskcache-${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-src_prepare() {
-   # remove dep on pytest-xdist
-   sed -i -e '/-n auto/d' tox.ini || die
-   # requires django-1.1*
-   rm diskcache/djangocache.py || die
-   sed -e '/diskcache\.djangocache/d' \
-   -e 's:test_djangocache:_&:' \
-   -i tests/test_doctest.py || die
-   rm tests/test_djangocache.py || die
-
-   distutils-r1_src_prepare
-}
-
-pkg_postinst() {
-   elog "Please note that the Gentoo package does not install the 
djangocache"
-   elog "submodule as it requires old version of dev-python/django."
-}

diff --git a/dev-python/diskcache/diskcache-5.0.1.ebuild 
b/dev-python/diskcache/diskcache-5.0.1.ebuild
deleted file mode 100644
index c07ed748a13..000
--- a/dev-python/diskcache/diskcache-5.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
-   https://github.com/grantjenks/python-diskcache/;
-DESCRIPTION="Disk and file backed cache"
-SRC_URI="
-   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-S=${WORKDIR}/python-diskcache-${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-   test? (
-   >=dev-python/django-2.2[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-src_prepare() {
-   # remove dep on pytest-xdist
-   sed -i -e '/-n auto/d' tox.ini || die
-
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/diskcache/diskcache-5.0.2.ebuild 
b/dev-python/diskcache/diskcache-5.0.2.ebuild
deleted file 

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

2020-09-09 Thread Michał Górny
commit: fd28d70f5eb4c553efec22bfe3674349028359e3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  9 06:04:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  9 07:18:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd28d70f

dev-python/diskcache: Bump to 5.0.3

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

 dev-python/diskcache/Manifest   |  1 +
 dev-python/diskcache/diskcache-5.0.3.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index 47f16ab4b2c..d86a0130032 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1,3 +1,4 @@
 DIST diskcache-4.1.0.gh.tar.gz 658268 BLAKE2B 
7712892a15e0f7b34b05c48071b4ed22f94ff4c8b6e66dff5591296d7186c686958ef3ec19994b6965319ba3e601850a1782f7ac8ed09090afda4b75ae16a12b
 SHA512 
3871e56fa9a50942e29e200df74d7f4312d21a0f51d6be2041ce71efd3c1d0c204cc1df5ac1f92825314c742bb48bf8b0a3929cee225055903953e095701c8e3
 DIST diskcache-5.0.1.gh.tar.gz 656475 BLAKE2B 
1926dd40564130a24f211a1962c9a9e4ecc640ecd55d2bae5057ead787df0cc64634be8a798202702a7810612bece0d45202bb12d495da1863c8b10e645cb7fa
 SHA512 
9e06427e8ff158fa186ed161b7e90980f1a1d866164d6018a522f80a323be981f99e4297b0d90106dfb08b5d2d0babcb5a2dafebcc194e2c282c30bcf3e0f1a1
 DIST diskcache-5.0.2.gh.tar.gz 656471 BLAKE2B 
d4aa7859bbefdd5aedf8bfd81ee9763890371a7667216a0d4a1728d5eacb643749adfb9f7324745f67c145ed6d61f50c449d1cc20ac9b77386aacad639fe1856
 SHA512 
79fc94be90517a55cd94f67b5c33279925beaf6cc38027c26603b67527b49976c3aaa80368db2671cce7deb4e933aacb8f89ed85dafe3cdc2f99862b2b49471c
+DIST diskcache-5.0.3.gh.tar.gz 656486 BLAKE2B 
be3a7c919287698e4bd7fc6ff4b861729eabeddff47d01f08711f75f72a48d652e798ed511c5aa1cd9952ecbbbd5ebb003663cfd9c0877b812ef421665e080c0
 SHA512 
41b393ce255747939c68059251c31b5af43ad9c7fbcfe9288193c501a3a7d070b8db0863e1abd10f16db574565719b2357a7b10371428ed3f37f7de754b16ab6

diff --git a/dev-python/diskcache/diskcache-5.0.3.ebuild 
b/dev-python/diskcache/diskcache-5.0.3.ebuild
new file mode 100644
index 000..c57b662ad91
--- /dev/null
+++ b/dev-python/diskcache/diskcache-5.0.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
+   https://github.com/grantjenks/python-diskcache/;
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="
+   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+S=${WORKDIR}/python-diskcache-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   test? (
+   >=dev-python/django-2.2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove dep on pytest-xdist
+   sed -i -e '/-n auto/d' tox.ini || die
+
+   distutils-r1_src_prepare
+}



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

2020-08-29 Thread Sam James
commit: d8bcd3d4c235ad95f004c0331ffafccb54475b5e
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 05:15:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 05:15:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bcd3d4

dev-python/diskcache: Keyword 5.0.2 arm, #739220

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

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

diff --git a/dev-python/diskcache/diskcache-5.0.2.ebuild 
b/dev-python/diskcache/diskcache-5.0.2.ebuild
index c07ed748a13..c57b662ad91 100644
--- a/dev-python/diskcache/diskcache-5.0.2.ebuild
+++ b/dev-python/diskcache/diskcache-5.0.2.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2020-08-27 Thread Michał Górny
commit: 11f5e847c841ea5d02fa1db1daca199b86a841db
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 27 05:59:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 27 07:00:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f5e847

dev-python/diskcache: Bump to 5.0.2

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

 dev-python/diskcache/Manifest   |  1 +
 dev-python/diskcache/diskcache-5.0.2.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index 5a1674b8306..47f16ab4b2c 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1,2 +1,3 @@
 DIST diskcache-4.1.0.gh.tar.gz 658268 BLAKE2B 
7712892a15e0f7b34b05c48071b4ed22f94ff4c8b6e66dff5591296d7186c686958ef3ec19994b6965319ba3e601850a1782f7ac8ed09090afda4b75ae16a12b
 SHA512 
3871e56fa9a50942e29e200df74d7f4312d21a0f51d6be2041ce71efd3c1d0c204cc1df5ac1f92825314c742bb48bf8b0a3929cee225055903953e095701c8e3
 DIST diskcache-5.0.1.gh.tar.gz 656475 BLAKE2B 
1926dd40564130a24f211a1962c9a9e4ecc640ecd55d2bae5057ead787df0cc64634be8a798202702a7810612bece0d45202bb12d495da1863c8b10e645cb7fa
 SHA512 
9e06427e8ff158fa186ed161b7e90980f1a1d866164d6018a522f80a323be981f99e4297b0d90106dfb08b5d2d0babcb5a2dafebcc194e2c282c30bcf3e0f1a1
+DIST diskcache-5.0.2.gh.tar.gz 656471 BLAKE2B 
d4aa7859bbefdd5aedf8bfd81ee9763890371a7667216a0d4a1728d5eacb643749adfb9f7324745f67c145ed6d61f50c449d1cc20ac9b77386aacad639fe1856
 SHA512 
79fc94be90517a55cd94f67b5c33279925beaf6cc38027c26603b67527b49976c3aaa80368db2671cce7deb4e933aacb8f89ed85dafe3cdc2f99862b2b49471c

diff --git a/dev-python/diskcache/diskcache-5.0.2.ebuild 
b/dev-python/diskcache/diskcache-5.0.2.ebuild
new file mode 100644
index 000..c07ed748a13
--- /dev/null
+++ b/dev-python/diskcache/diskcache-5.0.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
+   https://github.com/grantjenks/python-diskcache/;
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="
+   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+S=${WORKDIR}/python-diskcache-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   test? (
+   >=dev-python/django-2.2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove dep on pytest-xdist
+   sed -i -e '/-n auto/d' tox.ini || die
+
+   distutils-r1_src_prepare
+}



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

2020-08-24 Thread Michał Górny
commit: d622d6b77e40bbec9ef8f403a741b84e18665213
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 24 06:20:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 24 06:25:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d622d6b7

dev-python/diskcache: Bump to 5.0.1

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

 dev-python/diskcache/Manifest   |  1 +
 dev-python/diskcache/diskcache-5.0.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index 539197ee365..5a1674b8306 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1 +1,2 @@
 DIST diskcache-4.1.0.gh.tar.gz 658268 BLAKE2B 
7712892a15e0f7b34b05c48071b4ed22f94ff4c8b6e66dff5591296d7186c686958ef3ec19994b6965319ba3e601850a1782f7ac8ed09090afda4b75ae16a12b
 SHA512 
3871e56fa9a50942e29e200df74d7f4312d21a0f51d6be2041ce71efd3c1d0c204cc1df5ac1f92825314c742bb48bf8b0a3929cee225055903953e095701c8e3
+DIST diskcache-5.0.1.gh.tar.gz 656475 BLAKE2B 
1926dd40564130a24f211a1962c9a9e4ecc640ecd55d2bae5057ead787df0cc64634be8a798202702a7810612bece0d45202bb12d495da1863c8b10e645cb7fa
 SHA512 
9e06427e8ff158fa186ed161b7e90980f1a1d866164d6018a522f80a323be981f99e4297b0d90106dfb08b5d2d0babcb5a2dafebcc194e2c282c30bcf3e0f1a1

diff --git a/dev-python/diskcache/diskcache-5.0.1.ebuild 
b/dev-python/diskcache/diskcache-5.0.1.ebuild
new file mode 100644
index 000..c07ed748a13
--- /dev/null
+++ b/dev-python/diskcache/diskcache-5.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
+   https://github.com/grantjenks/python-diskcache/;
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="
+   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+S=${WORKDIR}/python-diskcache-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   test? (
+   >=dev-python/django-2.2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove dep on pytest-xdist
+   sed -i -e '/-n auto/d' tox.ini || die
+
+   distutils-r1_src_prepare
+}



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

2020-07-22 Thread Steve Arnold
commit: 4c1fd0122c117cae0b7adf1e1580b45cb39017b6
Author: Stephen Arnold  gentoo  org>
AuthorDate: Wed Jul 22 21:43:21 2020 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Wed Jul 22 21:43:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1fd012

dev-python/diskcache: keyword for arm/arm64

* extensively tested on arm and arm64 (mainly deque/cache)
* nothin new from repoman for either arm or arm64

Package-Manager: Portage-2.3.67, Repoman-2.3.17
Signed-off-by: Steve Arnold  gentoo.org>

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

diff --git a/dev-python/diskcache/diskcache-4.1.0.ebuild 
b/dev-python/diskcache/diskcache-4.1.0.ebuild
index 36f1dadb121..9f91b9ac968 100644
--- a/dev-python/diskcache/diskcache-4.1.0.ebuild
+++ b/dev-python/diskcache/diskcache-4.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2020-05-04 Thread Michał Górny
commit: 9dcf766131a0759437f8d511626674f411ed6dbb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 10:46:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 10:48:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dcf7661

dev-python/diskcache: Remove old

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

 dev-python/diskcache/Manifest   |  1 -
 dev-python/diskcache/diskcache-3.1.0.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index a6fee4ee673..539197ee365 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1,2 +1 @@
-DIST diskcache-3.1.0.tar.gz 489821 BLAKE2B 
56b54662f31172f4f746ce885d57a3e9f34af9d7318300fe6906aee1b3373919f6ee33922ab30b7979cc6e271f2f780894438b4114483a7c76f198fb7b2213c1
 SHA512 
30ea3e6c1ed6430c1a7e3bf022bd9233e89a2486308d1f48f6e2f0b50ccc1ee50dade7c55d98a5611ef384bd193cd28f7e65f5737bae00845b17c159177dd345
 DIST diskcache-4.1.0.gh.tar.gz 658268 BLAKE2B 
7712892a15e0f7b34b05c48071b4ed22f94ff4c8b6e66dff5591296d7186c686958ef3ec19994b6965319ba3e601850a1782f7ac8ed09090afda4b75ae16a12b
 SHA512 
3871e56fa9a50942e29e200df74d7f4312d21a0f51d6be2041ce71efd3c1d0c204cc1df5ac1f92825314c742bb48bf8b0a3929cee225055903953e095701c8e3

diff --git a/dev-python/diskcache/diskcache-3.1.0.ebuild 
b/dev-python/diskcache/diskcache-3.1.0.ebuild
deleted file mode 100644
index 9e00a673ba0..000
--- a/dev-python/diskcache/diskcache-3.1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-HOMEPAGE="http://www.grantjenks.com/docs/diskcache/;
-DESCRIPTION="Disk and file backed cache"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/django[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
-   if use doc; then
-   emake -C docs html
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   nosetests -v || die "failed with ${PYTHON}"
-}



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

2020-04-21 Thread Michał Górny
commit: c67df0e39a9dc978f1cf039f46c27157364bf929
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 21 08:03:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 21 08:08:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67df0e3

dev-python/diskcache: Bump to 4.1.0, py3.{7,8}

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

 dev-python/diskcache/Manifest   |  1 +
 dev-python/diskcache/diskcache-4.1.0.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index 5cf476e6d6b..a6fee4ee673 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1 +1,2 @@
 DIST diskcache-3.1.0.tar.gz 489821 BLAKE2B 
56b54662f31172f4f746ce885d57a3e9f34af9d7318300fe6906aee1b3373919f6ee33922ab30b7979cc6e271f2f780894438b4114483a7c76f198fb7b2213c1
 SHA512 
30ea3e6c1ed6430c1a7e3bf022bd9233e89a2486308d1f48f6e2f0b50ccc1ee50dade7c55d98a5611ef384bd193cd28f7e65f5737bae00845b17c159177dd345
+DIST diskcache-4.1.0.gh.tar.gz 658268 BLAKE2B 
7712892a15e0f7b34b05c48071b4ed22f94ff4c8b6e66dff5591296d7186c686958ef3ec19994b6965319ba3e601850a1782f7ac8ed09090afda4b75ae16a12b
 SHA512 
3871e56fa9a50942e29e200df74d7f4312d21a0f51d6be2041ce71efd3c1d0c204cc1df5ac1f92825314c742bb48bf8b0a3929cee225055903953e095701c8e3

diff --git a/dev-python/diskcache/diskcache-4.1.0.ebuild 
b/dev-python/diskcache/diskcache-4.1.0.ebuild
new file mode 100644
index 000..36f1dadb121
--- /dev/null
+++ b/dev-python/diskcache/diskcache-4.1.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="http://www.grantjenks.com/docs/diskcache/
+   https://github.com/grantjenks/python-diskcache/;
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="
+   https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+S=${WORKDIR}/python-diskcache-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove dep on pytest-xdist
+   sed -i -e '/-n auto/d' tox.ini || die
+   # requires django-1.1*
+   rm diskcache/djangocache.py || die
+   sed -e '/diskcache\.djangocache/d' \
+   -e 's:test_djangocache:_&:' \
+   -i tests/test_doctest.py || die
+   rm tests/test_djangocache.py || die
+
+   distutils-r1_src_prepare
+}
+
+pkg_postinst() {
+   elog "Please note that the Gentoo package does not install the 
djangocache"
+   elog "submodule as it requires old version of dev-python/django."
+}



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

2020-01-25 Thread Michał Górny
commit: 3af63a0fe4db31e05315de76dd7240f23cdbbaa8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 25 20:31:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 25 20:53:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af63a0f

dev-python/diskcache: Remove Python 2

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

 dev-python/diskcache/diskcache-2.8.3.ebuild | 2 +-
 dev-python/diskcache/diskcache-3.1.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/diskcache/diskcache-2.8.3.ebuild 
b/dev-python/diskcache/diskcache-2.8.3.ebuild
index cec791888f3..328f08ab6a9 100644
--- a/dev-python/diskcache/diskcache-2.8.3.ebuild
+++ b/dev-python/diskcache/diskcache-2.8.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/diskcache/diskcache-3.1.0.ebuild 
b/dev-python/diskcache/diskcache-3.1.0.ebuild
index 75f0ba257bf..9e00a673ba0 100644
--- a/dev-python/diskcache/diskcache-3.1.0.ebuild
+++ b/dev-python/diskcache/diskcache-3.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1



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

2020-01-25 Thread Michał Górny
commit: 40ca517025d99522b8a73d252a4a698759a77598
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 25 20:31:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 25 20:53:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ca5170

dev-python/diskcache: Remove old

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

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

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index e16bb839277..5cf476e6d6b 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1,2 +1 @@
-DIST diskcache-2.8.3.tar.gz 438587 BLAKE2B 
3b7b50fe6cabe8a4eb92b3dd72a2b99d6cedc8b7d055fcdf7b445f016957e6c7692571e9f83aafe36141b69a0e93f638b9e3e2f210bb56e6358260a5ff4130d3
 SHA512 
d96ac76dfb68cb817febd3f4ed8927a8409c02b13b4112a739528cade40f9a588c732dfc3148392dd12676380c3a2b006ee63b86f30ad70f5d205273003bf23d
 DIST diskcache-3.1.0.tar.gz 489821 BLAKE2B 
56b54662f31172f4f746ce885d57a3e9f34af9d7318300fe6906aee1b3373919f6ee33922ab30b7979cc6e271f2f780894438b4114483a7c76f198fb7b2213c1
 SHA512 
30ea3e6c1ed6430c1a7e3bf022bd9233e89a2486308d1f48f6e2f0b50ccc1ee50dade7c55d98a5611ef384bd193cd28f7e65f5737bae00845b17c159177dd345

diff --git a/dev-python/diskcache/diskcache-2.8.3.ebuild 
b/dev-python/diskcache/diskcache-2.8.3.ebuild
deleted file mode 100644
index 328f08ab6a9..000
--- a/dev-python/diskcache/diskcache-2.8.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-HOMEPAGE="http://www.grantjenks.com/docs/diskcache/;
-DESCRIPTION="Disk and file backed cache"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/django[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
-   if use doc; then
-   emake -C docs html
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   nosetests -v || die "failed with ${PYTHON}"
-}



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

2018-11-18 Thread Virgil Dupras
commit: 2b16f5fcbdfab1bb434b1d6cb0be04bfd9ae2905
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Nov 18 21:59:53 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Nov 18 21:59:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b16f5fc

dev-python/diskcache: bump to 3.1.0

Previous version didn't support newer django. Also, add missing "sqlite"
in PYTHON_REQ_USE.

Closes: https://bugs.gentoo.org/636554
Closes: https://bugs.gentoo.org/636406
Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
index d298e00b93a..e16bb839277 100644
--- a/dev-python/diskcache/Manifest
+++ b/dev-python/diskcache/Manifest
@@ -1 +1,2 @@
 DIST diskcache-2.8.3.tar.gz 438587 BLAKE2B 
3b7b50fe6cabe8a4eb92b3dd72a2b99d6cedc8b7d055fcdf7b445f016957e6c7692571e9f83aafe36141b69a0e93f638b9e3e2f210bb56e6358260a5ff4130d3
 SHA512 
d96ac76dfb68cb817febd3f4ed8927a8409c02b13b4112a739528cade40f9a588c732dfc3148392dd12676380c3a2b006ee63b86f30ad70f5d205273003bf23d
+DIST diskcache-3.1.0.tar.gz 489821 BLAKE2B 
56b54662f31172f4f746ce885d57a3e9f34af9d7318300fe6906aee1b3373919f6ee33922ab30b7979cc6e271f2f780894438b4114483a7c76f198fb7b2213c1
 SHA512 
30ea3e6c1ed6430c1a7e3bf022bd9233e89a2486308d1f48f6e2f0b50ccc1ee50dade7c55d98a5611ef384bd193cd28f7e65f5737bae00845b17c159177dd345

diff --git a/dev-python/diskcache/diskcache-3.1.0.ebuild 
b/dev-python/diskcache/diskcache-3.1.0.ebuild
new file mode 100644
index 000..e0c59c1bf64
--- /dev/null
+++ b/dev-python/diskcache/diskcache-3.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+HOMEPAGE="http://www.grantjenks.com/docs/diskcache/;
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/django[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+   if use doc; then
+   emake -C docs html
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   nosetests -v || die "failed with ${PYTHON}"
+}



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

2017-08-14 Thread Sebastien Fabbro
commit: 589f90b27ca352eb565e74513068d9f243e6a384
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Aug 14 21:55:41 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Mon Aug 14 22:32:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589f90b2

dev-python/diskcache: initial import

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/diskcache/Manifest   |  1 +
 dev-python/diskcache/diskcache-2.8.3.ebuild | 41 +
 dev-python/diskcache/metadata.xml   | 12 +
 3 files changed, 54 insertions(+)

diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest
new file mode 100644
index 000..fe362d8d1e4
--- /dev/null
+++ b/dev-python/diskcache/Manifest
@@ -0,0 +1 @@
+DIST diskcache-2.8.3.tar.gz 438587 SHA256 
61ccc77a51a3e3b31abfb80de7163ba51ce09b1612e0d026f1c0457575c23002 SHA512 
d96ac76dfb68cb817febd3f4ed8927a8409c02b13b4112a739528cade40f9a588c732dfc3148392dd12676380c3a2b006ee63b86f30ad70f5d205273003bf23d
 WHIRLPOOL 
0ad78c98a64ae59661eb08c842cb363b42f076e856c1eca8c516bb6b14856c6391afc8a2d5e01bfe0e20fe88e20b8967dbd7cda51785e13e7c6b1dd9947930fd

diff --git a/dev-python/diskcache/diskcache-2.8.3.ebuild 
b/dev-python/diskcache/diskcache-2.8.3.ebuild
new file mode 100644
index 000..8dba94ae6c0
--- /dev/null
+++ b/dev-python/diskcache/diskcache-2.8.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+HOMEPAGE="http://www.grantjenks.com/docs/diskcache/;
+DESCRIPTION="Disk and file backed cache"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/django[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+   if use doc; then
+   emake -C docs html
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   nosetests -v || die "failed with ${PYTHON}"
+}

diff --git a/dev-python/diskcache/metadata.xml 
b/dev-python/diskcache/metadata.xml
new file mode 100644
index 000..bda6b340bb5
--- /dev/null
+++ b/dev-python/diskcache/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+diskcache
+grantjenks/python-diskcache
+  
+