mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/monotonic: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-python/monotonic/Manifest
Normal file
1
dev-python/monotonic/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST monotonic-1.6.tar.gz 7615 BLAKE2B 0ec895fe54005a8bf8d65cdad89c1120af8217fbcc4baf5f4e9a4ca5e26ecec92c25e583dc2b65ed217500bf6e51a0b2e694e0c27aacdad677829114b0731a03 SHA512 e4ee3aa349592361695bdf10a302ea37981c3f07883b01b10654c6a89b62ff5ae7fef13d96dab845234f06373d9204c02fca9e10cbaab334b9c41b9fd1fc5193
|
||||
13
dev-python/monotonic/metadata.xml
Normal file
13
dev-python/monotonic/metadata.xml
Normal 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>
|
||||
16
dev-python/monotonic/monotonic-1.6.ebuild
Normal file
16
dev-python/monotonic/monotonic-1.6.ebuild
Normal 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"
|
||||
Reference in New Issue
Block a user