[gentoo-commits] repo/proj/guru:dev commit in: dev-python/monotonic/

2022-03-14 Thread Alessandro Barbieri
commit: a086f5415beeb236ed8b93c10a3a0635ba77fd1f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Mar 15 01:14:49 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue Mar 15 01:26:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a086f541

dev-python/monotonic: enable py3.9

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/monotonic/monotonic-1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/monotonic/monotonic-1.6.ebuild 
b/dev-python/monotonic/monotonic-1.6.ebuild
index 44e430882..b18f9edfe 100644
--- a/dev-python/monotonic/monotonic-1.6.ebuild
+++ b/dev-python/monotonic/monotonic-1.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/monotonic/

2021-10-06 Thread Alessandro Barbieri
commit: 39e775fbc952d67db6cd1a77765c4c82e7613979
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Oct  6 21:11:29 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Oct  6 22:15:38 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39e775fb

dev-python/monotonic: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/monotonic/Manifest |  1 +
 dev-python/monotonic/metadata.xml | 13 +
 dev-python/monotonic/monotonic-1.6.ebuild | 16 
 3 files changed, 30 insertions(+)

diff --git a/dev-python/monotonic/Manifest b/dev-python/monotonic/Manifest
new file mode 100644
index 0..b594ed389
--- /dev/null
+++ b/dev-python/monotonic/Manifest
@@ -0,0 +1 @@
+DIST monotonic-1.6.tar.gz 7615 BLAKE2B 
0ec895fe54005a8bf8d65cdad89c1120af8217fbcc4baf5f4e9a4ca5e26ecec92c25e583dc2b65ed217500bf6e51a0b2e694e0c27aacdad677829114b0731a03
 SHA512 
e4ee3aa349592361695bdf10a302ea37981c3f07883b01b10654c6a89b62ff5ae7fef13d96dab845234f06373d9204c02fca9e10cbaab334b9c41b9fd1fc5193

diff --git a/dev-python/monotonic/metadata.xml 
b/dev-python/monotonic/metadata.xml
new file mode 100644
index 0..e6d6dd6db
--- /dev/null
+++ b/dev-python/monotonic/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   co-maintainers welcome
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   monotonic
+   atdt/monotonic
+   
+

diff --git a/dev-python/monotonic/monotonic-1.6.ebuild 
b/dev-python/monotonic/monotonic-1.6.ebuild
new file mode 100644
index 0..44e430882
--- /dev/null
+++ b/dev-python/monotonic/monotonic-1.6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of time.monotonic() for Python 2 & < 3.3"
+HOMEPAGE="https://github.com/atdt/monotonic;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"