Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/monotonic/
Date: Sat, 10 Apr 2021 08:04:28
Message-Id: 1618041698.59cab43be1d8c6576626ff9ba8a3f085108ee2ff.mgorny@gentoo
1 commit: 59cab43be1d8c6576626ff9ba8a3f085108ee2ff
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 10 06:55:50 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 10 08:01:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cab43b
7
8 dev-python/monotonic: Bump to 1.6
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/monotonic/Manifest | 1 +
13 dev-python/monotonic/monotonic-1.6.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-python/monotonic/Manifest b/dev-python/monotonic/Manifest
17 index 51fde0f5c42..a408ab93cee 100644
18 --- a/dev-python/monotonic/Manifest
19 +++ b/dev-python/monotonic/Manifest
20 @@ -1 +1,2 @@
21 DIST monotonic-1.5.tar.gz 7525 BLAKE2B e6022a9c134031f1b89e643b4f7b37417366e08de213f580a39706e7cd57b1045e8f1625be213c90fba48b69c40461d0c90255e6a9f20e565ea9a857780e2143 SHA512 05485e0baa51df95f9812d463306ce0bbe7228170b43aed8faa9d77d2b613ffede6b57b3dd273c352e0d1c04782043bec2f36be88cb1acde182a5aeb0538f970
22 +DIST monotonic-1.6.tar.gz 7246 BLAKE2B 4caa822956eaa2f124fedcb39d15d2597fafe7e7cd27d2f5dfea1e70d6ff9c70b35c5ea668819fd18dde268c793abb1f5e1107c186c31ac970abf8847000483f SHA512 9bb01f4b34ce10b90dee2e49dd70bc37462333e0da9490893bf642ceea9bed5f9bdbd8f59c58350609ac4c89809039d7375f1f1583ab8fbf9c13d4064849ea18
23
24 diff --git a/dev-python/monotonic/monotonic-1.6.ebuild b/dev-python/monotonic/monotonic-1.6.ebuild
25 new file mode 100644
26 index 00000000000..f9c9c61920b
27 --- /dev/null
28 +++ b/dev-python/monotonic/monotonic-1.6.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +PYTHON_COMPAT=( python3_{7..9} pypy3 )
35 +
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="An implementation of time.monotonic() for Python 2 & < 3.3"
39 +HOMEPAGE="https://github.com/atdt/monotonic"
40 +SRC_URI="
41 + https://github.com/atdt/monotonic/archive/${PV}.tar.gz
42 + -> ${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
47 +
48 +# no tests
49 +# NB: this package is dead and should not be required for py3.4+
50 +# last rite it when revdeps are fixed not to use it