From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 316BA158003 for ; Wed, 29 Sep 2021 21:59:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ADF4E092C; Wed, 29 Sep 2021 21:59:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70F8DE092C for ; Wed, 29 Sep 2021 21:59:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57344342D09 for ; Wed, 29 Sep 2021 21:59:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23B5B114 for ; Wed, 29 Sep 2021 21:59:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1632952772.de61b9749032139835b5e01b5ce6075a953ef56d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cachetools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cachetools/Manifest dev-python/cachetools/cachetools-4.2.3.ebuild X-VCS-Directories: dev-python/cachetools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: de61b9749032139835b5e01b5ce6075a953ef56d X-VCS-Branch: master Date: Wed, 29 Sep 2021 21:59:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 227a5018-0f45-4fa8-ab5f-e1ed6091f3d6 X-Archives-Hash: 2cbc584b44acabc1a062a8fef175d3ea commit: de61b9749032139835b5e01b5ce6075a953ef56d Author: Michał Górny gentoo org> AuthorDate: Wed Sep 29 21:19:53 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 29 21:59:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de61b974 dev-python/cachetools: Bump to 4.2.3 Signed-off-by: Michał Górny gentoo.org> dev-python/cachetools/Manifest | 1 + dev-python/cachetools/cachetools-4.2.3.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest index 76156987184..e42e751fee7 100644 --- a/dev-python/cachetools/Manifest +++ b/dev-python/cachetools/Manifest @@ -1 +1,2 @@ DIST cachetools-4.2.2.tar.gz 23682 BLAKE2B 7c1163d216fed3a5258ecb1c6306468d0ace8c629275cfb4f3aa3c4e6d9e2560683ac5504b0ee3439901f1e53b7428e27a78c909f6629d3b006610ec8ef35e98 SHA512 b3aa68cecbd9f20e0ff482c497c5011f4d1bfe4ed106914433c6bcaa203fb29592e056807767efdcea0cf7dbd3a08f3edc9c0ea8b328a1442792f9be2049c860 +DIST cachetools-4.2.3.tar.gz 24587 BLAKE2B 2a4d52e11604de0ce9e8a112bce7990d02553216425ff33279f0f898737f3cc39254349b50199bf17c5285de834248737ce3d5ae3610f64ebb925c0dd3e555a0 SHA512 ceab0ed27c8059e777fa2800c988735bdd2101a6191c20688cebcb7b5ba717eb799b506f6030d39a17fa744863da6b5eecc608d855a67fec0e9bbb0ac005c7af diff --git a/dev-python/cachetools/cachetools-4.2.3.ebuild b/dev-python/cachetools/cachetools-4.2.3.ebuild new file mode 100644 index 00000000000..a1863429285 --- /dev/null +++ b/dev-python/cachetools/cachetools-4.2.3.ebuild @@ -0,0 +1,17 @@ +# 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