Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/convertdate/
Date: Mon, 24 Jan 2022 10:31:31
Message-Id: 1643020238.6ea7297fe8abefe12ad3b1652407d183053cd0f7.cybertailor@gentoo
1 commit: 6ea7297fe8abefe12ad3b1652407d183053cd0f7
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Jan 24 10:26:59 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon Jan 24 10:30:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ea7297f
7
8 dev-python/convertdate: add 2.4.0, drop 2.3.1
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/convertdate/Manifest | 2 +-
13 ...onvertdate-2.3.1.ebuild => convertdate-2.4.0.ebuild} | 17 ++++++++---------
14 2 files changed, 9 insertions(+), 10 deletions(-)
15
16 diff --git a/dev-python/convertdate/Manifest b/dev-python/convertdate/Manifest
17 index 31ae8b70d..e5acebd36 100644
18 --- a/dev-python/convertdate/Manifest
19 +++ b/dev-python/convertdate/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST convertdate-2.3.1.tar.gz 49030 BLAKE2B 04f05035a8e9b325303a2dcf1d1dd391cef825825c6191cc26c0623de9a3c01086f29a3aae1c3d68e07a723179bee2781fcc9d9bc5e78fdc4b38463fdab54c47 SHA512 6a8e00fe8548b5715861903bf5a8561ad63907b3fc100ffe2e9f9a08864082e07267691f5bf983335a857310c8fdb48a306448ae4ababaee41a5a8eb515fdc2f
22 DIST convertdate-2.3.2.tar.gz 52155 BLAKE2B 607e5b0ec3c4bc664cec51c32c68ccec0676f72e839c9d094fb901ce1ae154c759f5bded34f5654562ae1e74111c4ee263159ae46cb545b2cfae81af343511f4 SHA512 a1c70564fafc697a5fb941d32603e8bfae565089a1a37bc3c2f8793bf926e6e97c752ffddb9192ae54e37ccafb0a02969b9f9086875595f1eb97cf264f96fde9
23 +DIST convertdate-2.4.0.tar.gz 52728 BLAKE2B 1ee45f86c1a424f479a0a01d7f048a861cea9a25e82adade8dc26182064428b27dac98012d9a1e6afc7412f27366dd3d06ecc8d881eb6946d24a037305bb5c57 SHA512 d6b63000fd72640d69afa12b5f942684fa1c2f52880bc76e78780f144848040176a7869cd7b95a502abfd5b8fe1ebc3c844f3eb261e2ad547e6be493b11cd432
24
25 diff --git a/dev-python/convertdate/convertdate-2.3.1.ebuild b/dev-python/convertdate/convertdate-2.4.0.ebuild
26 similarity index 60%
27 rename from dev-python/convertdate/convertdate-2.3.1.ebuild
28 rename to dev-python/convertdate/convertdate-2.4.0.ebuild
29 index 6c1e6b657..c280e8bf7 100644
30 --- a/dev-python/convertdate/convertdate-2.3.1.ebuild
31 +++ b/dev-python/convertdate/convertdate-2.4.0.ebuild
32 @@ -1,10 +1,10 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 +# Copyright 1999-2022 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{8..9} )
40 +EAPI=8
41
42 +PYTHON_COMPAT=( python3_{8..10} )
43 +DISTUTILS_USE_PEP517=setuptools
44 inherit distutils-r1
45
46 DESCRIPTION="Utils for converting between date formats and calculating holidays"
47 @@ -15,10 +15,9 @@ LICENSE="MIT"
48 SLOT="0"
49 KEYWORDS="~amd64"
50
51 -RDEPEND="
52 - dev-python/pymeeus[${PYTHON_USEDEP}]
53 - dev-python/pytz[${PYTHON_USEDEP}]
54 -"
55 +RDEPEND="dev-python/pymeeus[${PYTHON_USEDEP}]"
56
57 distutils_enable_tests pytest
58 -distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
59 +
60 +# TODO: requires myst_parser
61 +#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme