diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-27 21:22:27 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-27 21:22:27 +0300 |
commit | 5960b43625e6e1b004e92e887cb9b8911c439b80 (patch) | |
tree | 3ececc0f40b4bc60f977f74d555137b88da23d49 /dev-python/pytimeparse | |
parent | dev-python/wstools: Add missing RDEP on dev-python/pbr (diff) | |
download | gentoo-5960b43625e6e1b004e92e887cb9b8911c439b80.tar.gz gentoo-5960b43625e6e1b004e92e887cb9b8911c439b80.tar.bz2 gentoo-5960b43625e6e1b004e92e887cb9b8911c439b80.zip |
dev-python/pytimeparse: EAPI=8, PEP517, cleanup
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytimeparse')
-rw-r--r-- | dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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 |