Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytimeparse/
Date: Fri, 27 May 2022 19:08:23
Message-Id: 1653675747.5960b43625e6e1b004e92e887cb9b8911c439b80.arthurzam@gentoo
1 commit: 5960b43625e6e1b004e92e887cb9b8911c439b80
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 18:22:27 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 18:22:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5960b436
7
8 dev-python/pytimeparse: EAPI=8, PEP517, cleanup
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild | 18 ++++++++++++++++++
13 1 file changed, 18 insertions(+)
14
15 diff --git a/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
16 new file mode 100644
17 index 000000000000..b64591b71e23
18 --- /dev/null
19 +++ b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
20 @@ -0,0 +1,18 @@
21 +# Copyright 2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DISTUTILS_USE_PEP517=setuptools
27 +PYTHON_COMPAT=( python3_{8..10} )
28 +inherit distutils-r1
29 +
30 +DESCRIPTION="A small Python module to parse various kinds of time expressions"
31 +HOMEPAGE="https://github.com/wroberts/pytimeparse https://pypi.org/project/pytimeparse/"
32 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 +
34 +LICENSE="MIT"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~riscv"
37 +
38 +distutils_enable_tests unittest