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 9520B1382C5 for ; Sat, 10 Apr 2021 08:04:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BADA1E08E8; Sat, 10 Apr 2021 08:04:27 +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 A0197E08E8 for ; Sat, 10 Apr 2021 08:04:27 +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 319D9340C3E for ; Sat, 10 Apr 2021 08:04:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9249D646 for ; Sat, 10 Apr 2021 08:04:24 +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: <1618041698.59cab43be1d8c6576626ff9ba8a3f085108ee2ff.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/monotonic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/monotonic/Manifest dev-python/monotonic/monotonic-1.6.ebuild X-VCS-Directories: dev-python/monotonic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 59cab43be1d8c6576626ff9ba8a3f085108ee2ff X-VCS-Branch: master Date: Sat, 10 Apr 2021 08:04:24 +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: e7bcec45-69d0-4dce-838f-08ab71eb4a26 X-Archives-Hash: 2af708b90e3f1033494c6d30cba95a94 commit: 59cab43be1d8c6576626ff9ba8a3f085108ee2ff Author: Michał Górny gentoo org> AuthorDate: Sat Apr 10 06:55:50 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 10 08:01:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cab43b dev-python/monotonic: Bump to 1.6 Signed-off-by: Michał Górny gentoo.org> dev-python/monotonic/Manifest | 1 + dev-python/monotonic/monotonic-1.6.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/monotonic/Manifest b/dev-python/monotonic/Manifest index 51fde0f5c42..a408ab93cee 100644 --- a/dev-python/monotonic/Manifest +++ b/dev-python/monotonic/Manifest @@ -1 +1,2 @@ DIST monotonic-1.5.tar.gz 7525 BLAKE2B e6022a9c134031f1b89e643b4f7b37417366e08de213f580a39706e7cd57b1045e8f1625be213c90fba48b69c40461d0c90255e6a9f20e565ea9a857780e2143 SHA512 05485e0baa51df95f9812d463306ce0bbe7228170b43aed8faa9d77d2b613ffede6b57b3dd273c352e0d1c04782043bec2f36be88cb1acde182a5aeb0538f970 +DIST monotonic-1.6.tar.gz 7246 BLAKE2B 4caa822956eaa2f124fedcb39d15d2597fafe7e7cd27d2f5dfea1e70d6ff9c70b35c5ea668819fd18dde268c793abb1f5e1107c186c31ac970abf8847000483f SHA512 9bb01f4b34ce10b90dee2e49dd70bc37462333e0da9490893bf642ceea9bed5f9bdbd8f59c58350609ac4c89809039d7375f1f1583ab8fbf9c13d4064849ea18 diff --git a/dev-python/monotonic/monotonic-1.6.ebuild b/dev-python/monotonic/monotonic-1.6.ebuild new file mode 100644 index 00000000000..f9c9c61920b --- /dev/null +++ b/dev-python/monotonic/monotonic-1.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="An implementation of time.monotonic() for Python 2 & < 3.3" +HOMEPAGE="https://github.com/atdt/monotonic" +SRC_URI=" + https://github.com/atdt/monotonic/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" + +# no tests +# NB: this package is dead and should not be required for py3.4+ +# last rite it when revdeps are fixed not to use it