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/cachecontrol/
Date: Thu,  2 Feb 2023 12:46:24 +0000 (UTC)	[thread overview]
Message-ID: <1675341699.ea90480af219521334050bcb19314a89745fd3d4.mgorny@gentoo> (raw)

commit:     ea90480af219521334050bcb19314a89745fd3d4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 12:41:39 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 12:41:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea90480a

dev-python/cachecontrol: Revert "Remove old"

Upstream has yanked the 0.12.12 release, so let's revert to 0.12.11.

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

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

diff --git a/dev-python/cachecontrol/Manifest b/dev-python/cachecontrol/Manifest
index 7bb1c215429e..fc75ad50a76e 100644
--- a/dev-python/cachecontrol/Manifest
+++ b/dev-python/cachecontrol/Manifest
@@ -1 +1,2 @@
+DIST cachecontrol-0.12.11.gh.tar.gz 41338 BLAKE2B 09ce2336216b69dbe9796d658db9f5b0d378259484cba3a78ecd789843e19683adc2b1b90d579cea8700d07ed55a93ecc3a56e5da2c8ab025e5084d2847d4dbf SHA512 be1c91f58edda36192f1267a8fdfdc50685ff57da5d84f5348b608982327993333f18f5c318a20cf258b16d2bc83272ba58317e8c4c44a84d5d1f93b522dfc8b
 DIST cachecontrol-0.12.12.gh.tar.gz 41909 BLAKE2B 1b36424e692beba817b650dfc493b78e99a99c7e1f27a845751d1372a926ce4750096aa3c608ea6c499d2bbb60b5410e18d963aeff1a3228cc835af0bd68c081 SHA512 d7477da4c3b64da2c9bbc1e65ee0a389d4631abd2aa7d7f2bbc66f96888dc036e717f8e4042f2adcd75215bdedce8626f7f4cb67c117d43ca546114f0fabd65c

diff --git a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
new file mode 100644
index 000000000000..fc3f51ae22e7
--- /dev/null
+++ b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="httplib2 caching for requests"
+HOMEPAGE="
+	https://pypi.org/project/CacheControl/
+	https://github.com/ionrock/cachecontrol/
+"
+SRC_URI="
+	https://github.com/ionrock/cachecontrol/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
+
+RDEPEND="
+	>=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/cherrypy[${PYTHON_USEDEP}]
+		dev-python/lockfile[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2023-02-02 12:46 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-02 12:46 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-27  7:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/cachecontrol/ Arthur Zamarin
2024-07-11 22:28 James Le Cuirot
2024-06-15 14:06 Michał Górny
2024-02-18  3:28 Michał Górny
2024-02-17 21:42 Jakov Smolić
2024-02-02  4:12 Michał Górny
2023-11-24 14:49 Michał Górny
2023-11-08  8:32 Michał Górny
2023-07-05  8:14 Michał Górny
2023-07-05  8:01 Arthur Zamarin
2023-06-08 10:21 Michał Górny
2023-06-01  4:07 Michał Górny
2023-02-03  7:19 Michał Górny
2023-02-02 12:46 Michał Górny
2023-02-02 12:46 Michał Górny
2023-01-03  2:53 WANG Xuerui
2022-11-18 15:14 Arthur Zamarin
2022-10-22 19:21 Michał Górny
2022-10-22 16:00 Arthur Zamarin
2022-10-22 14:54 Michał Górny
2022-10-21 16:38 Andreas Sturmlechner
2022-09-16 10:15 Arthur Zamarin
2022-09-15 20:29 Arthur Zamarin
2022-09-15 15:11 Agostino Sarubbo
2022-09-10 18:28 Arthur Zamarin
2022-09-08  5:32 Sam James
2022-09-08  5:32 Sam James
2022-09-08  5:32 Sam James
2022-09-08  5:19 Sam James
2022-09-07  2:16 Sam James
2022-09-06  6:49 Sam James
2022-09-03 11:25 Jakov Smolić
2022-08-10 13:12 Sam James
2022-05-16 13:03 Michał Górny
2022-04-20  7:47 Michał Górny
2022-01-31 22:27 Michał Górny
2022-01-31 10:43 Michał Górny
2018-09-26 11:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/CacheControl/ Manuel Rüger
2017-05-16 12:22 Manuel Rüger
2017-05-02 15:15 Michał Górny
2016-10-01 21:12 Patrick Lauer
2016-01-20 15:36 Justin Lecher
2015-11-23  6:44 Jeroen Roovers
2015-11-22  8:18 Markus Meier
2015-11-02 11:50 Justin Lecher
2015-10-10 18:49 Mikle Kolyada
2015-10-01 20:46 Markus Meier
2015-09-22 17:36 Tobias Klausmann
2015-09-08  8:16 Joshua Kinard
2015-09-06  5:20 Jeroen Roovers
2015-08-24 10:12 Justin Lecher

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=1675341699.ea90480af219521334050bcb19314a89745fd3d4.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