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

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

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  2 --
 .../dogpile-cache/dogpile-cache-1.3.0.ebuild   | 36 --
 .../dogpile-cache/dogpile-cache-1.3.1.ebuild   | 36 --
 3 files changed, 74 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 5cef4a743e20..a7069916476f 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,3 +1 @@
-DIST dogpile.cache-1.3.0.tar.gz 265984 BLAKE2B 
80aba607dad31b1ddb4e8b706f40c2ed47c7c2a4f074b7d115737ed934ed2b97c900e8ff5f01fa52c3177ebd364d4bac585cca4dd1d6aa5830cf42cdade52070
 SHA512 
fb00e114b2107d4ee27d699c62581554758f9ff2121ccade8f5c5aee5240adc0c6a1ae734f5d64b06f25493bfe19c40cffe1393d361be484433baaec74791b5a
-DIST dogpile.cache-1.3.1.tar.gz 266542 BLAKE2B 
ba639266dceed9fa55fa2e0045c8a73181da7620a4f06a032d41409933d7ed68c8b88a55bbf2711722507eb19a894cb6147bdc98ab714c0fb7b00e6d6ad6f149
 SHA512 
de7ab320e0173c302befd13751d89d1f1bcc024c210b3167b79b232306a835f2a51b6f09c449a7a401f4aa2b5e95d26039afbb57bbd17f0f0c4b962f8109d499
 DIST dogpile.cache-1.3.2.tar.gz 269742 BLAKE2B 
9656ec20ce03c101fe23fd2fa9879bf34cbf52f5232677c357690e55185b6fdeeefc8f820e48a1e39f4d3f2ab106705c717edc3fb0245b8d66f2845bc0cb
 SHA512 
4cdc77f5c58ac26dbedd32580ac03a3b1c9ebc7e0526dbc980307704b2a41be604682a24084149e0d09caf535eed3a555a97e47142676b42fdb68276aa04d1a3

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.3.0.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.3.0.ebuild
deleted file mode 100644
index d4868dc80a4e..
--- a/dev-python/dogpile-cache/dogpile-cache-1.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
-HOMEPAGE="
-   https://github.com/sqlalchemy/dogpile.cache/
-   https://pypi.org/project/dogpile.cache/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0.1[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-BDEPEND="
-   test? (
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.3.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.3.1.ebuild
deleted file mode 100644
index dcdf789c5f6f..
--- a/dev-python/dogpile-cache/dogpile-cache-1.3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
-HOMEPAGE="
-   https://github.com/sqlalchemy/dogpile.cache/
-   https://pypi.org/project/dogpile.cache/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0.1[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-BDEPEND="
-   test? (
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

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

dev-python/dogpile-cache: Stabilize 1.3.2 ALLARCHES, #926390

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.3.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.3.2.ebuild
index dcdf789c5f6f..d4868dc80a4e 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.3.2.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.3.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



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

2024-02-21 Thread Michał Górny
commit: ab2d7e261097cf9a93406a846628ee6668b5d918
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 22 05:08:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 22 05:38:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2d7e26

dev-python/dogpile-cache: Bump to 1.3.2

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.3.2.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 5b3ab27eb718..5cef4a743e20 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1,3 @@
 DIST dogpile.cache-1.3.0.tar.gz 265984 BLAKE2B 
80aba607dad31b1ddb4e8b706f40c2ed47c7c2a4f074b7d115737ed934ed2b97c900e8ff5f01fa52c3177ebd364d4bac585cca4dd1d6aa5830cf42cdade52070
 SHA512 
fb00e114b2107d4ee27d699c62581554758f9ff2121ccade8f5c5aee5240adc0c6a1ae734f5d64b06f25493bfe19c40cffe1393d361be484433baaec74791b5a
 DIST dogpile.cache-1.3.1.tar.gz 266542 BLAKE2B 
ba639266dceed9fa55fa2e0045c8a73181da7620a4f06a032d41409933d7ed68c8b88a55bbf2711722507eb19a894cb6147bdc98ab714c0fb7b00e6d6ad6f149
 SHA512 
de7ab320e0173c302befd13751d89d1f1bcc024c210b3167b79b232306a835f2a51b6f09c449a7a401f4aa2b5e95d26039afbb57bbd17f0f0c4b962f8109d499
+DIST dogpile.cache-1.3.2.tar.gz 269742 BLAKE2B 
9656ec20ce03c101fe23fd2fa9879bf34cbf52f5232677c357690e55185b6fdeeefc8f820e48a1e39f4d3f2ab106705c717edc3fb0245b8d66f2845bc0cb
 SHA512 
4cdc77f5c58ac26dbedd32580ac03a3b1c9ebc7e0526dbc980307704b2a41be604682a24084149e0d09caf535eed3a555a97e47142676b42fdb68276aa04d1a3

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.3.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.3.2.ebuild
new file mode 100644
index ..dcdf789c5f6f
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.3.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
+HOMEPAGE="
+   https://github.com/sqlalchemy/dogpile.cache/
+   https://pypi.org/project/dogpile.cache/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0.1[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+BDEPEND="
+   test? (
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-02-07 Thread Michał Górny
commit: ad5201dbe63229e6e6349476e980df47956f2ac2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  8 04:10:43 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  8 04:22:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5201db

dev-python/dogpile-cache: Bump to 1.3.1

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.3.1.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index ee200869dab1..5b3ab27eb718 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1 +1,2 @@
 DIST dogpile.cache-1.3.0.tar.gz 265984 BLAKE2B 
80aba607dad31b1ddb4e8b706f40c2ed47c7c2a4f074b7d115737ed934ed2b97c900e8ff5f01fa52c3177ebd364d4bac585cca4dd1d6aa5830cf42cdade52070
 SHA512 
fb00e114b2107d4ee27d699c62581554758f9ff2121ccade8f5c5aee5240adc0c6a1ae734f5d64b06f25493bfe19c40cffe1393d361be484433baaec74791b5a
+DIST dogpile.cache-1.3.1.tar.gz 266542 BLAKE2B 
ba639266dceed9fa55fa2e0045c8a73181da7620a4f06a032d41409933d7ed68c8b88a55bbf2711722507eb19a894cb6147bdc98ab714c0fb7b00e6d6ad6f149
 SHA512 
de7ab320e0173c302befd13751d89d1f1bcc024c210b3167b79b232306a835f2a51b6f09c449a7a401f4aa2b5e95d26039afbb57bbd17f0f0c4b962f8109d499

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.3.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.3.1.ebuild
new file mode 100644
index ..dcdf789c5f6f
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.3.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
+HOMEPAGE="
+   https://github.com/sqlalchemy/dogpile.cache/
+   https://pypi.org/project/dogpile.cache/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0.1[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+BDEPEND="
+   test? (
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-01-06 Thread Michał Górny
commit: 94ba6a78fb0d64903127039a5567c2890f5cdee2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 09:52:26 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 09:52:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ba6a78

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  1 -
 .../dogpile-cache/dogpile-cache-1.2.2.ebuild   | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 0c3fd2fe84f0..ee200869dab1 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1 @@
-DIST dogpile.cache-1.2.2.tar.gz 263102 BLAKE2B 
ccd64492e154f30b27a9b031086acd89002c9cae402105720022370688c6343c6c7a023fc643390764a40dfa9dde083e5adaf644aa79939c0bf6573c4c518366
 SHA512 
23b078b79e4b1f87c8d397d35b772f0b5fee66a0e452de06e7644ecb1ef577ae1629307a0e32fa62f49d536f95fb62fe70ededeb43647fa0c2e0baf896261931
 DIST dogpile.cache-1.3.0.tar.gz 265984 BLAKE2B 
80aba607dad31b1ddb4e8b706f40c2ed47c7c2a4f074b7d115737ed934ed2b97c900e8ff5f01fa52c3177ebd364d4bac585cca4dd1d6aa5830cf42cdade52070
 SHA512 
fb00e114b2107d4ee27d699c62581554758f9ff2121ccade8f5c5aee5240adc0c6a1ae734f5d64b06f25493bfe19c40cffe1393d361be484433baaec74791b5a

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild
deleted file mode 100644
index ac6d861d896a..
--- a/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
-HOMEPAGE="
-   https://github.com/sqlalchemy/dogpile.cache/
-   https://pypi.org/project/dogpile.cache/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0.1[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-BDEPEND="
-   test? (
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2024-01-06 Thread Michał Górny
commit: b6652cbb8623def6adbf6a5439528e6bf3b1cc86
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 09:49:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 09:49:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6652cbb

dev-python/dogpile-cache: Stabilize 1.3.0 ALLARCHES, #921465

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.3.0.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.3.0.ebuild
index 24f2c8fe8b23..d4868dc80a4e 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.3.0.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



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

2023-12-20 Thread Michał Górny
commit: 8427df199105f9df20317d9b0809d5ffdb7c38b4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 20 15:21:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 20 15:29:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8427df19

dev-python/dogpile-cache: Bump to 1.3.0

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.3.0.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 8581689ab24a..0c3fd2fe84f0 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1 +1,2 @@
 DIST dogpile.cache-1.2.2.tar.gz 263102 BLAKE2B 
ccd64492e154f30b27a9b031086acd89002c9cae402105720022370688c6343c6c7a023fc643390764a40dfa9dde083e5adaf644aa79939c0bf6573c4c518366
 SHA512 
23b078b79e4b1f87c8d397d35b772f0b5fee66a0e452de06e7644ecb1ef577ae1629307a0e32fa62f49d536f95fb62fe70ededeb43647fa0c2e0baf896261931
+DIST dogpile.cache-1.3.0.tar.gz 265984 BLAKE2B 
80aba607dad31b1ddb4e8b706f40c2ed47c7c2a4f074b7d115737ed934ed2b97c900e8ff5f01fa52c3177ebd364d4bac585cca4dd1d6aa5830cf42cdade52070
 SHA512 
fb00e114b2107d4ee27d699c62581554758f9ff2121ccade8f5c5aee5240adc0c6a1ae734f5d64b06f25493bfe19c40cffe1393d361be484433baaec74791b5a

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.3.0.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.3.0.ebuild
new file mode 100644
index ..24f2c8fe8b23
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.3.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
+HOMEPAGE="
+   https://github.com/sqlalchemy/dogpile.cache/
+   https://pypi.org/project/dogpile.cache/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0.1[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+BDEPEND="
+   test? (
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-08-11 Thread Michał Górny
commit: abc5856c7cf1a3fe4897a0aa60308d7faa43b6a0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:18:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:18:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc5856c

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  1 -
 .../dogpile-cache/dogpile-cache-1.2.1.ebuild   | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index d2bf200b795b..8581689ab24a 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1 @@
-DIST dogpile.cache-1.2.1.tar.gz 258589 BLAKE2B 
c271f823f1a57f26c07078edd9af5a899aa6c3793d979f3eb86cbad7814360d51dc26cdfe06f92f6bbc9a14620362332c22379a6024c9adab18f46c1ad3583fe
 SHA512 
407a0b5842b9ae4a8a82da933b4c7a4fec4391b877dcddb4f454c7fdf78ed0d2f6db16650c89c8047e1ec2eb6348c23bdcae99a0998aa2de58cfc00d92e2fa5a
 DIST dogpile.cache-1.2.2.tar.gz 263102 BLAKE2B 
ccd64492e154f30b27a9b031086acd89002c9cae402105720022370688c6343c6c7a023fc643390764a40dfa9dde083e5adaf644aa79939c0bf6573c4c518366
 SHA512 
23b078b79e4b1f87c8d397d35b772f0b5fee66a0e452de06e7644ecb1ef577ae1629307a0e32fa62f49d536f95fb62fe70ededeb43647fa0c2e0baf896261931

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild
deleted file mode 100644
index 9f91288793c5..
--- a/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
-HOMEPAGE="
-   https://github.com/sqlalchemy/dogpile.cache/
-   https://pypi.org/project/dogpile.cache/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-08-11 Thread Arthur Zamarin
commit: 89086a18178b561f0534317b460ada734e8feb6c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:22:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:22:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89086a18

dev-python/dogpile-cache: Stabilize 1.2.2 ALLARCHES, #912095

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild
index 24f2c8fe8b23..ac6d861d896a 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



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

2023-07-08 Thread Michał Górny
commit: 9d625c9da06230580048940fb86ad63cbcda8565
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  9 02:20:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  9 03:26:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d625c9d

dev-python/dogpile-cache: Bump to 1.2.2

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.2.2.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 6c0f78bed4d4..d2bf200b795b 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1 +1,2 @@
 DIST dogpile.cache-1.2.1.tar.gz 258589 BLAKE2B 
c271f823f1a57f26c07078edd9af5a899aa6c3793d979f3eb86cbad7814360d51dc26cdfe06f92f6bbc9a14620362332c22379a6024c9adab18f46c1ad3583fe
 SHA512 
407a0b5842b9ae4a8a82da933b4c7a4fec4391b877dcddb4f454c7fdf78ed0d2f6db16650c89c8047e1ec2eb6348c23bdcae99a0998aa2de58cfc00d92e2fa5a
+DIST dogpile.cache-1.2.2.tar.gz 263102 BLAKE2B 
ccd64492e154f30b27a9b031086acd89002c9cae402105720022370688c6343c6c7a023fc643390764a40dfa9dde083e5adaf644aa79939c0bf6573c4c518366
 SHA512 
23b078b79e4b1f87c8d397d35b772f0b5fee66a0e452de06e7644ecb1ef577ae1629307a0e32fa62f49d536f95fb62fe70ededeb43647fa0c2e0baf896261931

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild
new file mode 100644
index ..24f2c8fe8b23
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
+HOMEPAGE="
+   https://github.com/sqlalchemy/dogpile.cache/
+   https://pypi.org/project/dogpile.cache/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0.1[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+BDEPEND="
+   test? (
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-05-31 Thread Arthur Zamarin
commit: 7c7df506ab573b362ccd3513040143e067b46616
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed May 31 17:01:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed May 31 19:22:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7df506

dev-python/dogpile-cache: enable py3.12

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild
index de2b5a35926d..9f91288793c5 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-28 Thread Michał Górny
commit: b7553dd29c514dae58cceeae862bcd3b06d3c2bf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 29 04:32:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 29 04:32:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7553dd2

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  2 --
 .../dogpile-cache/dogpile-cache-1.1.8.ebuild   | 33 --
 .../dogpile-cache/dogpile-cache-1.2.0.ebuild   | 33 --
 3 files changed, 68 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index f6de871126d2..6c0f78bed4d4 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,3 +1 @@
-DIST dogpile.cache-1.1.8.tar.gz 394499 BLAKE2B 
3371e6ffceb6629200a18095a20a313952b8a246d2ec7580e6409bde0f16851f8332922647b92383b47276933cfeb818dde6df48efd2534df0f94cbbc511e01c
 SHA512 
2bacc111e17ecc706b3389f5c40ded888cc893f6d01c34a4e1e0d8d94c4592369b0c283aa80eb6ebec90dde7a89fd3b7fb9bbcbdd8010f90ad7de4501db13ace
-DIST dogpile.cache-1.2.0.tar.gz 258021 BLAKE2B 
1173023866891a003314df7999ebe2d5a81836bdef0d495c0f6a635ba76678805866c4acdbc42ffaf18a548a298ea41cfbd649c2638e1ce5c4d8d1014d609730
 SHA512 
a97b851bd9c541004d701e4564cc641e479d40ab60aa08a48c4617f42ee444cf19e4d7551b76ecbfc16ceef1097d3334d15bd1d0a9b3b6ad15ed4e17149e0864
 DIST dogpile.cache-1.2.1.tar.gz 258589 BLAKE2B 
c271f823f1a57f26c07078edd9af5a899aa6c3793d979f3eb86cbad7814360d51dc26cdfe06f92f6bbc9a14620362332c22379a6024c9adab18f46c1ad3583fe
 SHA512 
407a0b5842b9ae4a8a82da933b4c7a4fec4391b877dcddb4f454c7fdf78ed0d2f6db16650c89c8047e1ec2eb6348c23bdcae99a0998aa2de58cfc00d92e2fa5a

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.8.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.8.ebuild
deleted file mode 100644
index 68d3ce70c318..
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.8.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
-HOMEPAGE="
-   https://github.com/sqlalchemy/dogpile.cache/
-   https://pypi.org/project/dogpile.cache/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.2.0.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.2.0.ebuild
deleted file mode 100644
index 820a9a008cd3..
--- a/dev-python/dogpile-cache/dogpile-cache-1.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
-HOMEPAGE="
-   https://github.com/sqlalchemy/dogpile.cache/
-   https://pypi.org/project/dogpile.cache/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-05-28 Thread Arthur Zamarin
commit: c0305d17b0b9ac81f0062e66f9268792236f4bd7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun May 28 19:16:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun May 28 19:16:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0305d17

dev-python/dogpile-cache: Stabilize 1.2.1 ALLARCHES, #907313

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild
index 085c4b3a5d14..de2b5a35926d 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



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

2023-05-20 Thread Michał Górny
commit: 4bb4bc33707574c7b3b3e93311e05bd643dd2098
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 21 04:06:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 21 04:55:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb4bc33

dev-python/dogpile-cache: Bump to 1.2.1

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.2.1.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 6a46a138d8c2..f6de871126d2 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1,3 @@
 DIST dogpile.cache-1.1.8.tar.gz 394499 BLAKE2B 
3371e6ffceb6629200a18095a20a313952b8a246d2ec7580e6409bde0f16851f8332922647b92383b47276933cfeb818dde6df48efd2534df0f94cbbc511e01c
 SHA512 
2bacc111e17ecc706b3389f5c40ded888cc893f6d01c34a4e1e0d8d94c4592369b0c283aa80eb6ebec90dde7a89fd3b7fb9bbcbdd8010f90ad7de4501db13ace
 DIST dogpile.cache-1.2.0.tar.gz 258021 BLAKE2B 
1173023866891a003314df7999ebe2d5a81836bdef0d495c0f6a635ba76678805866c4acdbc42ffaf18a548a298ea41cfbd649c2638e1ce5c4d8d1014d609730
 SHA512 
a97b851bd9c541004d701e4564cc641e479d40ab60aa08a48c4617f42ee444cf19e4d7551b76ecbfc16ceef1097d3334d15bd1d0a9b3b6ad15ed4e17149e0864
+DIST dogpile.cache-1.2.1.tar.gz 258589 BLAKE2B 
c271f823f1a57f26c07078edd9af5a899aa6c3793d979f3eb86cbad7814360d51dc26cdfe06f92f6bbc9a14620362332c22379a6024c9adab18f46c1ad3583fe
 SHA512 
407a0b5842b9ae4a8a82da933b4c7a4fec4391b877dcddb4f454c7fdf78ed0d2f6db16650c89c8047e1ec2eb6348c23bdcae99a0998aa2de58cfc00d92e2fa5a

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild
new file mode 100644
index ..085c4b3a5d14
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
+HOMEPAGE="
+   https://github.com/sqlalchemy/dogpile.cache/
+   https://pypi.org/project/dogpile.cache/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-04-26 Thread Michał Górny
commit: db82bbf7dc92421d600a2748f79963d426da56b1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 27 02:45:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 27 03:10:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db82bbf7

dev-python/dogpile-cache: Bump to 1.2.0

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.2.0.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index e3817311cf28..6a46a138d8c2 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1 +1,2 @@
 DIST dogpile.cache-1.1.8.tar.gz 394499 BLAKE2B 
3371e6ffceb6629200a18095a20a313952b8a246d2ec7580e6409bde0f16851f8332922647b92383b47276933cfeb818dde6df48efd2534df0f94cbbc511e01c
 SHA512 
2bacc111e17ecc706b3389f5c40ded888cc893f6d01c34a4e1e0d8d94c4592369b0c283aa80eb6ebec90dde7a89fd3b7fb9bbcbdd8010f90ad7de4501db13ace
+DIST dogpile.cache-1.2.0.tar.gz 258021 BLAKE2B 
1173023866891a003314df7999ebe2d5a81836bdef0d495c0f6a635ba76678805866c4acdbc42ffaf18a548a298ea41cfbd649c2638e1ce5c4d8d1014d609730
 SHA512 
a97b851bd9c541004d701e4564cc641e479d40ab60aa08a48c4617f42ee444cf19e4d7551b76ecbfc16ceef1097d3334d15bd1d0a9b3b6ad15ed4e17149e0864

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.2.0.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.2.0.ebuild
new file mode 100644
index ..820a9a008cd3
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
+HOMEPAGE="
+   https://github.com/sqlalchemy/dogpile.cache/
+   https://pypi.org/project/dogpile.cache/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-08-08 Thread Michał Górny
commit: dfe1d538ec7e6ff95f0a3ecaf96dfd6fdb735469
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  9 05:44:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  9 05:51:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe1d538

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  1 -
 .../dogpile-cache/dogpile-cache-1.1.6.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 9f11695e5ffc..e3817311cf28 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1 @@
-DIST dogpile.cache-1.1.6.tar.gz 393076 BLAKE2B 
62c16ee7cc00608432d45fa7cb068300a4417a494e4580a2af5c3f7c5a0bf40a54e1b6f4924bbd7b40a0efc1cb9afb42f361811c257fa77eabcd64cc35fbcf51
 SHA512 
179246abf598675cdef988b463df4997c7eed8e7a110c22704052f905b65ad537b22ba28d7c96a28b2aa85b3e83ac42beb36843dc78ad503d41225ea1f9e7e77
 DIST dogpile.cache-1.1.8.tar.gz 394499 BLAKE2B 
3371e6ffceb6629200a18095a20a313952b8a246d2ec7580e6409bde0f16851f8332922647b92383b47276933cfeb818dde6df48efd2534df0f94cbbc511e01c
 SHA512 
2bacc111e17ecc706b3389f5c40ded888cc893f6d01c34a4e1e0d8d94c4592369b0c283aa80eb6ebec90dde7a89fd3b7fb9bbcbdd8010f90ad7de4501db13ace

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.6.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.6.ebuild
deleted file mode 100644
index 945f0f2ad5a4..
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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..11} )
-inherit distutils-r1
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
-HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-08-08 Thread Arthur Zamarin
commit: 6183ce2d0ec1c0a036c55e567294416fb269072f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Aug  8 19:47:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Aug  8 19:47:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6183ce2d

dev-python/dogpile-cache: Stabilize 1.1.8 ALLARCHES, #864491

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.8.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.8.ebuild
index 6223cbabac68..c1124b64178f 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.8.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.8.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



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

2022-07-15 Thread Michał Górny
commit: fc51e3092d1263a7e5f513d01afbbc4fa5579db4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 15 07:20:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 15 07:20:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc51e309

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  2 --
 .../dogpile-cache/dogpile-cache-1.1.5.ebuild   | 30 --
 .../dogpile-cache/dogpile-cache-1.1.7.ebuild   | 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index ca9ae892fc80..9f11695e5ffc 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,4 +1,2 @@
-DIST dogpile.cache-1.1.5.tar.gz 392536 BLAKE2B 
062392cda9b06da889f924bc04743faa133b978a908ffdbc1e9cc9a2a9a69db22ee26b27c7cb2ec2dedee20786cf90c6d02d163731224956091b2d3baa25774b
 SHA512 
b6d453121ef8e58da60478e2e1e2db57804dfa3b17cceeace930ba75d159629dfba4b5d63c50fbbc2eafeadbfcd6e1e4cbe22c8da1f54c90473f8ee677d764f8
 DIST dogpile.cache-1.1.6.tar.gz 393076 BLAKE2B 
62c16ee7cc00608432d45fa7cb068300a4417a494e4580a2af5c3f7c5a0bf40a54e1b6f4924bbd7b40a0efc1cb9afb42f361811c257fa77eabcd64cc35fbcf51
 SHA512 
179246abf598675cdef988b463df4997c7eed8e7a110c22704052f905b65ad537b22ba28d7c96a28b2aa85b3e83ac42beb36843dc78ad503d41225ea1f9e7e77
-DIST dogpile.cache-1.1.7.tar.gz 393572 BLAKE2B 
307aa89ae7814b5703cb32bfc703152b0aa8c80c7cc5be8341ae02c39fb5b27d5b650e02597ee5e07f5994d9dc95bc344422b54d8d431d9c0ad678d64ddd398f
 SHA512 
2c7e8dfc252241ad075a073ad1c1688865943f6e33a317618a47e95132b65ac891b00d5aa0bf3bcced005a6157b50754b086192470b3ce867461bf183947d603
 DIST dogpile.cache-1.1.8.tar.gz 394499 BLAKE2B 
3371e6ffceb6629200a18095a20a313952b8a246d2ec7580e6409bde0f16851f8332922647b92383b47276933cfeb818dde6df48efd2534df0f94cbbc511e01c
 SHA512 
2bacc111e17ecc706b3389f5c40ded888cc893f6d01c34a4e1e0d8d94c4592369b0c283aa80eb6ebec90dde7a89fd3b7fb9bbcbdd8010f90ad7de4501db13ace

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
deleted file mode 100644
index 945f0f2ad5a4..
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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..11} )
-inherit distutils-r1
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
-HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.7.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.7.ebuild
deleted file mode 100644
index cebd949d705e..
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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..11} )
-inherit distutils-r1
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
-HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-07-14 Thread Arthur Zamarin
commit: 16bfa1d88ff2ff27b50952434411e126b7ba12ec
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jul 14 20:43:57 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jul 14 20:43:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bfa1d8

dev-python/dogpile-cache: Stabilize 1.1.6 ALLARCHES, #858053

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.6.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.6.ebuild
index cebd949d705e..945f0f2ad5a4 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.6.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.6.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/dogpile.cache-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



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

2022-07-09 Thread Michał Górny
commit: a2de5e869a1251475d142f62c7c8b6771f5154d3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  9 07:05:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  9 08:41:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2de5e86

dev-python/dogpile-cache: Bump to 1.1.8

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.1.8.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 26f8f1328b39..ca9ae892fc80 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,3 +1,4 @@
 DIST dogpile.cache-1.1.5.tar.gz 392536 BLAKE2B 
062392cda9b06da889f924bc04743faa133b978a908ffdbc1e9cc9a2a9a69db22ee26b27c7cb2ec2dedee20786cf90c6d02d163731224956091b2d3baa25774b
 SHA512 
b6d453121ef8e58da60478e2e1e2db57804dfa3b17cceeace930ba75d159629dfba4b5d63c50fbbc2eafeadbfcd6e1e4cbe22c8da1f54c90473f8ee677d764f8
 DIST dogpile.cache-1.1.6.tar.gz 393076 BLAKE2B 
62c16ee7cc00608432d45fa7cb068300a4417a494e4580a2af5c3f7c5a0bf40a54e1b6f4924bbd7b40a0efc1cb9afb42f361811c257fa77eabcd64cc35fbcf51
 SHA512 
179246abf598675cdef988b463df4997c7eed8e7a110c22704052f905b65ad537b22ba28d7c96a28b2aa85b3e83ac42beb36843dc78ad503d41225ea1f9e7e77
 DIST dogpile.cache-1.1.7.tar.gz 393572 BLAKE2B 
307aa89ae7814b5703cb32bfc703152b0aa8c80c7cc5be8341ae02c39fb5b27d5b650e02597ee5e07f5994d9dc95bc344422b54d8d431d9c0ad678d64ddd398f
 SHA512 
2c7e8dfc252241ad075a073ad1c1688865943f6e33a317618a47e95132b65ac891b00d5aa0bf3bcced005a6157b50754b086192470b3ce867461bf183947d603
+DIST dogpile.cache-1.1.8.tar.gz 394499 BLAKE2B 
3371e6ffceb6629200a18095a20a313952b8a246d2ec7580e6409bde0f16851f8332922647b92383b47276933cfeb818dde6df48efd2534df0f94cbbc511e01c
 SHA512 
2bacc111e17ecc706b3389f5c40ded888cc893f6d01c34a4e1e0d8d94c4592369b0c283aa80eb6ebec90dde7a89fd3b7fb9bbcbdd8010f90ad7de4501db13ace

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.8.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.8.ebuild
new file mode 100644
index ..6223cbabac68
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.8.ebuild
@@ -0,0 +1,34 @@
+# 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..11} )
+
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
+HOMEPAGE="
+   https://github.com/sqlalchemy/dogpile.cache/
+   https://pypi.org/project/dogpile.cache/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-07-05 Thread Arthur Zamarin
commit: 4438f59ffbcf702d527e5ca23383bf7d1e979e2b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jul  6 05:11:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jul  6 05:11:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4438f59f

dev-python/dogpile-cache: add 1.1.7

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.1.7.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 7d91507c9379..26f8f1328b39 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1,3 @@
 DIST dogpile.cache-1.1.5.tar.gz 392536 BLAKE2B 
062392cda9b06da889f924bc04743faa133b978a908ffdbc1e9cc9a2a9a69db22ee26b27c7cb2ec2dedee20786cf90c6d02d163731224956091b2d3baa25774b
 SHA512 
b6d453121ef8e58da60478e2e1e2db57804dfa3b17cceeace930ba75d159629dfba4b5d63c50fbbc2eafeadbfcd6e1e4cbe22c8da1f54c90473f8ee677d764f8
 DIST dogpile.cache-1.1.6.tar.gz 393076 BLAKE2B 
62c16ee7cc00608432d45fa7cb068300a4417a494e4580a2af5c3f7c5a0bf40a54e1b6f4924bbd7b40a0efc1cb9afb42f361811c257fa77eabcd64cc35fbcf51
 SHA512 
179246abf598675cdef988b463df4997c7eed8e7a110c22704052f905b65ad537b22ba28d7c96a28b2aa85b3e83ac42beb36843dc78ad503d41225ea1f9e7e77
+DIST dogpile.cache-1.1.7.tar.gz 393572 BLAKE2B 
307aa89ae7814b5703cb32bfc703152b0aa8c80c7cc5be8341ae02c39fb5b27d5b650e02597ee5e07f5994d9dc95bc344422b54d8d431d9c0ad678d64ddd398f
 SHA512 
2c7e8dfc252241ad075a073ad1c1688865943f6e33a317618a47e95132b65ac891b00d5aa0bf3bcced005a6157b50754b086192470b3ce867461bf183947d603

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.7.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.7.ebuild
new file mode 100644
index ..cebd949d705e
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.7.ebuild
@@ -0,0 +1,30 @@
+# 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..11} )
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
+HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-06-10 Thread Arthur Zamarin
commit: 7f85777cab3b51b8c3f9b2e42cea4e4c5dbbc8b2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 11 05:15:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 11 05:21:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f85777c

dev-python/dogpile-cache: add 1.1.6

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.1.6.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 63a08521f487..7d91507c9379 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1 +1,2 @@
 DIST dogpile.cache-1.1.5.tar.gz 392536 BLAKE2B 
062392cda9b06da889f924bc04743faa133b978a908ffdbc1e9cc9a2a9a69db22ee26b27c7cb2ec2dedee20786cf90c6d02d163731224956091b2d3baa25774b
 SHA512 
b6d453121ef8e58da60478e2e1e2db57804dfa3b17cceeace930ba75d159629dfba4b5d63c50fbbc2eafeadbfcd6e1e4cbe22c8da1f54c90473f8ee677d764f8
+DIST dogpile.cache-1.1.6.tar.gz 393076 BLAKE2B 
62c16ee7cc00608432d45fa7cb068300a4417a494e4580a2af5c3f7c5a0bf40a54e1b6f4924bbd7b40a0efc1cb9afb42f361811c257fa77eabcd64cc35fbcf51
 SHA512 
179246abf598675cdef988b463df4997c7eed8e7a110c22704052f905b65ad537b22ba28d7c96a28b2aa85b3e83ac42beb36843dc78ad503d41225ea1f9e7e77

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.6.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.6.ebuild
new file mode 100644
index ..cebd949d705e
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.6.ebuild
@@ -0,0 +1,30 @@
+# 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..11} )
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
+HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-05-31 Thread Sam James
commit: c0914e6ed5b34a971309e431c4d591e6d146d5c5
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  1 01:02:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  1 01:25:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0914e6e

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

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
index 9e59f4575916..945f0f2ad5a4 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"



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

2022-05-28 Thread Jakov Smolić
commit: 2293429aed9d26e32e4348abd2ef95447d650333
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat May 28 20:22:36 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat May 28 21:08:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2293429a

dev-python/dogpile-cache: keyword 1.1.5 for ~riscv

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
index d962b2203d14..9e59f4575916 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/dogpile.cache-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



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

2022-02-27 Thread Michał Górny
commit: dde66533660a3661537c13438fa1806caf658945
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 27 18:37:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 27 18:37:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde66533

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  1 -
 .../dogpile-cache/dogpile-cache-1.1.4.ebuild   | 29 --
 2 files changed, 30 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 9b4f4e535497..63a08521f487 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1 @@
-DIST dogpile.cache-1.1.4.tar.gz 390117 BLAKE2B 
88c38473c3f177a42c2e336f7913940cde5f793245ddbb2ce3e7569c0853a1f93138a4987dc7781490132f84beb17c568ec9fc9a955201123842ccdbdfff2fc4
 SHA512 
d70f0ad1097f7de5bc887cfd0835f02a10bd6096433d39e6fe2fad5ed294f019ee043ced670c08bacb8ad1f6cf32ada36a62149a9b6db6205e72f49fa68bf4c4
 DIST dogpile.cache-1.1.5.tar.gz 392536 BLAKE2B 
062392cda9b06da889f924bc04743faa133b978a908ffdbc1e9cc9a2a9a69db22ee26b27c7cb2ec2dedee20786cf90c6d02d163731224956091b2d3baa25774b
 SHA512 
b6d453121ef8e58da60478e2e1e2db57804dfa3b17cceeace930ba75d159629dfba4b5d63c50fbbc2eafeadbfcd6e1e4cbe22c8da1f54c90473f8ee677d764f8

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild
deleted file mode 100644
index 7e3b2d5389b6..
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
-HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-01-19 Thread Michał Górny
commit: 438c77957b72cf1f66fa8a0bf14cb22d036207a0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 19 22:21:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 19 22:59:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438c7795

dev-python/dogpile-cache: Bump to 1.1.5

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.1.5.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 883a646e7611..9b4f4e535497 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1 +1,2 @@
 DIST dogpile.cache-1.1.4.tar.gz 390117 BLAKE2B 
88c38473c3f177a42c2e336f7913940cde5f793245ddbb2ce3e7569c0853a1f93138a4987dc7781490132f84beb17c568ec9fc9a955201123842ccdbdfff2fc4
 SHA512 
d70f0ad1097f7de5bc887cfd0835f02a10bd6096433d39e6fe2fad5ed294f019ee043ced670c08bacb8ad1f6cf32ada36a62149a9b6db6205e72f49fa68bf4c4
+DIST dogpile.cache-1.1.5.tar.gz 392536 BLAKE2B 
062392cda9b06da889f924bc04743faa133b978a908ffdbc1e9cc9a2a9a69db22ee26b27c7cb2ec2dedee20786cf90c6d02d163731224956091b2d3baa25774b
 SHA512 
b6d453121ef8e58da60478e2e1e2db57804dfa3b17cceeace930ba75d159629dfba4b5d63c50fbbc2eafeadbfcd6e1e4cbe22c8da1f54c90473f8ee677d764f8

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
new file mode 100644
index ..0f50911455b1
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
@@ -0,0 +1,30 @@
+# 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} )
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
+HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-10-03 Thread Michał Górny
commit: 43c31f554e87768548d0d878fa0391a5bb662f08
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  3 19:20:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  3 19:20:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c31f55

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  1 -
 .../dogpile-cache/dogpile-cache-1.1.3.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index c761e7531d3..883a646e761 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1 @@
-DIST dogpile.cache-1.1.3.tar.gz 387490 BLAKE2B 
580be4f524196fb56e651d793045bf2e3419d3c98e65be0ba2cfaaed97f9c9cc08efe67191f77b273e97ffe907e8f5e050a7a36d2d8287522a21e7c4290d1354
 SHA512 
fd735b0bb9b7eb3bb559c030c15ac547aeb3f4718c64d7edb0f26f0f8a71b9b067434e984460c40cfbca57696d2b9579266f0c9d48bad4cb3c5bbc07030a4fb4
 DIST dogpile.cache-1.1.4.tar.gz 390117 BLAKE2B 
88c38473c3f177a42c2e336f7913940cde5f793245ddbb2ce3e7569c0853a1f93138a4987dc7781490132f84beb17c568ec9fc9a955201123842ccdbdfff2fc4
 SHA512 
d70f0ad1097f7de5bc887cfd0835f02a10bd6096433d39e6fe2fad5ed294f019ee043ced670c08bacb8ad1f6cf32ada36a62149a9b6db6205e72f49fa68bf4c4

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.3.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.3.ebuild
deleted file mode 100644
index b7a9ca06d18..000
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.3.ebuild
+++ /dev/null
@@ -1,30 +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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
-HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2021-10-03 Thread Sam James
commit: eff0273115d58b87bb515a4296890b1befd961c7
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct  3 18:46:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct  3 18:46:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff02731

dev-python/dogpile-cache: Stabilize 1.1.4 ALLARCHES, #815934

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild
index d6e33ac5f61..f4e92b0d2c4 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/dogpile.cache-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



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

2021-09-02 Thread Michał Górny
commit: 98a1f60e49ce9d5a85301da41f4e2e5e62c58cd2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 20:43:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 21:00:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a1f60e

dev-python/dogpile-cache: Bump to 1.1.4

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.1.4.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 80cc1b4384a..c761e7531d3 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1 +1,2 @@
 DIST dogpile.cache-1.1.3.tar.gz 387490 BLAKE2B 
580be4f524196fb56e651d793045bf2e3419d3c98e65be0ba2cfaaed97f9c9cc08efe67191f77b273e97ffe907e8f5e050a7a36d2d8287522a21e7c4290d1354
 SHA512 
fd735b0bb9b7eb3bb559c030c15ac547aeb3f4718c64d7edb0f26f0f8a71b9b067434e984460c40cfbca57696d2b9579266f0c9d48bad4cb3c5bbc07030a4fb4
+DIST dogpile.cache-1.1.4.tar.gz 390117 BLAKE2B 
88c38473c3f177a42c2e336f7913940cde5f793245ddbb2ce3e7569c0853a1f93138a4987dc7781490132f84beb17c568ec9fc9a955201123842ccdbdfff2fc4
 SHA512 
d70f0ad1097f7de5bc887cfd0835f02a10bd6096433d39e6fe2fad5ed294f019ee043ced670c08bacb8ad1f6cf32ada36a62149a9b6db6205e72f49fa68bf4c4

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild
new file mode 100644
index 000..d6e33ac5f61
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
+HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-06-24 Thread Michał Górny
commit: c23f4c8311a5190c7e363eca43f225279ed82f77
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 24 08:07:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 24 08:20:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23f4c83

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  1 -
 .../dogpile-cache/dogpile-cache-1.1.2.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index b7a1b2077ff..80cc1b4384a 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1 @@
-DIST dogpile.cache-1.1.2.tar.gz 370404 BLAKE2B 
6895ffe057ef614ef6bcc4ba58a4bb2fe69b8e57943cff38dfc472bd3dec5ad4e34fc65d9fa0830a2396f6a789aedd6cd1e1e06dff911a3197ca4b64fdca1c36
 SHA512 
e68c2b358e6822d2db90422b92f1e9c9b997c89087ca69c8fc9511be1e06cdfeb14eef759085fdbca4dfc668dabf3901cddeb6a6c2f327d28c8968975908c160
 DIST dogpile.cache-1.1.3.tar.gz 387490 BLAKE2B 
580be4f524196fb56e651d793045bf2e3419d3c98e65be0ba2cfaaed97f9c9cc08efe67191f77b273e97ffe907e8f5e050a7a36d2d8287522a21e7c4290d1354
 SHA512 
fd735b0bb9b7eb3bb559c030c15ac547aeb3f4718c64d7edb0f26f0f8a71b9b067434e984460c40cfbca57696d2b9579266f0c9d48bad4cb3c5bbc07030a4fb4

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.2.ebuild
deleted file mode 100644
index b7a9ca06d18..000
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.2.ebuild
+++ /dev/null
@@ -1,30 +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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
-HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2021-06-23 Thread Agostino Sarubbo
commit: e59f8a09bc9fa2231173bdb004dc9fcd072957a2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 24 04:26:32 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 24 04:26:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59f8a09

dev-python/dogpile-cache: amd64/arm64/x86 stable (ALLARCHES policy) wrt bug 
#797952

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.3.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.3.ebuild
index 4174912da53..b7a9ca06d18 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.3.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.3.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/dogpile.cache-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



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

2021-05-21 Thread Michał Górny
commit: 47df00b85acdfbf08ac9018fc9f2805001973fb4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 21 07:51:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 21 07:57:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47df00b8

dev-python/dogpile-cache: Bump to 1.1.3

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.1.3.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 1b8046f9a6a..b7a1b2077ff 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1 +1,2 @@
 DIST dogpile.cache-1.1.2.tar.gz 370404 BLAKE2B 
6895ffe057ef614ef6bcc4ba58a4bb2fe69b8e57943cff38dfc472bd3dec5ad4e34fc65d9fa0830a2396f6a789aedd6cd1e1e06dff911a3197ca4b64fdca1c36
 SHA512 
e68c2b358e6822d2db90422b92f1e9c9b997c89087ca69c8fc9511be1e06cdfeb14eef759085fdbca4dfc668dabf3901cddeb6a6c2f327d28c8968975908c160
+DIST dogpile.cache-1.1.3.tar.gz 387490 BLAKE2B 
580be4f524196fb56e651d793045bf2e3419d3c98e65be0ba2cfaaed97f9c9cc08efe67191f77b273e97ffe907e8f5e050a7a36d2d8287522a21e7c4290d1354
 SHA512 
fd735b0bb9b7eb3bb559c030c15ac547aeb3f4718c64d7edb0f26f0f8a71b9b067434e984460c40cfbca57696d2b9579266f0c9d48bad4cb3c5bbc07030a4fb4

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.3.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.3.ebuild
new file mode 100644
index 000..4174912da53
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
+HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-03-02 Thread Michał Górny
commit: 5bc033591a8c189e5c1fbe95c001d7f081508c5f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  2 08:46:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  2 08:46:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc03359

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  1 -
 .../dogpile-cache/dogpile-cache-1.1.1.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index e1aed0b6430..1b8046f9a6a 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1 @@
-DIST dogpile.cache-1.1.1.tar.gz 366464 BLAKE2B 
95887bd73cce4cc8b017cee43182d94efeacdaa91ce94907e18c0e9a762065abb334866bd592f5e2010eb07fd33a049e330b4b925a4c9d8e14e22dee5f802446
 SHA512 
86d5620c746e48fc596137cdba85d91fb65def9f9dd13f85bbe5d9411db257edfcf119b8787673aa37efb965ce2895063906c1518c8b432af8b0ac16cec7941b
 DIST dogpile.cache-1.1.2.tar.gz 370404 BLAKE2B 
6895ffe057ef614ef6bcc4ba58a4bb2fe69b8e57943cff38dfc472bd3dec5ad4e34fc65d9fa0830a2396f6a789aedd6cd1e1e06dff911a3197ca4b64fdca1c36
 SHA512 
e68c2b358e6822d2db90422b92f1e9c9b997c89087ca69c8fc9511be1e06cdfeb14eef759085fdbca4dfc668dabf3901cddeb6a6c2f327d28c8968975908c160

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.1.ebuild
deleted file mode 100644
index 002283604ed..000
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
-HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2021-03-01 Thread Sam James
commit: cf3a1b1dfdc1804d9bb8563bc3478b0c0c08bc31
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  2 03:49:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  2 03:49:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3a1b1d

dev-python/dogpile-cache: Stabilize 1.1.2 ALLARCHES, #773700

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.2.ebuild
index 4174912da53..b7a9ca06d18 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.2.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/dogpile.cache-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



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

2021-01-26 Thread Michał Górny
commit: 5d5a73ffc63a7211768cec3ff36e5195c1f82101
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 26 21:10:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 26 21:15:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5a73ff

dev-python/dogpile-cache: Bump to 1.1.2

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.1.2.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 247a12232cb..e1aed0b6430 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1 +1,2 @@
 DIST dogpile.cache-1.1.1.tar.gz 366464 BLAKE2B 
95887bd73cce4cc8b017cee43182d94efeacdaa91ce94907e18c0e9a762065abb334866bd592f5e2010eb07fd33a049e330b4b925a4c9d8e14e22dee5f802446
 SHA512 
86d5620c746e48fc596137cdba85d91fb65def9f9dd13f85bbe5d9411db257edfcf119b8787673aa37efb965ce2895063906c1518c8b432af8b0ac16cec7941b
+DIST dogpile.cache-1.1.2.tar.gz 370404 BLAKE2B 
6895ffe057ef614ef6bcc4ba58a4bb2fe69b8e57943cff38dfc472bd3dec5ad4e34fc65d9fa0830a2396f6a789aedd6cd1e1e06dff911a3197ca4b64fdca1c36
 SHA512 
e68c2b358e6822d2db90422b92f1e9c9b997c89087ca69c8fc9511be1e06cdfeb14eef759085fdbca4dfc668dabf3901cddeb6a6c2f327d28c8968975908c160

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.2.ebuild
new file mode 100644
index 000..4174912da53
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
+HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2020-12-26 Thread Michał Górny
commit: ba9ecf873d4d1aef3271fe839e4eef2f000f0f73
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 26 22:06:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 26 22:06:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9ecf87

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  1 -
 .../dogpile-cache/dogpile-cache-1.1.0.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 7db485c58f8..247a12232cb 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1 @@
-DIST dogpile.cache-1.1.0.tar.gz 365988 BLAKE2B 
c21b52d23566a9d1b607374a77e2b7cc0ff0705d02cd3fddee1f6110555cf082fc9e516ba37e8ddaf7c70253dd28301cc89c3d3ef5405728859263e2a763608c
 SHA512 
48627e4124bd25678059985c49ffde75d49d987c429d1e9a02ddd60a77b20e41899da30ae78e0f2891ff76a9c3d72a6ec782e829d659c3048cdbc921022ebb55
 DIST dogpile.cache-1.1.1.tar.gz 366464 BLAKE2B 
95887bd73cce4cc8b017cee43182d94efeacdaa91ce94907e18c0e9a762065abb334866bd592f5e2010eb07fd33a049e330b4b925a4c9d8e14e22dee5f802446
 SHA512 
86d5620c746e48fc596137cdba85d91fb65def9f9dd13f85bbe5d9411db257edfcf119b8787673aa37efb965ce2895063906c1518c8b432af8b0ac16cec7941b

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.0.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.0.ebuild
deleted file mode 100644
index 3fa5327b33c..000
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.0.ebuild
+++ /dev/null
@@ -1,30 +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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
-HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2020-12-26 Thread Sam James
commit: e04088865811aed5291ef7f3f892a87fad76f5be
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 22:04:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 22:04:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0408886

dev-python/dogpile-cache: Stabilize 1.1.1 ALLARCHES, #761613

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.1.ebuild
index b7c24a92cab..3fa5327b33c 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.1.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/dogpile.cache-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



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

2020-12-20 Thread Bernard Cafarelli
commit: 5503035e7d40e0d4452d2792931d5f3181741a31
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec 19 17:35:01 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Dec 20 18:25:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5503035e

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

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../files/dogpile-cache-1.0.2-pytest6.patch  | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-python/dogpile-cache/files/dogpile-cache-1.0.2-pytest6.patch 
b/dev-python/dogpile-cache/files/dogpile-cache-1.0.2-pytest6.patch
deleted file mode 100644
index cc815482254..000
--- a/dev-python/dogpile-cache/files/dogpile-cache-1.0.2-pytest6.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-commit 625f73ce189b43541636dc40d8d0e4cd4f9a1386
-Author: Louis Sautier 
-Date:   Sat Oct 31 02:23:06 2020 +0100
-
-Support pytest 6
-
-See 
https://docs.pytest.org/en/stable/deprecations.html#node-construction-changed-to-node-from-parent
-
-diff --git a/tests/conftest.py b/tests/conftest.py
-index 10afafb..0b2a1e4 100644
 a/tests/conftest.py
-+++ b/tests/conftest.py
-@@ -26,6 +26,6 @@ def is_unittest(obj):
- 
- def pytest_pycollect_makeitem(collector, name, obj):
- if is_unittest(obj) and not obj.__name__.startswith("_"):
--return UnitTestCase(name, parent=collector)
-+return UnitTestCase.from_parent(collector, name=name)
- else:
- return []



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

2020-12-17 Thread Michał Górny
commit: 82bb2469c842913b8e8278a9abeecb51325ae21a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 17 08:25:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 17 08:48:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82bb2469

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  1 -
 .../dogpile-cache/dogpile-cache-1.0.2.ebuild   | 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 17f68369bf6..7db485c58f8 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,3 +1,2 @@
-DIST dogpile.cache-1.0.2.tar.gz 351221 BLAKE2B 
7cca7e0c260ca68fb26c0db5b736de1e3586f22a14558b8b294dfd12452cd55d70eb75b7a01041001d1d8f5300d4b7d5b5c9ff9e52dc066514d908ae188a6f97
 SHA512 
b49e9005916636aff0a25b9158923ea9362b3edf1f42704d06e65b14892d0cdb6b1da7d620f10d752efb1ae1987a9187b0f642cc30d07de3fc961921e1794a87
 DIST dogpile.cache-1.1.0.tar.gz 365988 BLAKE2B 
c21b52d23566a9d1b607374a77e2b7cc0ff0705d02cd3fddee1f6110555cf082fc9e516ba37e8ddaf7c70253dd28301cc89c3d3ef5405728859263e2a763608c
 SHA512 
48627e4124bd25678059985c49ffde75d49d987c429d1e9a02ddd60a77b20e41899da30ae78e0f2891ff76a9c3d72a6ec782e829d659c3048cdbc921022ebb55
 DIST dogpile.cache-1.1.1.tar.gz 366464 BLAKE2B 
95887bd73cce4cc8b017cee43182d94efeacdaa91ce94907e18c0e9a762065abb334866bd592f5e2010eb07fd33a049e330b4b925a4c9d8e14e22dee5f802446
 SHA512 
86d5620c746e48fc596137cdba85d91fb65def9f9dd13f85bbe5d9411db257edfcf119b8787673aa37efb965ce2895063906c1518c8b432af8b0ac16cec7941b

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild
deleted file mode 100644
index e6e677bcd8f..000
--- a/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild
+++ /dev/null
@@ -1,35 +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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
-HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   # https://github.com/sqlalchemy/dogpile.cache/pull/193
-   "${FILESDIR}/${P}-pytest6.patch"
-)
-
-distutils_enable_tests pytest



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

2020-12-16 Thread Sam James
commit: 36209b741274c7a5efcb1ecf5c829bcce0b8a762
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 17 03:59:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 17 03:59:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36209b74

dev-python/dogpile-cache: Stabilize 1.1.0 ALLARCHES, #760195

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.0.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.0.ebuild
index b7c24a92cab..3fa5327b33c 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.0.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/dogpile.cache-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



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

2020-11-23 Thread Michał Górny
commit: 04bf8cf551e5abc83185a0691ce641c424810d8a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 23 16:40:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 23 17:05:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04bf8cf5

dev-python/dogpile-cache: Bump to 1.1.1

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.1.1.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 8c49b16b89b..17f68369bf6 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1,3 @@
 DIST dogpile.cache-1.0.2.tar.gz 351221 BLAKE2B 
7cca7e0c260ca68fb26c0db5b736de1e3586f22a14558b8b294dfd12452cd55d70eb75b7a01041001d1d8f5300d4b7d5b5c9ff9e52dc066514d908ae188a6f97
 SHA512 
b49e9005916636aff0a25b9158923ea9362b3edf1f42704d06e65b14892d0cdb6b1da7d620f10d752efb1ae1987a9187b0f642cc30d07de3fc961921e1794a87
 DIST dogpile.cache-1.1.0.tar.gz 365988 BLAKE2B 
c21b52d23566a9d1b607374a77e2b7cc0ff0705d02cd3fddee1f6110555cf082fc9e516ba37e8ddaf7c70253dd28301cc89c3d3ef5405728859263e2a763608c
 SHA512 
48627e4124bd25678059985c49ffde75d49d987c429d1e9a02ddd60a77b20e41899da30ae78e0f2891ff76a9c3d72a6ec782e829d659c3048cdbc921022ebb55
+DIST dogpile.cache-1.1.1.tar.gz 366464 BLAKE2B 
95887bd73cce4cc8b017cee43182d94efeacdaa91ce94907e18c0e9a762065abb334866bd592f5e2010eb07fd33a049e330b4b925a4c9d8e14e22dee5f802446
 SHA512 
86d5620c746e48fc596137cdba85d91fb65def9f9dd13f85bbe5d9411db257edfcf119b8787673aa37efb965ce2895063906c1518c8b432af8b0ac16cec7941b

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.1.ebuild
new file mode 100644
index 000..b7c24a92cab
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
+HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2020-11-15 Thread Michał Górny
commit: 1018276d3ffadea57665af15ce0371068d4b7a48
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 15 18:34:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 15 18:37:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1018276d

dev-python/dogpile-cache: Bump to 1.1.0

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.1.0.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index def0d0d60d2..8c49b16b89b 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1 +1,2 @@
 DIST dogpile.cache-1.0.2.tar.gz 351221 BLAKE2B 
7cca7e0c260ca68fb26c0db5b736de1e3586f22a14558b8b294dfd12452cd55d70eb75b7a01041001d1d8f5300d4b7d5b5c9ff9e52dc066514d908ae188a6f97
 SHA512 
b49e9005916636aff0a25b9158923ea9362b3edf1f42704d06e65b14892d0cdb6b1da7d620f10d752efb1ae1987a9187b0f642cc30d07de3fc961921e1794a87
+DIST dogpile.cache-1.1.0.tar.gz 365988 BLAKE2B 
c21b52d23566a9d1b607374a77e2b7cc0ff0705d02cd3fddee1f6110555cf082fc9e516ba37e8ddaf7c70253dd28301cc89c3d3ef5405728859263e2a763608c
 SHA512 
48627e4124bd25678059985c49ffde75d49d987c429d1e9a02ddd60a77b20e41899da30ae78e0f2891ff76a9c3d72a6ec782e829d659c3048cdbc921022ebb55

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.0.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.0.ebuild
new file mode 100644
index 000..b7c24a92cab
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
+HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2020-10-31 Thread Louis Sautier
commit: 662ef35294fdfa0c4eb5532893ab7d5eb3223aaf
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Oct 31 12:42:33 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Oct 31 13:02:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662ef352

dev-python/dogpile-cache: fix setuptools dep. & tests with pytest 6

Closes: https://bugs.gentoo.org/745696
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild  |  6 +-
 .../files/dogpile-cache-1.0.2-pytest6.patch  | 20 
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild
index f85ba84273e..e6e677bcd8f 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
@@ -28,4 +27,9 @@ BDEPEND="
)
 "
 
+PATCHES=(
+   # https://github.com/sqlalchemy/dogpile.cache/pull/193
+   "${FILESDIR}/${P}-pytest6.patch"
+)
+
 distutils_enable_tests pytest

diff --git a/dev-python/dogpile-cache/files/dogpile-cache-1.0.2-pytest6.patch 
b/dev-python/dogpile-cache/files/dogpile-cache-1.0.2-pytest6.patch
new file mode 100644
index 000..cc815482254
--- /dev/null
+++ b/dev-python/dogpile-cache/files/dogpile-cache-1.0.2-pytest6.patch
@@ -0,0 +1,20 @@
+commit 625f73ce189b43541636dc40d8d0e4cd4f9a1386
+Author: Louis Sautier 
+Date:   Sat Oct 31 02:23:06 2020 +0100
+
+Support pytest 6
+
+See 
https://docs.pytest.org/en/stable/deprecations.html#node-construction-changed-to-node-from-parent
+
+diff --git a/tests/conftest.py b/tests/conftest.py
+index 10afafb..0b2a1e4 100644
+--- a/tests/conftest.py
 b/tests/conftest.py
+@@ -26,6 +26,6 @@ def is_unittest(obj):
+ 
+ def pytest_pycollect_makeitem(collector, name, obj):
+ if is_unittest(obj) and not obj.__name__.startswith("_"):
+-return UnitTestCase(name, parent=collector)
++return UnitTestCase.from_parent(collector, name=name)
+ else:
+ return []



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

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

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  1 -
 .../dogpile-cache/dogpile-cache-0.9.1.ebuild   | 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 4da32a58b5e..def0d0d60d2 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1 @@
-DIST dogpile.cache-0.9.1.tar.gz 329015 BLAKE2B 
23a33ccf024153e39bdccebefc33c866990733432abd2bdd715a0f180f0059a2ff8315024d59d3ad9c79a01561fda3a802a867d359961d7655bdf790556c7a2f
 SHA512 
7d84325dd7ec2d85027472f07cddd51f495b75dc9dbbcbf26bad7aaabfee8c2da99e0c247851282b228528a87e54d98e04d8451a3ca3a571e84a4a2bb33e72f2
 DIST dogpile.cache-1.0.2.tar.gz 351221 BLAKE2B 
7cca7e0c260ca68fb26c0db5b736de1e3586f22a14558b8b294dfd12452cd55d70eb75b7a01041001d1d8f5300d4b7d5b5c9ff9e52dc066514d908ae188a6f97
 SHA512 
b49e9005916636aff0a25b9158923ea9362b3edf1f42704d06e65b14892d0cdb6b1da7d620f10d752efb1ae1987a9187b0f642cc30d07de3fc961921e1794a87

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
deleted file mode 100644
index a4f70aebb55..000
--- a/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
-HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND=""
-BDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2020-09-12 Thread David Seifert
commit: d1a3d4d978ba118146db56c7b0e1fb053ff9564e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Aug 28 16:52:23 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep 12 09:54:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a3d4d9

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

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 .../files/dogpile-cache-1.0.1-install-tests.patch  | 28 --
 1 file changed, 28 deletions(-)

diff --git 
a/dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch 
b/dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch
deleted file mode 100644
index f00d5a15538..000
--- a/dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 559a5c57c922741461d419b73f1aa547e3231110 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Mon, 3 Aug 2020 08:50:33 +0200
-Subject: [PATCH] Exclude installing "tests" package from setup.py
-

- setup.cfg | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/setup.cfg b/setup.cfg
-index ab4008f..2f43889 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -30,6 +30,11 @@ python_requires = >=3.6
- package_dir =
- =.
- 
-+[options.packages.find]
-+exclude =
-+tests
-+tests.*
-+
- [options.exclude_package_data]
- '' = tests*
- 
--- 
-2.28.0
-



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

2020-09-08 Thread Sam James
commit: b37f3dd36821676d5072b212e030a11b84db6865
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  8 19:03:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  8 19:03:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37f3dd3

dev-python/dogpile-cache: Stabilize 1.0.2 ALLARCHES, #741236

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild
index 40848b853c5..f85ba84273e 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/dogpile.cache-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



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

2020-08-07 Thread Michał Górny
commit: 0e83d1d9dd7a688ffcaaf6c8c70199374f17ca6f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  8 05:46:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  8 05:55:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e83d1d9

dev-python/dogpile-cache: Bump to 1.0.2

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.0.2.ebuild   | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 3dc3c535215..7ad4b101865 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1,3 @@
 DIST dogpile.cache-0.9.1.tar.gz 329015 BLAKE2B 
23a33ccf024153e39bdccebefc33c866990733432abd2bdd715a0f180f0059a2ff8315024d59d3ad9c79a01561fda3a802a867d359961d7655bdf790556c7a2f
 SHA512 
7d84325dd7ec2d85027472f07cddd51f495b75dc9dbbcbf26bad7aaabfee8c2da99e0c247851282b228528a87e54d98e04d8451a3ca3a571e84a4a2bb33e72f2
 DIST dogpile.cache-1.0.1.tar.gz 339926 BLAKE2B 
bb6bf3c4908920bdbf4b5b2f23f1bae2f201eb0ee2e05e7e403f732f244aede94c01acc337c519b41157ac0090770694a7794c3530b001455f046d32db1351d1
 SHA512 
bd50ea84d8a8b3573d5fbd8953110180fc91d703383f7574a40731cf7e0bb6ceb9165ef93e5598f14d5509d39791c05e9e8607014dfad417fa826502c0240902
+DIST dogpile.cache-1.0.2.tar.gz 351221 BLAKE2B 
7cca7e0c260ca68fb26c0db5b736de1e3586f22a14558b8b294dfd12452cd55d70eb75b7a01041001d1d8f5300d4b7d5b5c9ff9e52dc066514d908ae188a6f97
 SHA512 
b49e9005916636aff0a25b9158923ea9362b3edf1f42704d06e65b14892d0cdb6b1da7d620f10d752efb1ae1987a9187b0f642cc30d07de3fc961921e1794a87

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild
new file mode 100644
index 000..40848b853c5
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
+HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2020-08-03 Thread Michał Górny
commit: 03a2e1c97a5c7f2d418fbe2bb6de7d78d46213eb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug  3 06:25:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  3 07:03:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a2e1c9

dev-python/dogpile-cache: Bump to 1.0.1

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.0.1.ebuild   | 35 ++
 .../files/dogpile-cache-1.0.1-install-tests.patch  | 28 +
 dev-python/dogpile-cache/metadata.xml  |  2 +-
 4 files changed, 65 insertions(+), 1 deletion(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 00c8f21f7d0..3dc3c535215 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1 +1,2 @@
 DIST dogpile.cache-0.9.1.tar.gz 329015 BLAKE2B 
23a33ccf024153e39bdccebefc33c866990733432abd2bdd715a0f180f0059a2ff8315024d59d3ad9c79a01561fda3a802a867d359961d7655bdf790556c7a2f
 SHA512 
7d84325dd7ec2d85027472f07cddd51f495b75dc9dbbcbf26bad7aaabfee8c2da99e0c247851282b228528a87e54d98e04d8451a3ca3a571e84a4a2bb33e72f2
+DIST dogpile.cache-1.0.1.tar.gz 339926 BLAKE2B 
bb6bf3c4908920bdbf4b5b2f23f1bae2f201eb0ee2e05e7e403f732f244aede94c01acc337c519b41157ac0090770694a7794c3530b001455f046d32db1351d1
 SHA512 
bd50ea84d8a8b3573d5fbd8953110180fc91d703383f7574a40731cf7e0bb6ceb9165ef93e5598f14d5509d39791c05e9e8607014dfad417fa826502c0240902

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.0.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.0.1.ebuild
new file mode 100644
index 000..05b79bc35d5
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.0.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
+HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/${P}-install-tests.patch
+)

diff --git 
a/dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch 
b/dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch
new file mode 100644
index 000..f00d5a15538
--- /dev/null
+++ b/dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch
@@ -0,0 +1,28 @@
+From 559a5c57c922741461d419b73f1aa547e3231110 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Mon, 3 Aug 2020 08:50:33 +0200
+Subject: [PATCH] Exclude installing "tests" package from setup.py
+
+---
+ setup.cfg | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/setup.cfg b/setup.cfg
+index ab4008f..2f43889 100644
+--- a/setup.cfg
 b/setup.cfg
+@@ -30,6 +30,11 @@ python_requires = >=3.6
+ package_dir =
+ =.
+ 
++[options.packages.find]
++exclude =
++tests
++tests.*
++
+ [options.exclude_package_data]
+ '' = tests*
+ 
+-- 
+2.28.0
+

diff --git a/dev-python/dogpile-cache/metadata.xml 
b/dev-python/dogpile-cache/metadata.xml
index efaf9c68ce9..4d8e2abb2a2 100644
--- a/dev-python/dogpile-cache/metadata.xml
+++ b/dev-python/dogpile-cache/metadata.xml
@@ -21,6 +21,6 @@


dogpile.cache
-   zzzeek/dogpile.cache
+   sqlalchemy/dogpile.cache

 



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

2020-08-03 Thread Michał Górny
commit: 1e760a4ed5d50fd77ee5cb21014991a3cc411384
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug  3 06:27:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  3 07:03:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e760a4e

dev-python/dogpile-cache: Add python@ as co-maint

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

 dev-python/dogpile-cache/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/dogpile-cache/metadata.xml 
b/dev-python/dogpile-cache/metadata.xml
index d7821ac6f81..efaf9c68ce9 100644
--- a/dev-python/dogpile-cache/metadata.xml
+++ b/dev-python/dogpile-cache/metadata.xml
@@ -9,6 +9,10 @@
openst...@gentoo.org
Openstack

+   
+   pyt...@gentoo.org
+   Python
+   

A caching API built around the concept of a "dogpile lock", 
which allows
continued access to an expiring data value while



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

2020-08-02 Thread Sam James
commit: e25cfee90b8696e6dfedf93dc9ca7da5e1eb6ea4
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  2 18:58:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  2 18:58:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25cfee9

dev-python/dogpile-cache: add Python 3.9

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

 dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
index f4834cc71ca..a4f70aebb55 100644
--- a/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
 
 inherit distutils-r1
 
@@ -14,17 +14,14 @@ S="${WORKDIR}/dogpile.cache-${PV}"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
-   )"
+   )
+"
 
 distutils_enable_tests pytest



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

2020-07-16 Thread Sam James
commit: f26db1f4ba67c2bc5f987bc42d1ea677bd629b0f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:48:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:48:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26db1f4

dev-python/dogpile-cache: arm keyworded (bug #732484)

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
index 2acea6ee6fa..f4834cc71ca 100644
--- a/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/dogpile.cache-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-08 Thread Michał Górny
commit: f2d85d37011f5f7ab87afd6f1f67f6bc90200252
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  8 20:15:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  8 20:16:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d85d37

dev-python/dogpile-cache: Stabilize 0.9.1 ALLARCHES, #731366

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

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
index 2f4d32066ff..2acea6ee6fa 100644
--- a/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/dogpile.cache-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-08 Thread Michał Górny
commit: 2d911a8686c6524bd05cbc11cdd589fbddfccf5a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  8 20:07:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  8 20:16:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d911a86

dev-python/dogpile-cache: Mark ALLARCHES

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

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

diff --git a/dev-python/dogpile-cache/metadata.xml 
b/dev-python/dogpile-cache/metadata.xml
index 823622b3f9e..d7821ac6f81 100644
--- a/dev-python/dogpile-cache/metadata.xml
+++ b/dev-python/dogpile-cache/metadata.xml
@@ -14,6 +14,7 @@
continued access to an expiring data value while
a single thread generates a new value.

+   

dogpile.cache
zzzeek/dogpile.cache



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

2020-05-02 Thread Matthew Thode
commit: 397b0b7dc3a39aa30f997eece697aeb26357945f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May  2 18:52:04 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May  2 18:52:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397b0b7d

dev-python/dogpile-cache: 0.9.1 bump

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-0.9.1.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index e99a04d37c8..d99d9b80966 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1 +1,2 @@
 DIST dogpile.cache-0.7.1.tar.gz 326127 BLAKE2B 
358391033d1d22b2711052f1aa3003c0c5f2da42b33b3f4fbb2d582418b0b42695db5df638dabcb9ba81ba414d142ac7f52a6c80ea645f5fcba12ca21122a495
 SHA512 
39c0a1d3d5027bc61cc69eda46c846c72d09892b2de0ea2e9545b1f710911dce8726b4ee4a0daef0d3c409a16733920d437f6e833a5b3f55ccc80267bb0da39c
+DIST dogpile.cache-0.9.1.tar.gz 329015 BLAKE2B 
23a33ccf024153e39bdccebefc33c866990733432abd2bdd715a0f180f0059a2ff8315024d59d3ad9c79a01561fda3a802a867d359961d7655bdf790556c7a2f
 SHA512 
7d84325dd7ec2d85027472f07cddd51f495b75dc9dbbcbf26bad7aaabfee8c2da99e0c247851282b228528a87e54d98e04d8451a3ca3a571e84a4a2bb33e72f2

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
new file mode 100644
index 000..2f4d32066ff
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
+HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2020-03-27 Thread Michał Górny
commit: 8ce201e89c15cb018d39193f6ff13d5cb08567dd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 07:07:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 07:25:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce201e8

dev-python/dogpile-cache: Remove redundant versions

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

 dev-python/dogpile-cache/Manifest  |  1 -
 .../dogpile-cache/dogpile-cache-0.6.4.ebuild   | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 8bdcb0bc1a6..e99a04d37c8 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1 @@
-DIST dogpile.cache-0.6.4.tar.gz 315533 BLAKE2B 
92848b82d923c6d19bc3aa7f0f1c399f8d7131bc308a79686269e904520e6b690c8d78a3c715e3e9153f81f1478bbb6e82ed6caad60a791e2488b023f1fe3d8c
 SHA512 
0e86ed6aacbfbbbefdc3622ac956679c4986c77989daa3c3e845d4b8dbbf7945b4d0764789f03540b2ff59712e2ee86c8283cc3ee8d9e950f9ef1772db7ea137
 DIST dogpile.cache-0.7.1.tar.gz 326127 BLAKE2B 
358391033d1d22b2711052f1aa3003c0c5f2da42b33b3f4fbb2d582418b0b42695db5df638dabcb9ba81ba414d142ac7f52a6c80ea645f5fcba12ca21122a495
 SHA512 
39c0a1d3d5027bc61cc69eda46c846c72d09892b2de0ea2e9545b1f710911dce8726b4ee4a0daef0d3c409a16733920d437f6e833a5b3f55ccc80267bb0da39c

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild
deleted file mode 100644
index 1dab8134c6e..000
--- a/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild
+++ /dev/null
@@ -1,31 +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
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
-HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}] )"
-
-# This time half the doc files are missing; Do you want them? toss a coin
-
-python_test() {
-   "${EPYTHON}" ./setup.py test || die "test failed under ${EPYTHON}"
-}



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

2018-02-23 Thread Matt Thode
commit: 918902b0eecf69609b97d316f0692125a45d374d
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 24 04:49:14 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Feb 24 05:51:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918902b0

dev-python/dogpile-cache: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/dogpile-cache/Manifest  |  2 --
 .../dogpile-cache/dogpile-cache-0.6.1.ebuild   | 35 --
 .../dogpile-cache/dogpile-cache-0.6.2.ebuild   | 35 --
 3 files changed, 72 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index a12e81c0759..a90153d71d3 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,3 +1 @@
-DIST dogpile.cache-0.6.1.tar.gz 324046 BLAKE2B 
eaa8f077c7a205143aafa359e293a424f8236cb0e489d221dc16be527d9867dbe9c6b8d2ee9c3c2fb6cdc8c407d0e7884b41c187d16df4fcac30ccf6ba96271f
 SHA512 
c4743a88688d8f596469f2b3adf0cd862dd32891ae8c50d0c0421a984dfec872cbbecf936f704cf4351ae26b3ab4a26ae3b416f7c7f2ce3c41f8da2c9223178b
-DIST dogpile.cache-0.6.2.tar.gz 329762 BLAKE2B 
8509f9472370a63bede905d5d7ff9e6b60b07c8ce1fad6bf6b90c095ac40ae1ba701b0772ea80f40f0cefb089ee3f23f686d0863dbd10ec823b83b7163627c4f
 SHA512 
5882e0a355db0bec9c1a0836034481d39008051ff42f48c85679ac70a42c6366d1bcbd01ecd3ca868d7ad725197e626e52b004d62269827e2605a4ecd491ce99
 DIST dogpile.cache-0.6.4.tar.gz 315533 BLAKE2B 
92848b82d923c6d19bc3aa7f0f1c399f8d7131bc308a79686269e904520e6b690c8d78a3c715e3e9153f81f1478bbb6e82ed6caad60a791e2488b023f1fe3d8c
 SHA512 
0e86ed6aacbfbbbefdc3622ac956679c4986c77989daa3c3e845d4b8dbbf7945b4d0764789f03540b2ff59712e2ee86c8283cc3ee8d9e950f9ef1772db7ea137

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.6.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.6.1.ebuild
deleted file mode 100644
index 30e5999d26f..000
--- a/dev-python/dogpile-cache/dogpile-cache-0.6.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
-HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}] )"
-
-# This time half the doc files are missing; Do you want them? toss a coin
-
-python_test() {
-   # crikey. testsuite written for py3, 5 tests fail under py2.7
-   if [[ "${EPYTHON}" != "python2.7" ]]; then
-   nosetests || die "test failed under ${EPYTHON}"
-   else
-   einfo "testsuite restricted for python2.7"
-   fi
-}

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.6.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.6.2.ebuild
deleted file mode 100644
index 30e5999d26f..000
--- a/dev-python/dogpile-cache/dogpile-cache-0.6.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
-HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}] )"
-
-# This time half the doc files are missing; Do you want them? toss a coin
-
-python_test() {
-   # crikey. testsuite written for py3, 5 tests fail under py2.7
-   if [[ "${EPYTHON}" != "python2.7" ]]; then
-   nosetests || die "test failed under ${EPYTHON}"
-   else
-   einfo "testsuite restricted for python2.7"
-   fi
-}



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

2017-08-15 Thread Patrice Clement
commit: bd36ce4c400a0e6ceb0106e9481cf8b18a24398d
Author: Nelo-T. Wallus  wallus  de>
AuthorDate: Mon Aug 14 18:23:47 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug 15 20:54:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd36ce4c

dev-python/dogpile-cache: version bump to 0.7.4.

This commit:
* bumps EAPI to version 6.
* enables python version 3.6.

Tests now work with Python 2.7.

Package-Manager: Portage-2.3.7, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5420

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-0.6.4.ebuild   | 30 ++
 dev-python/dogpile-cache/metadata.xml  |  8 +++---
 3 files changed, 35 insertions(+), 4 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 1a702001453..b14496325c1 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1,3 @@
 DIST dogpile.cache-0.6.1.tar.gz 324046 SHA256 
69b52dc56bb52d974e9e9fb2764e1311abcd1fd625de07b4e5c05550ac9b40c0 SHA512 
c4743a88688d8f596469f2b3adf0cd862dd32891ae8c50d0c0421a984dfec872cbbecf936f704cf4351ae26b3ab4a26ae3b416f7c7f2ce3c41f8da2c9223178b
 WHIRLPOOL 
3e9d4f8475efd34786f8722a9073cbb434bef8a8f5ada22e0309b143fda2a3909af91d69fb2092f6443a1e4ede9650529afbae2514c1374739582eecf05e1ffc
 DIST dogpile.cache-0.6.2.tar.gz 329762 SHA256 
73793471af07af6dc5b3ee015abfaca4220caaa34c615537f5ab007ed150726d SHA512 
5882e0a355db0bec9c1a0836034481d39008051ff42f48c85679ac70a42c6366d1bcbd01ecd3ca868d7ad725197e626e52b004d62269827e2605a4ecd491ce99
 WHIRLPOOL 
c88f0c503b157c65aae4881b7339c7af7f5b5b045d812220e59736fc78737ae7004bbc0595b5cfed590e5b7d76331b156fa0f28805981bee49ff666a3172ee78
+DIST dogpile.cache-0.6.4.tar.gz 315533 SHA256 
a73aa3049cd88d7ec57a1c2e8946abdf4f14188d429c1023943fcc55c4568da1 SHA512 
0e86ed6aacbfbbbefdc3622ac956679c4986c77989daa3c3e845d4b8dbbf7945b4d0764789f03540b2ff59712e2ee86c8283cc3ee8d9e950f9ef1772db7ea137
 WHIRLPOOL 
ede8bff7a2d742a75b6d7aa40d42d17366379009d5cc9ac6313fe0523f906646e381537f7079564db14126db5314aede7b7d7c91818c707aee107dcefa47ea73

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild
new file mode 100644
index 000..f42dbc5de8e
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
+HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}] )"
+
+# This time half the doc files are missing; Do you want them? toss a coin
+
+python_test() {
+   "${EPYTHON}" ./setup.py test || die "test failed under ${EPYTHON}"
+}

diff --git a/dev-python/dogpile-cache/metadata.xml 
b/dev-python/dogpile-cache/metadata.xml
index f5fa387f97b..823622b3f9e 100644
--- a/dev-python/dogpile-cache/metadata.xml
+++ b/dev-python/dogpile-cache/metadata.xml
@@ -10,10 +10,10 @@
Openstack


-A caching API built around the concept of a "dogpile lock", which allows
-   continued access to an expiring data value while
-   a single thread generates a new value.
-  
+   A caching API built around the concept of a "dogpile lock", 
which allows
+   continued access to an expiring data value while
+   a single thread generates a new value.
+   

dogpile.cache
zzzeek/dogpile.cache



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

2016-06-07 Thread Matt Thode
commit: 4ac3f7a926291d9728fc485005447b4d92c1ceac
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  7 14:15:33 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Jun  7 14:15:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac3f7a9

dev-python/dogpile-cache: removing old

Package-Manager: portage-2.2.28

 dev-python/dogpile-cache/Manifest  |  3 --
 .../dogpile-cache/dogpile-cache-0.5.1.ebuild   | 30 --
 .../dogpile-cache/dogpile-cache-0.5.2.ebuild   | 35 -
 .../dogpile-cache/dogpile-cache-0.5.4.ebuild   | 36 --
 4 files changed, 104 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index ae4022f..86dc906 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,5 +1,2 @@
-DIST dogpile.cache-0.5.1.tar.gz 169450 SHA256 
1f3165222bc23418cb9d3f1a2c9d554a091f412e5bc871ea0c48a19b576d06c0 SHA512 
e9b9b8b7caf269cfecc8d333bd04714d908860e1e54720ce3329fae7be14995f8de6f1225e0cf6a782d5ef53ddd3482acc36a3440eb772e03f3d5029faeecc5c
 WHIRLPOOL 
ba14fc61604c78af038b6520079bbca1a46a889abebf69305f5722142cd47a45da966d8db64ec24cc7148363a22b109d89e4200087cc235a0721aea94f5c6a2c
-DIST dogpile.cache-0.5.2.tar.gz 173765 SHA256 
acdcb69e7eb8421678172fe8709d6d92bf7249022a70e4d7c84316d4e2d1d1b5 SHA512 
dcce0e06de4d053e16020ca32f210c79a7eab21b7d09a8041e655940f03e32c91919a26d75114fffa087bc8a33052d5b1b04aeaea92d663ba4237f2990de2f05
 WHIRLPOOL 
8cec6f397487dbd2d61e1ed0f9b96f08d0f560af2f13b92b819d5fb402616d59a8c1a50aab518c07413af40b9405214ff4b66448912e33839a7a8b9920541b76
-DIST dogpile.cache-0.5.4.tar.gz 185676 SHA256 
9eab7a5dc05ad1b6573144c4a2717226b5c38811f9ec29b514e774535a91ea24 SHA512 
ae73b8c82745cbde7b46f532e127c044a01e7b85d2e91b5f0a16da51fb9d70d48e2de55278db68f892a9b604e4f32e19a4a73c11393e04b599c8892280f9b5fe
 WHIRLPOOL 
97b6dd6374940f081d60a7eba43844f17f39dbfa6df14ef18e9e8241b844f467126f4ffca3dd284408855d46c7f2299bb24bc9f2715271e2303e440a3b912f95
 DIST dogpile.cache-0.5.7.tar.gz 288083 SHA256 
dcf99b09ddf3d8216b1b4378100eb0235619612fb0e6300ba5d74f10962d0956 SHA512 
52acc9027577bd254e3c9b88f1e178534ba3b74675b83ad5dcc37443f77e674018123499d0da42d856790c949d7cf0c2070d29110b083ee7e99c4040263cb06c
 WHIRLPOOL 
74f94e870cb8b64ada6b032947804835d10ac952badf8cc10ad9ad066bd3d751aefd7352392da96a076502df46ade5dc5a50da50e45d89ce2221fec3d47a8b46
 DIST dogpile.cache-0.6.1.tar.gz 324046 SHA256 
69b52dc56bb52d974e9e9fb2764e1311abcd1fd625de07b4e5c05550ac9b40c0 SHA512 
c4743a88688d8f596469f2b3adf0cd862dd32891ae8c50d0c0421a984dfec872cbbecf936f704cf4351ae26b3ab4a26ae3b416f7c7f2ce3c41f8da2c9223178b
 WHIRLPOOL 
3e9d4f8475efd34786f8722a9073cbb434bef8a8f5ada22e0309b143fda2a3909af91d69fb2092f6443a1e4ede9650529afbae2514c1374739582eecf05e1ffc

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.5.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.5.1.ebuild
deleted file mode 100644
index b45f525..000
--- a/dev-python/dogpile-cache/dogpile-cache-0.5.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="API built on a lock allowing access to expiring values while a 
single thread generates a new value."
-HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]
-   test? ( dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-# This time half the doc files are missing; Do you want them?
-
-python_test() {
-   nosetests || die "test failed under ${EPYTHON}"
-}

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild
deleted file mode 100644
index dedf7eb..000
--- a/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="API built on a lock allowing access to expiring values while a 
single thread generates a new value."
-HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache;
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/mock[${PYTHON_USEDEP}]

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

2016-06-07 Thread Matt Thode
commit: 0f0ccd647e91c639efffba1981fa66029b8fb44e
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  7 14:13:06 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Jun  7 14:13:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f0ccd64

dev-python/dogpile-cache: bup for bug 585246

Package-Manager: portage-2.2.28

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-0.6.1.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index e4af55e..ae4022f 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -2,3 +2,4 @@ DIST dogpile.cache-0.5.1.tar.gz 169450 SHA256 
1f3165222bc23418cb9d3f1a2c9d554a09
 DIST dogpile.cache-0.5.2.tar.gz 173765 SHA256 
acdcb69e7eb8421678172fe8709d6d92bf7249022a70e4d7c84316d4e2d1d1b5 SHA512 
dcce0e06de4d053e16020ca32f210c79a7eab21b7d09a8041e655940f03e32c91919a26d75114fffa087bc8a33052d5b1b04aeaea92d663ba4237f2990de2f05
 WHIRLPOOL 
8cec6f397487dbd2d61e1ed0f9b96f08d0f560af2f13b92b819d5fb402616d59a8c1a50aab518c07413af40b9405214ff4b66448912e33839a7a8b9920541b76
 DIST dogpile.cache-0.5.4.tar.gz 185676 SHA256 
9eab7a5dc05ad1b6573144c4a2717226b5c38811f9ec29b514e774535a91ea24 SHA512 
ae73b8c82745cbde7b46f532e127c044a01e7b85d2e91b5f0a16da51fb9d70d48e2de55278db68f892a9b604e4f32e19a4a73c11393e04b599c8892280f9b5fe
 WHIRLPOOL 
97b6dd6374940f081d60a7eba43844f17f39dbfa6df14ef18e9e8241b844f467126f4ffca3dd284408855d46c7f2299bb24bc9f2715271e2303e440a3b912f95
 DIST dogpile.cache-0.5.7.tar.gz 288083 SHA256 
dcf99b09ddf3d8216b1b4378100eb0235619612fb0e6300ba5d74f10962d0956 SHA512 
52acc9027577bd254e3c9b88f1e178534ba3b74675b83ad5dcc37443f77e674018123499d0da42d856790c949d7cf0c2070d29110b083ee7e99c4040263cb06c
 WHIRLPOOL 
74f94e870cb8b64ada6b032947804835d10ac952badf8cc10ad9ad066bd3d751aefd7352392da96a076502df46ade5dc5a50da50e45d89ce2221fec3d47a8b46
+DIST dogpile.cache-0.6.1.tar.gz 324046 SHA256 
69b52dc56bb52d974e9e9fb2764e1311abcd1fd625de07b4e5c05550ac9b40c0 SHA512 
c4743a88688d8f596469f2b3adf0cd862dd32891ae8c50d0c0421a984dfec872cbbecf936f704cf4351ae26b3ab4a26ae3b416f7c7f2ce3c41f8da2c9223178b
 WHIRLPOOL 
3e9d4f8475efd34786f8722a9073cbb434bef8a8f5ada22e0309b143fda2a3909af91d69fb2092f6443a1e4ede9650529afbae2514c1374739582eecf05e1ffc

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.6.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.6.1.ebuild
new file mode 100644
index 000..78c103a
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-0.6.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
+HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}] )"
+
+# This time half the doc files are missing; Do you want them? toss a coin
+
+python_test() {
+   # crikey. testsuite written for py3, 5 tests fail under py2.7
+   if [[ "${EPYTHON}" != "python2.7" ]]; then
+   nosetests || die "test failed under ${EPYTHON}"
+   else
+   einfo "testsuite restricted for python2.7"
+   fi
+}



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

2016-03-24 Thread Matt Thode
commit: ffd08abb328a6203ee670a2c3d827b59df5a8ce1
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 25 03:51:18 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 25 03:51:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd08abb

dev-python/dogpile-cache: adding py35/arm64

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.5.7.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.5.7.ebuild
index 34cf9c6..d4004f2 100644
--- a/dev-python/dogpile-cache/dogpile-cache-0.5.7.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-0.5.7.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit distutils-r1
 



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

2016-03-24 Thread Matt Thode
commit: 579c208134a5827c0ffcacda1a907196060b7a31
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 25 02:38:04 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 25 02:42:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579c2081

dev-python/dogpile-cache: bup for mitaka

Package-Manager: portage-2.2.26

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-0.5.7.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 246402e..e4af55e 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,3 +1,4 @@
 DIST dogpile.cache-0.5.1.tar.gz 169450 SHA256 
1f3165222bc23418cb9d3f1a2c9d554a091f412e5bc871ea0c48a19b576d06c0 SHA512 
e9b9b8b7caf269cfecc8d333bd04714d908860e1e54720ce3329fae7be14995f8de6f1225e0cf6a782d5ef53ddd3482acc36a3440eb772e03f3d5029faeecc5c
 WHIRLPOOL 
ba14fc61604c78af038b6520079bbca1a46a889abebf69305f5722142cd47a45da966d8db64ec24cc7148363a22b109d89e4200087cc235a0721aea94f5c6a2c
 DIST dogpile.cache-0.5.2.tar.gz 173765 SHA256 
acdcb69e7eb8421678172fe8709d6d92bf7249022a70e4d7c84316d4e2d1d1b5 SHA512 
dcce0e06de4d053e16020ca32f210c79a7eab21b7d09a8041e655940f03e32c91919a26d75114fffa087bc8a33052d5b1b04aeaea92d663ba4237f2990de2f05
 WHIRLPOOL 
8cec6f397487dbd2d61e1ed0f9b96f08d0f560af2f13b92b819d5fb402616d59a8c1a50aab518c07413af40b9405214ff4b66448912e33839a7a8b9920541b76
 DIST dogpile.cache-0.5.4.tar.gz 185676 SHA256 
9eab7a5dc05ad1b6573144c4a2717226b5c38811f9ec29b514e774535a91ea24 SHA512 
ae73b8c82745cbde7b46f532e127c044a01e7b85d2e91b5f0a16da51fb9d70d48e2de55278db68f892a9b604e4f32e19a4a73c11393e04b599c8892280f9b5fe
 WHIRLPOOL 
97b6dd6374940f081d60a7eba43844f17f39dbfa6df14ef18e9e8241b844f467126f4ffca3dd284408855d46c7f2299bb24bc9f2715271e2303e440a3b912f95
+DIST dogpile.cache-0.5.7.tar.gz 288083 SHA256 
dcf99b09ddf3d8216b1b4378100eb0235619612fb0e6300ba5d74f10962d0956 SHA512 
52acc9027577bd254e3c9b88f1e178534ba3b74675b83ad5dcc37443f77e674018123499d0da42d856790c949d7cf0c2070d29110b083ee7e99c4040263cb06c
 WHIRLPOOL 
74f94e870cb8b64ada6b032947804835d10ac952badf8cc10ad9ad066bd3d751aefd7352392da96a076502df46ade5dc5a50da50e45d89ce2221fec3d47a8b46

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.5.7.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.5.7.ebuild
new file mode 100644
index 000..34cf9c6
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-0.5.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="API built on a lock allowing access to expiring values while a 
single thread generates a new value."
+HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   
>=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}] )"
+
+# This time half the doc files are missing; Do you want them? toss a coin
+
+python_test() {
+   # crikey. testsuite written for py3, 5 tests fail under py2.7
+   if [[ "${EPYTHON}" != "python2.7" ]]; then
+   nosetests || die "test failed under ${EPYTHON}"
+   else
+   einfo "testsuite restricted for python2.7"
+   fi
+}



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

2016-02-27 Thread Matt Thode
commit: e5722b314d5f87a7992a9f8e13503a4b1abc5bd6
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 07:15:26 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 07:15:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5722b31

dev-python/dogpile-cache: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild
index bf9d347..1c06276 100644
--- a/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/dogpile.cache-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 RDEPEND=">=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]"