commit:     c492ad4f0902aa723358b27e6dca427cfe4b4cf8
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Jun  8 22:24:26 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 22:24:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c492ad4f

dev-python/TakeTheTime: new package, add 0.3.1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/TakeTheTime/Manifest                 |  1 +
 dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild | 21 +++++++++++++++++++++
 dev-python/TakeTheTime/metadata.xml             |  8 ++++++++
 3 files changed, 30 insertions(+)

diff --git a/dev-python/TakeTheTime/Manifest b/dev-python/TakeTheTime/Manifest
new file mode 100644
index 000000000..ff55b8211
--- /dev/null
+++ b/dev-python/TakeTheTime/Manifest
@@ -0,0 +1 @@
+DIST TakeTheTime-0.3.1.tar.gz 2072 BLAKE2B 
2ac8001bc5afe01dd502a7580b9dbe7f4dea7e12c44ddca9e7e1b12a70f3dc38b417702cb69431df75bc81168187cf39d42c8e0860d98ae25b038c0b868b6b6c
 SHA512 
fd31cd909717ed0ada764699e450caae3e0a12f90c563ade99e060acff88f663d9ba386944ee6f6571737785ada5aceb4fdc41a52d0f0ff7202e732c621396ea

diff --git a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild 
b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
new file mode 100644
index 000000000..2c4e5ca59
--- /dev/null
+++ b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Take The Time, a super-neat Python library for timing chunks of 
code"
+HOMEPAGE="https://github.com/ErikBjare/TakeTheTime";
+LICENSE="MIT"
+
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64"
+SLOT="0"
+
+# Not available for now
+RESTRICT="test"

diff --git a/dev-python/TakeTheTime/metadata.xml 
b/dev-python/TakeTheTime/metadata.xml
new file mode 100644
index 000000000..01c1fc848
--- /dev/null
+++ b/dev-python/TakeTheTime/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>davidroma...@gmail.com</email>
+               <name>David Roman</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to