From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cachelib/
Date: Sat, 2 Mar 2024 11:44:02 +0000 (UTC) [thread overview]
Message-ID: <1709379822.158e1c65d66885d43d8d6c1474ee687ea85a6463.mgorny@gentoo> (raw)
commit: 158e1c65d66885d43d8d6c1474ee687ea85a6463
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 11:34:56 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 11:43:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=158e1c65
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.10.2-r1.ebuild | 44 ---------------------------
dev-python/cachelib/cachelib-0.11.0.ebuild | 44 ---------------------------
3 files changed, 90 deletions(-)
diff --git a/dev-python/cachelib/Manifest b/dev-python/cachelib/Manifest
index 52ca3c3790dc..5c504c9291ed 100644
--- a/dev-python/cachelib/Manifest
+++ b/dev-python/cachelib/Manifest
@@ -1,3 +1 @@
-DIST cachelib-0.10.2.gh.tar.gz 29249 BLAKE2B 2f15e59f1f3ff2dfabed4076e0e47888d16421b7e94cbe13903a39641d903e044c6879aec3a7ad1673e0bb19d7b668d69316bee9b8f8bb4176125de93bc547df SHA512 7168703bdca228982216c65cd1a765d727813e47a0522d5e84258251b8aebde4d6d561850f97232b4e6c054fe09487e35a251b3992682145ef49c5ff1212488b
-DIST cachelib-0.11.0.gh.tar.gz 29173 BLAKE2B f67a33b59d805997c89ee8ec1cbd268b2a12b459a56a3c7161a7fd660e72969c02cd94fd2048f54b256a25e050ce558b20f99d0b44a44dd51ed685894ce0123b SHA512 fd0d271866f09aa93b93579959b92e1d24e220bd3635fc0d16bee93119710afcaa8d7443c6dba5819c3b3ff841d8fe9eff1ebb69db496f9c56a74120644f8e52
DIST cachelib-0.12.0.gh.tar.gz 30768 BLAKE2B 5d147e63d0be58c7134f851cea79a002aa89b5364aec5c0e0906bfb9573578b094d71f361265b15eb519da897eed069d4aaeae1a8599176a95c074186018a713 SHA512 a35bfa9dfb6db8ae0e6fcdad86e5221d82144d5c0fcdb046b951d193f70f706712800b27c27825f8020314c521eb568131257ce0e20dc820cb3f7f8ffbf2650f
diff --git a/dev-python/cachelib/cachelib-0.10.2-r1.ebuild b/dev-python/cachelib/cachelib-0.10.2-r1.ebuild
deleted file mode 100644
index 6b8356cd97d6..000000000000
--- a/dev-python/cachelib/cachelib-0.10.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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="
- https://github.com/pallets-eco/cachelib/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-BDEPEND="
- test? (
- dev-db/redis
- dev-python/pylibmc[${PYTHON_USEDEP}]
- dev-python/pytest-xprocess[${PYTHON_USEDEP}]
- dev-python/redis[${PYTHON_USEDEP}]
- net-misc/memcached
- www-servers/uwsgi[python,${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
- # bug #818523
- tests/test_redis_cache.py
- # requires some test server running
- # (these tests require dev-python/boto3)
- tests/test_dynamodb_cache.py
-)
diff --git a/dev-python/cachelib/cachelib-0.11.0.ebuild b/dev-python/cachelib/cachelib-0.11.0.ebuild
deleted file mode 100644
index 11ffe3befda5..000000000000
--- a/dev-python/cachelib/cachelib-0.11.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-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="
- https://github.com/pallets-eco/cachelib/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-BDEPEND="
- test? (
- dev-db/redis
- dev-python/pylibmc[${PYTHON_USEDEP}]
- dev-python/pytest-xprocess[${PYTHON_USEDEP}]
- dev-python/redis[${PYTHON_USEDEP}]
- net-misc/memcached
- www-servers/uwsgi[python,${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
- # bug #818523
- tests/test_redis_cache.py
- # requires some test server running
- # (these tests require dev-python/boto3)
- tests/test_dynamodb_cache.py
-)
next reply other threads:[~2024-03-02 11:44 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-02 11:44 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-28 7:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/cachelib/ Michał Górny
2024-06-23 17:52 Michał Górny
2024-05-04 11:32 Michał Górny
2024-05-04 7:47 Arthur Zamarin
2024-05-04 7:13 Arthur Zamarin
2024-05-01 23:38 Sam James
2024-04-14 12:54 Michał Górny
2024-04-14 2:43 Michał Górny
2024-03-02 10:10 Arthur Zamarin
2024-02-11 19:49 Arthur Zamarin
2024-02-11 3:35 Michał Górny
2023-11-28 19:00 Arthur Zamarin
2023-05-01 11:51 Michał Górny
2023-05-01 6:20 Sam James
2023-05-01 6:20 Sam James
2023-04-13 15:30 Michał Górny
2023-03-04 5:53 Michał Górny
2023-03-04 5:29 Arthur Zamarin
2023-02-01 4:57 Michał Górny
2023-01-23 7:34 Michał Górny
2022-07-25 7:14 Michał Górny
2022-07-25 7:07 Agostino Sarubbo
2022-06-27 9:24 Michał Górny
2022-06-27 4:40 Michał Górny
2022-06-16 9:18 Michał Górny
2022-06-16 8:59 Jakov Smolić
2022-06-14 4:26 Michał Górny
2022-06-14 4:26 Michał Górny
2022-05-15 6:39 Michał Górny
2022-02-13 9:39 Michał Górny
2022-01-18 9:51 Michał Górny
2022-01-01 1:29 Michał Górny
2021-11-09 15:25 Michał Górny
2021-11-09 15:04 Jakov Smolić
2021-10-17 21:15 Michał Górny
2021-10-17 0:09 Sam James
2021-10-05 8:27 Michał Górny
2021-08-13 6:58 Michał Górny
2021-08-07 5:36 Sam James
2021-08-05 14:08 Sam James
2021-06-25 21:45 Michał Górny
2021-06-25 21:45 Michał Górny
2021-03-30 11:10 Michał Górny
2021-03-30 9:27 Sam James
2021-03-30 8:41 Michał Górny
2021-02-24 7:41 Michael Palimaka
2020-12-02 22:29 Aaron Bauman
2020-04-20 8:52 Michael Palimaka
2020-02-11 11:42 Alexey Shvetsov
2020-02-04 13:42 Michał Górny
2019-08-06 10:40 Agostino Sarubbo
2019-08-06 9:51 Agostino Sarubbo
2019-07-01 11:27 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1709379822.158e1c65d66885d43d8d6c1474ee687ea85a6463.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox