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/cachetools/
Date: Thu, 16 Jun 2022 09:18:53 +0000 (UTC)	[thread overview]
Message-ID: <1655371121.31e7bfd96806cddf6460db71111f7a54f99b1d62.mgorny@gentoo> (raw)

commit:     31e7bfd96806cddf6460db71111f7a54f99b1d62
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 09:13:44 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 09:18:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e7bfd9

dev-python/cachetools: Remove old

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

 dev-python/cachetools/Manifest                |  3 ---
 dev-python/cachetools/cachetools-4.2.4.ebuild | 17 -----------------
 dev-python/cachetools/cachetools-5.0.0.ebuild | 17 -----------------
 dev-python/cachetools/cachetools-5.1.0.ebuild | 22 ----------------------
 4 files changed, 59 deletions(-)

diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest
index c739afcaca55..f5b230471913 100644
--- a/dev-python/cachetools/Manifest
+++ b/dev-python/cachetools/Manifest
@@ -1,4 +1 @@
-DIST cachetools-4.2.4.tar.gz 25487 BLAKE2B 91979f72b8719f4fbc57421ded6edcca38106814997abd2a17c1147af55a1b64e11b347c8ef790cd8cdafbd83b8492d377540b872430d285584aa3d3228f6435 SHA512 29a6bb3a064e5603cd3e3882d8e5a6a6ef95ba3029716692c9a82d7186a0befcfb8ed4a0ee3ecb591fdff93a46836d5b25acca7ba5eab1ba837e86404aea8fcf
-DIST cachetools-5.0.0.tar.gz 26119 BLAKE2B 29d3c9d9859c4848d807dcf8d84614b23a125bdabd4188191e7ccb1536da249226ed4b21798b49c2eb764bfea4ba16b557440438a827b1bfd8d4c5b0984695e4 SHA512 3d311969a4fcc180767f4546f384e16d47bbeb5c1d97884006872317514ea2739560346d62d0afed1916def249d92f9ff14e4d964e9521de09132d3a83463a76
-DIST cachetools-5.1.0.tar.gz 26656 BLAKE2B 709b4e5ee7a0e86ccd0d947828f36b7c98765dddb0d628b28d17ed745633b747c16f17df7ffff79a87e8916702c4a513432b832a6d06f2ac57c1c9199e2adeef SHA512 6732c5a305c506843caa13cdacb210a83695a9cb65d065b95e1505530ffb6899200c1d89b66ede33b194b5af1a01ad99e79aa85ec754d854de476f243380bd53
 DIST cachetools-5.2.0.tar.gz 27342 BLAKE2B 905986bca98996fbc74c74bc5710b429ae63b4bf6283a3910e83a92cac461ef4a0271b1691a694fe8ecacf38eeeb921d7345c9e015f1400705662081d5e29dbd SHA512 e12766aef1725091edcdd0ef3687b891242f711de069c0d0642680d61dcca79e645e6ecb5f2e22470f189aba59daa2b5a830dc76791256517368f8912a065eef

diff --git a/dev-python/cachetools/cachetools-4.2.4.ebuild b/dev-python/cachetools/cachetools-4.2.4.ebuild
deleted file mode 100644
index 9746966fa6e9..000000000000
--- a/dev-python/cachetools/cachetools-4.2.4.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Extensible memoizing collections and decorators"
-HOMEPAGE="https://pypi.org/project/cachetools/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-distutils_enable_tests pytest

diff --git a/dev-python/cachetools/cachetools-5.0.0.ebuild b/dev-python/cachetools/cachetools-5.0.0.ebuild
deleted file mode 100644
index 913ab3eaa0fe..000000000000
--- a/dev-python/cachetools/cachetools-5.0.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Extensible memoizing collections and decorators"
-HOMEPAGE="https://pypi.org/project/cachetools/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-distutils_enable_tests pytest

diff --git a/dev-python/cachetools/cachetools-5.1.0.ebuild b/dev-python/cachetools/cachetools-5.1.0.ebuild
deleted file mode 100644
index 07e5f7a7371b..000000000000
--- a/dev-python/cachetools/cachetools-5.1.0.ebuild
+++ /dev/null
@@ -1,22 +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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Extensible memoizing collections and decorators"
-HOMEPAGE="
-	https://github.com/tkem/cachetools/
-	https://pypi.org/project/cachetools/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-distutils_enable_tests pytest


             reply	other threads:[~2022-06-16  9:18 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-16  9:18 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07 12:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/cachetools/ 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  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-12-01 18:27 Sven Wegener
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=1655371121.31e7bfd96806cddf6460db71111f7a54f99b1d62.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