* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/monotonic/
@ 2021-10-06 22:15 Alessandro Barbieri
0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2021-10-06 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 39e775fbc952d67db6cd1a77765c4c82e7613979
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Oct 6 21:11:29 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Oct 6 22:15:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39e775fb
dev-python/monotonic: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> 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 000000000..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 000000000..e6d6dd6db
--- /dev/null
+++ b/dev-python/monotonic/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">monotonic</remote-id>
+ <remote-id type="github">atdt/monotonic</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/monotonic/monotonic-1.6.ebuild b/dev-python/monotonic/monotonic-1.6.ebuild
new file mode 100644
index 000000000..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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/monotonic/
@ 2022-03-15 1:26 Alessandro Barbieri
0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-03-15 1:26 UTC (permalink / raw
To: gentoo-commits
commit: a086f5415beeb236ed8b93c10a3a0635ba77fd1f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 15 01:14:49 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 01:26:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a086f541
dev-python/monotonic: enable py3.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-15 1:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-15 1:26 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/monotonic/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2021-10-06 22:15 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox