diff --git a/dev-python/TakeTheTime/Manifest b/dev-python/TakeTheTime/Manifest new file mode 100644 index 0000000000..ff55b8211d --- /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 0000000000..2c4e5ca59d --- /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 0000000000..01c1fc8487 --- /dev/null +++ b/dev-python/TakeTheTime/metadata.xml @@ -0,0 +1,8 @@ + + + + + davidroman96@gmail.com + David Roman + +