public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Wegener" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cachetools/
Date: Fri,  1 Dec 2017 18:27:40 +0000 (UTC)	[thread overview]
Message-ID: <1512152855.bfe0f51819c13b42f6b04b03c7487759c7fd4140.swegener@gentoo> (raw)

commit:     bfe0f51819c13b42f6b04b03c7487759c7fd4140
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 17:55:48 2017 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 18:27:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe0f518

dev-python/cachetools: Add setuptools dependency

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/cachetools/Manifest                | 6 +++---
 dev-python/cachetools/cachetools-1.1.5.ebuild | 5 ++---
 dev-python/cachetools/cachetools-2.0.0.ebuild | 1 +
 dev-python/cachetools/cachetools-2.0.1.ebuild | 1 +
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest
index 72397c57615..b87f381e813 100644
--- a/dev-python/cachetools/Manifest
+++ b/dev-python/cachetools/Manifest
@@ -1,3 +1,3 @@
-DIST cachetools-1.1.5.tar.gz 13378 SHA256 9810dd6afaec9e9eaae5ec33f2aa7117214a7a3f8427e70ab23939fe4d1bf279 SHA512 2565fa8666dffe5cbc349f80e719e0ae0df3ec36de3843f368fa67777b4e957c81f8c32f7d6eb704ea1fda5c2851bf57d68e563afa63ed0f7664d3615671f998 WHIRLPOOL 6118a940e3eea2b13a8c0544da87089cdb548b85de5c176f1449bb17e335b7fd975be66e6a33c2b5eb8cd04ad0f15f8e84810c3431dcfeab61627d28158780a7
-DIST cachetools-2.0.0.tar.gz 18592 SHA256 715a7202240dc20dbe83abdb2d804d543e2d4f07af146f53c82166bd75f3a628 SHA512 b1e7a6ed87a82a981f6c9b27bc96f26fdae241a12db85ff890538935e957d7ea88688e20a000691466bdb7db053f8c2145385dfcec6f5f4d84dd812ca419752d WHIRLPOOL 1ea550d341b6586381b83b672eac41411b041a04ee579d5424215d69d0a3ac603f79b98165d97100abf64ee1e15aab100cbb0c50082a0ad65446e5b552d34e23
-DIST cachetools-2.0.1.tar.gz 18790 SHA256 ede01f2d3cbd6ddc9e35e16c2b0ce011d8bb70ce0dbaf282f5b4df24b213bc5d SHA512 4caad0676dab2a2ab922138c8305c7e40ac671aaec59ce502428608217976045af7a714c51567ff020987d3bf90f0c9c51645a59bb4f68d377e1f8dbed24bade WHIRLPOOL 372a28e0f01087bae226ffdde9e7f9d4858f94046d390859faca702ddc19f62da17fb2faff16b9651f7646c498cb865d2eda846a32f0c1b2be7520b67202a264
+DIST cachetools-1.1.5.tar.gz 13378 BLAKE2B 68fadc9a3807e28a623671417bad192222120d408e204159956c31d2c285e7debea166c1298e9d6cc6f3ecc7c6a05bcf4a5270f303872925e0f5603a2da51bc3 SHA512 2565fa8666dffe5cbc349f80e719e0ae0df3ec36de3843f368fa67777b4e957c81f8c32f7d6eb704ea1fda5c2851bf57d68e563afa63ed0f7664d3615671f998
+DIST cachetools-2.0.0.tar.gz 18592 BLAKE2B edf075b10dfcd9da9416141e8341b06ab93c88d9af59df3b960dd666e305aa94cebc46bc4290f324369a8ffd81853136b9d8318f20257d234f7e0fef7784e41a SHA512 b1e7a6ed87a82a981f6c9b27bc96f26fdae241a12db85ff890538935e957d7ea88688e20a000691466bdb7db053f8c2145385dfcec6f5f4d84dd812ca419752d
+DIST cachetools-2.0.1.tar.gz 18790 BLAKE2B 48ce160117086306f5dd7fa7d74b12cd05db76089a1b98e78fa77b81e0f99516523fcef1d43c434137689b45e988ba7471469009049337f8e4a9a8aa6bb2e2b8 SHA512 4caad0676dab2a2ab922138c8305c7e40ac671aaec59ce502428608217976045af7a714c51567ff020987d3bf90f0c9c51645a59bb4f68d377e1f8dbed24bade

diff --git a/dev-python/cachetools/cachetools-1.1.5.ebuild b/dev-python/cachetools/cachetools-1.1.5.ebuild
index 29819db959e..3f953c75b8b 100644
--- a/dev-python/cachetools/cachetools-1.1.5.ebuild
+++ b/dev-python/cachetools/cachetools-1.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,5 +16,4 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/cachetools/cachetools-2.0.0.ebuild b/dev-python/cachetools/cachetools-2.0.0.ebuild
index cd68328fa25..ae128ff5b3f 100644
--- a/dev-python/cachetools/cachetools-2.0.0.ebuild
+++ b/dev-python/cachetools/cachetools-2.0.0.ebuild
@@ -18,6 +18,7 @@ IUSE="test"
 
 RDEPEND=""
 DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
 	test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 python_test() {

diff --git a/dev-python/cachetools/cachetools-2.0.1.ebuild b/dev-python/cachetools/cachetools-2.0.1.ebuild
index cd68328fa25..ae128ff5b3f 100644
--- a/dev-python/cachetools/cachetools-2.0.1.ebuild
+++ b/dev-python/cachetools/cachetools-2.0.1.ebuild
@@ -18,6 +18,7 @@ IUSE="test"
 
 RDEPEND=""
 DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
 	test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 python_test() {


             reply	other threads:[~2017-12-01 18:27 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-01 18:27 Sven Wegener [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-23 17:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/cachetools/ Michał Górny
2025-02-21  5:20 Michał Górny
2025-02-08 11:45 Michał Górny
2025-02-08 10:47 Arthur Zamarin
2025-01-22  7:21 Michał Górny
2024-09-07 12:15 Michał Górny
2024-09-07 11:26 Jakov Smolić
2024-08-19  4:39 Michał Górny
2024-08-03  6:37 Michał Górny
2024-08-03  6:24 Michał Górny
2024-07-16  5:30 Michał Górny
2024-05-17 14:26 Michał Górny
2024-03-13 15:01 Michał Górny
2024-03-13 13:50 Arthur Zamarin
2024-02-27  6:38 Michał Górny
2023-11-25 10:35 Michał Górny
2023-11-25  7:37 Arthur Zamarin
2023-10-25  4:19 Matthew Thode
2023-08-05 11:38 WANG Xuerui
2023-06-27 11:50 Michał Górny
2023-05-28  2:50 Michał Górny
2023-05-26 20:26 Arthur Zamarin
2023-04-16  3:39 Sam James
2023-03-05  7:39 Arthur Zamarin
2023-03-04  6:08 Arthur Zamarin
2023-03-04  5:29 Arthur Zamarin
2023-03-03 18:22 Arthur Zamarin
2023-03-03 17:51 Arthur Zamarin
2023-03-03 17:50 Arthur Zamarin
2023-02-16 14:13 Michał Górny
2023-02-16  5:22 Sam James
2023-02-01  6:57 Arthur Zamarin
2023-02-01  6:49 Arthur Zamarin
2023-02-01  6:49 Arthur Zamarin
2023-02-01  6:43 Arthur Zamarin
2023-01-23  7:34 Michał Górny
2023-01-13 12:37 Arthur Zamarin
2023-01-09  8:09 Michał Górny
2022-12-26  7:52 Sam James
2022-11-30 19:21 Michał Górny
2022-06-16  9:18 Michał Górny
2022-06-16  8:59 Jakov Smolić
2022-05-30  7:22 Michał Górny
2022-05-16  7:56 Michał Górny
2022-03-24 22:50 Jakov Smolić
2022-01-26 20:25 Jakov Smolić
2021-12-21 20:50 Arthur Zamarin
2021-10-31 20:09 Arthur Zamarin
2021-10-31 17:55 Sam James
2021-09-30 21:50 Michał Górny
2021-09-29 21:59 Michał Górny
2021-06-05 21:01 Michał Górny
2021-05-09 11:35 Michał Górny
2021-04-28  8:16 Michał Górny
2021-02-26  8:30 Michał Górny
2021-01-25  8:21 Michał Górny
2021-01-17 16:16 Sam James
2020-08-21 15:36 Agostino Sarubbo
2020-08-18  8:50 Michał Górny
2020-08-18  8:50 Michał Górny
2020-07-15  8:10 Michał Górny
2020-07-15  8:10 Michał Górny
2020-05-09 10:16 Fabian Groffen
2020-03-19 18:44 Michał Górny
2020-02-04 15:29 Michał Górny
2020-02-04 13:42 Michał Górny
2019-12-06 15:52 Matthew Thode
2019-06-24  0:15 Matthew Thode
2019-05-24 18:13 Matthew Thode
2019-02-28 16:22 Matthew Thode
2019-01-30 18:38 Matthew Thode
2018-12-04 17:59 Matthew Thode
2018-11-05 16:12 Matthew Thode
2018-06-13 19:40 Matt Thode
2018-05-13 16:58 Matt Thode
2017-09-09 23:17 Matt Thode
2017-08-12  2:22 Matt Thode
2017-05-04  1:21 Zac Medico
2016-03-25  4:37 Matt Thode
2016-02-28  7:25 Matt Thode
2015-10-31 11:28 Matt Thode
2015-09-03 21:29 Matt Thode

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=1512152855.bfe0f51819c13b42f6b04b03c7487759c7fd4140.swegener@gentoo \
    --to=swegener@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