public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue, 14 Jun 2022 04:26:17 +0000 (UTC)	[thread overview]
Message-ID: <1655180770.4862aaad3f187b10be76a86029ea193bf54b3d11.mgorny@gentoo> (raw)

commit:     4862aaad3f187b10be76a86029ea193bf54b3d11
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 02:37:45 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 04:26:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4862aaad

dev-python/cachelib: Bump to 0.8.0

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

 dev-python/cachelib/Manifest              |  1 +
 dev-python/cachelib/cachelib-0.8.0.ebuild | 37 +++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/cachelib/Manifest b/dev-python/cachelib/Manifest
index 9cfbbc2615bf..5622ecb11e03 100644
--- a/dev-python/cachelib/Manifest
+++ b/dev-python/cachelib/Manifest
@@ -1,2 +1,3 @@
 DIST cachelib-0.6.0.tar.gz 21842 BLAKE2B a886e0d6558dd7b3e5cb70124ac48b1fd55de13bc15998da32111300505501252f96c419c2bf82f6101c51e70d2d98f5a49362554891513ea3d1c8522d17ab4c SHA512 a828b6a9e425efcfbae46c148f1f56fd6f4df2ce37ed72b90fc4c3ea9edec1273aa2f2e1f9ad59fad30d1b8e37d6794176b85a7b5afb2b65264bd992dfc5c4f6
 DIST cachelib-0.7.0.tar.gz 20650 BLAKE2B 427101910200e4b13e1cc98582499d4f78066c5b904797ae1e9565c5bc6ea445a9ab8f9eed4e6a9a18dcf8aa0ce369ed455edf6f551ff5476a8101aa75cec192 SHA512 034bc14a2de2eb7a7fe52a51f5ff1f96c700c1d915430c0fae5f95bb045989fbbe82458c1dc17cd8ea54e016d014679628a7470e8564f43cd763480eb06d3153
+DIST cachelib-0.8.0.tar.gz 20532 BLAKE2B 5c9eea33f52fc1ddb4eb6c25be64f43e08ed9c17f8fe233b492f293adee022ad840107a9806654d9446d2f249a78ff18d3c85c8964229df8341e7ce499e8431f SHA512 da9ba99e9c6c70542883a183558561486f37098266c4eb38920494653229f78ac47c2c26499e660241231a606040940105434f260ee977599f605a42e9b3f802

diff --git a/dev-python/cachelib/cachelib-0.8.0.ebuild b/dev-python/cachelib/cachelib-0.8.0.ebuild
new file mode 100644
index 000000000000..c3b5d4c04719
--- /dev/null
+++ b/dev-python/cachelib/cachelib-0.8.0.ebuild
@@ -0,0 +1,37 @@
+# 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	other threads:[~2022-06-14  4:26 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-14  4:26 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 11:44 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-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=1655180770.4862aaad3f187b10be76a86029ea193bf54b3d11.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