commit: 5960b43625e6e1b004e92e887cb9b8911c439b80
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 18:22:27 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 27 18:22:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5960b436
dev-python/pytimeparse: EAPI=8, PEP517, cleanup
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
new file mode 100644
index 000000000000..b64591b71e23
--- /dev/null
+++ b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A small Python module to parse various kinds of time expressions"
+HOMEPAGE="https://github.com/wroberts/pytimeparse
https://pypi.org/project/pytimeparse/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+distutils_enable_tests unittest