diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-04 19:14:59 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-04 19:14:59 +0000 |
| commit | eb879137397b2780739bdbeddd7ea01439186c1c (patch) | |
| tree | ba318372285287dd4fa2c6661bc832810bd34b26 /dev-python/dogpile-cache | |
| parent | 50a73c5441045f14bdb49aededf33cd7f23ff891 (diff) | |
| download | baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.tar.gz baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.tar.xz baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/dogpile-cache')
| -rw-r--r-- | dev-python/dogpile-cache/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/dogpile-cache/dogpile-cache-1.4.0.ebuild | 35 | ||||
| -rw-r--r-- | dev-python/dogpile-cache/dogpile-cache-1.4.1.ebuild | 34 |
3 files changed, 0 insertions, 71 deletions
diff --git a/dev-python/dogpile-cache/Manifest b/dev-python/dogpile-cache/Manifest index e9f20cfb92cd..b19a2a2141ee 100644 --- a/dev-python/dogpile-cache/Manifest +++ b/dev-python/dogpile-cache/Manifest @@ -1,3 +1 @@ -DIST dogpile_cache-1.4.0.tar.gz 937468 BLAKE2B 3e1b79a1a304a48f67ca89d02ff5cd69ccb48d4c6b0bc232f253c63ce094fc61608a9e9e0a7216bc8cdb7a1eea22d561e1f57632d5aee3a202d927c6863229bd SHA512 65ba9df054ac1d5f4e263277bff8ccb3a202b7b7f7007c4fa0ad80517ffc1000b4a06819aa00c9f6be4d7dcddea1762153377825b81b9ff1159598510e2b2242 -DIST dogpile_cache-1.4.1.tar.gz 939952 BLAKE2B d7f5ce38303b04527820a2bb6473a240ac44cc2ff692a3956db513b904def87967cb58db4cb39d0d75d8d30d38a5f5fac7e8a0bef3f0acc3096e402084745cb7 SHA512 f9dbac66c59299d7ef5095dca2301ad9b55d9fdbb11f69caa348011db4df97691761974ff05254b8aa3c541c2e1b72ff8c99d72083a38d4ae7a9f1d5c330919d DIST dogpile_cache-1.5.0.tar.gz 947962 BLAKE2B 39b662615fa5d75a98088fba0d2ac8e6ac51dcf5944842636e726e3639b9e84ccc08cbae0405a1360a3baab68a891ae7ad09535a32677597ae97c970948fa76d SHA512 4cfddba140011c6fb6edc0f7809e5bab16e03571fdc40a25a904bde8ff6a919d135a2c67a54f799d8991f79322ae2c2f76a2b40f4a62b869087eebcf5ad5f475 diff --git a/dev-python/dogpile-cache/dogpile-cache-1.4.0.ebuild b/dev-python/dogpile-cache/dogpile-cache-1.4.0.ebuild deleted file mode 100644 index 69ed48fe9573..000000000000 --- a/dev-python/dogpile-cache/dogpile-cache-1.4.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{10..14} ) - -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.4.1.ebuild b/dev-python/dogpile-cache/dogpile-cache-1.4.1.ebuild deleted file mode 100644 index ec42511dc708..000000000000 --- a/dev-python/dogpile-cache/dogpile-cache-1.4.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{10..14} ) - -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}] - ) -" - -EPYTEST_PLUGINS=() -# not xdist safe -distutils_enable_tests pytest |
