commit:     abc5856c7cf1a3fe4897a0aa60308d7faa43b6a0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 02:18:28 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 02:18:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc5856c

dev-python/dogpile-cache: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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

Reply via email to