dev-python/monotonic: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-06 23:11:29 +02:00
parent f1e18cfe04
commit 39e775fbc9
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST monotonic-1.6.tar.gz 7615 BLAKE2B 0ec895fe54005a8bf8d65cdad89c1120af8217fbcc4baf5f4e9a4ca5e26ecec92c25e583dc2b65ed217500bf6e51a0b2e694e0c27aacdad677829114b0731a03 SHA512 e4ee3aa349592361695bdf10a302ea37981c3f07883b01b10654c6a89b62ff5ae7fef13d96dab845234f06373d9204c02fca9e10cbaab334b9c41b9fd1fc5193

View File

@@ -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>

View File

@@ -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"