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 EB6141382C5 for ; Tue, 19 Jan 2021 18:07:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19DC8E088C; Tue, 19 Jan 2021 18:07:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED0BAE088B for ; Tue, 19 Jan 2021 18:07:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8673B340FE4 for ; Tue, 19 Jan 2021 18:07:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A703487 for ; Tue, 19 Jan 2021 18:07:38 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1611079653.990b2d6d9a3423556b8f0e457fd59b014ed09ecc.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-backoff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-backoff/Manifest dev-python/python-backoff/python-backoff-1.10.0.ebuild X-VCS-Directories: dev-python/python-backoff/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 990b2d6d9a3423556b8f0e457fd59b014ed09ecc X-VCS-Branch: master Date: Tue, 19 Jan 2021 18:07:38 +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: 20f75eda-7cb8-4692-ab72-5efc4eb6a5da X-Archives-Hash: b0b4e1b88cf341025cebd41c8af3b7b8 commit: 990b2d6d9a3423556b8f0e457fd59b014ed09ecc Author: Zac Medico gentoo org> AuthorDate: Tue Jan 19 18:05:08 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Jan 19 18:07:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990b2d6d dev-python/python-backoff: Bump to version 1.10.0 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Zac Medico gentoo.org> dev-python/python-backoff/Manifest | 1 + .../python-backoff/python-backoff-1.10.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/python-backoff/Manifest b/dev-python/python-backoff/Manifest index 92a79bc75d2..444d511fa6d 100644 --- a/dev-python/python-backoff/Manifest +++ b/dev-python/python-backoff/Manifest @@ -1 +1,2 @@ +DIST backoff-1.10.0.tar.gz 13652 BLAKE2B 15b9381fc83cce4559c3402cb214d8cf41651a1a72f7231a61a576e9a48ca7a4367b7823043c6540bd15d3d2b8c185be3ec3533bbc61d5f2dcebefaab013945b SHA512 87f64612ec1d6f80d2f173846af196bd347f1fcc6c6f93275dd1cb3b5486789f3c6e98e1080ed6f3b13e28c1b056fb1baa6da73639d4b9b460fedf68bb012422 DIST backoff-1.6.0.tar.gz 10474 BLAKE2B 64e4b4a9cb8a1ac5a888aae78f50111400bb57f46bb0c123ecfeb4d660393a9786945d83b838599479e70244f2aa9b667428be2f0d57958b084ed8a045d0ea7d SHA512 a9bb5477d8a84397df61bd3904ad0914c5b214e46da9b55a2286ca8a81508184483e99a6703551dfcd1147e3e656396171ab7133f9e0cf2bff1bc17e6da49444 diff --git a/dev-python/python-backoff/python-backoff-1.10.0.ebuild b/dev-python/python-backoff/python-backoff-1.10.0.ebuild new file mode 100644 index 00000000000..29639f91e18 --- /dev/null +++ b/dev-python/python-backoff/python-backoff-1.10.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=no + +inherit distutils-r1 + +MY_PN=${PN#python-} +MY_P=${MY_PN}-${PV} +DESCRIPTION="Function decoration for backoff and retry" +HOMEPAGE="https://github.com/litl/backoff https://pypi.org/project/backoff/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="test" +S=${WORKDIR}/${MY_P} + +DOCS=( README.rst ) + +python_test() { + emake test +}