Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/convertdate/
Date: Mon, 28 Sep 2020 09:02:57
Message-Id: 1601278487.50bbb7f2f34fa3aebe9ed0086db8ee3d84ad792d.andrewammerlaan@gentoo
1 commit: 50bbb7f2f34fa3aebe9ed0086db8ee3d84ad792d
2 Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
3 AuthorDate: Mon Sep 28 07:34:47 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Sep 28 07:34:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50bbb7f2
7
8 dev-python/convertdate: bump to 2.2.2
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
12
13 dev-python/convertdate/Manifest | 1 +
14 dev-python/convertdate/convertdate-2.2.2.ebuild | 23 +++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/dev-python/convertdate/Manifest b/dev-python/convertdate/Manifest
18 index ea77ba40..8620f5a5 100644
19 --- a/dev-python/convertdate/Manifest
20 +++ b/dev-python/convertdate/Manifest
21 @@ -1 +1,2 @@
22 DIST convertdate-2.2.1.tar.gz 40467 BLAKE2B b4f29a777b162e1e655c69bfbbe7806aedfeec4694811fd9d9026708bb250b0ebb15b3f85c8fb1df563c4a5133a1088fa94a63bf506921fa725a3ab3a61cec87 SHA512 69ae13b86834c1ea559209dc7f9c85cabf2881a6b40f9aa605d0f98c4f4328b05fca0bb8f2f516a42634bce49395d3a69a6f98b5de557bd95dc8e86e3f06f6fc
23 +DIST convertdate-2.2.2.tar.gz 40825 BLAKE2B 180706f4730be1d5109c0da0a984b93f349ef8afc5e4cac6faaeb4fdb407e296ec6712cbaf7dfc621df63f3ad3db9ae1e2b11a38069d11485111b85cded40aff SHA512 9b0f75bc0b0e2066bee7f9a47cf0653e730f04c8b7357f3ca905f06cfbf8137a4332322758ff9af1b36ca010ab15dc0c718ae4471d5b55b9f925bf47eb3cb930
24
25 diff --git a/dev-python/convertdate/convertdate-2.2.2.ebuild b/dev-python/convertdate/convertdate-2.2.2.ebuild
26 new file mode 100644
27 index 00000000..a4f7499f
28 --- /dev/null
29 +++ b/dev-python/convertdate/convertdate-2.2.2.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{7,8,9} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Utils for converting between date formats and calculating holidays"
41 +HOMEPAGE="https://github.com/fitnr/convertdate"
42 +SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="MIT"
45 +SLOT="0"
46 +KEYWORDS="~amd64"
47 +
48 +RDEPEND="
49 + dev-python/pymeeus[${PYTHON_USEDEP}]
50 + dev-python/pytz[${PYTHON_USEDEP}]
51 +"
52 +
53 +distutils_enable_tests pytest