commit:     4692ed22cd1635709a92c9e4dc31a81f056450a6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 07:14:14 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 07:14:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4692ed22

dev-python/cachelib: Remove old

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

 dev-python/cachelib/Manifest              |  2 --
 dev-python/cachelib/cachelib-0.7.0.ebuild | 37 -------------------------------
 dev-python/cachelib/cachelib-0.8.0.ebuild | 37 -------------------------------
 3 files changed, 76 deletions(-)

diff --git a/dev-python/cachelib/Manifest b/dev-python/cachelib/Manifest
index a4d340e2d5f0..8407e64db8b8 100644
--- a/dev-python/cachelib/Manifest
+++ b/dev-python/cachelib/Manifest
@@ -1,3 +1 @@
-DIST cachelib-0.7.0.tar.gz 20650 BLAKE2B 
427101910200e4b13e1cc98582499d4f78066c5b904797ae1e9565c5bc6ea445a9ab8f9eed4e6a9a18dcf8aa0ce369ed455edf6f551ff5476a8101aa75cec192
 SHA512 
034bc14a2de2eb7a7fe52a51f5ff1f96c700c1d915430c0fae5f95bb045989fbbe82458c1dc17cd8ea54e016d014679628a7470e8564f43cd763480eb06d3153
-DIST cachelib-0.8.0.tar.gz 20532 BLAKE2B 
5c9eea33f52fc1ddb4eb6c25be64f43e08ed9c17f8fe233b492f293adee022ad840107a9806654d9446d2f249a78ff18d3c85c8964229df8341e7ce499e8431f
 SHA512 
da9ba99e9c6c70542883a183558561486f37098266c4eb38920494653229f78ac47c2c26499e660241231a606040940105434f260ee977599f605a42e9b3f802
 DIST cachelib-0.9.0.gh.tar.gz 26407 BLAKE2B 
8b1b6c725f5869fda4752db64ab4ee9ee9c748f0ed7e73cb5a9967d18d461cc29779a1e3dc18fcf4b9152f9586ed342fb97e75b4a9b7cb6f5efdeee02f8cf13e
 SHA512 
53b214ba95b0e368e48ddc1e9f904497055e4c37deb0d1946419c3b294eb0e999ea690f2b79bd4801ad80201fb823927bc2024cc493006e20f623955850bba71

diff --git a/dev-python/cachelib/cachelib-0.7.0.ebuild 
b/dev-python/cachelib/cachelib-0.7.0.ebuild
deleted file mode 100644
index d18a01eb133e..000000000000
--- a/dev-python/cachelib/cachelib-0.7.0.ebuild
+++ /dev/null
@@ -1,37 +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..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of cache libraries in the same API interface. 
Extracted from werkzeug"
-HOMEPAGE="
-       https://pypi.org/project/cachelib/
-       https://github.com/pallets-eco/cachelib/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-BDEPEND="
-       test? (
-               dev-python/pylibmc[${PYTHON_USEDEP}]
-               dev-python/pytest-xprocess[${PYTHON_USEDEP}]
-               dev-python/redis-py[${PYTHON_USEDEP}]
-               net-misc/memcached
-               www-servers/uwsgi[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       # bug #818523
-       tests/test_redis_cache.py
-)

diff --git a/dev-python/cachelib/cachelib-0.8.0.ebuild 
b/dev-python/cachelib/cachelib-0.8.0.ebuild
deleted file mode 100644
index c3b5d4c04719..000000000000
--- a/dev-python/cachelib/cachelib-0.8.0.ebuild
+++ /dev/null
@@ -1,37 +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..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of cache libraries in the same API interface. 
Extracted from werkzeug"
-HOMEPAGE="
-       https://pypi.org/project/cachelib/
-       https://github.com/pallets-eco/cachelib/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-BDEPEND="
-       test? (
-               dev-python/pylibmc[${PYTHON_USEDEP}]
-               dev-python/pytest-xprocess[${PYTHON_USEDEP}]
-               dev-python/redis-py[${PYTHON_USEDEP}]
-               net-misc/memcached
-               www-servers/uwsgi[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       # bug #818523
-       tests/test_redis_cache.py
-)

Reply via email to