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/jdcal/
Date: Fri, 13 May 2022 18:40:12
Message-Id: 1652467194.a524a67ba9f87caa52cc664b0e593d7a728a0ef7.arthurzam@gentoo
1 commit: a524a67ba9f87caa52cc664b0e593d7a728a0ef7
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 18:36:31 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 18:39:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a524a67b
7
8 dev-python/jdcal: EAPI=8, PEP517
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/jdcal/jdcal-1.4.1-r1.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/dev-python/jdcal/jdcal-1.4.1-r1.ebuild b/dev-python/jdcal/jdcal-1.4.1-r1.ebuild
16 new file mode 100644
17 index 000000000000..b189f0d9aee5
18 --- /dev/null
19 +++ b/dev-python/jdcal/jdcal-1.4.1-r1.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-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} pypy3 )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="Julian dates from proleptic Gregorian and Julian calendars"
32 +HOMEPAGE="https://github.com/phn/jdcal"
33 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 +
35 +LICENSE="BSD"
36 +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
37 +SLOT="0"
38 +
39 +distutils_enable_tests pytest