dev-python/convertdate: bump to 2.2.2

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-09-28 09:34:47 +02:00
parent 4c09ae41af
commit 50bbb7f2f3
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 24 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST convertdate-2.2.1.tar.gz 40467 BLAKE2B b4f29a777b162e1e655c69bfbbe7806aedfeec4694811fd9d9026708bb250b0ebb15b3f85c8fb1df563c4a5133a1088fa94a63bf506921fa725a3ab3a61cec87 SHA512 69ae13b86834c1ea559209dc7f9c85cabf2881a6b40f9aa605d0f98c4f4328b05fca0bb8f2f516a42634bce49395d3a69a6f98b5de557bd95dc8e86e3f06f6fc
DIST convertdate-2.2.2.tar.gz 40825 BLAKE2B 180706f4730be1d5109c0da0a984b93f349ef8afc5e4cac6faaeb4fdb407e296ec6712cbaf7dfc621df63f3ad3db9ae1e2b11a38069d11485111b85cded40aff SHA512 9b0f75bc0b0e2066bee7f9a47cf0653e730f04c8b7357f3ca905f06cfbf8137a4332322758ff9af1b36ca010ab15dc0c718ae4471d5b55b9f925bf47eb3cb930

View File

@ -0,0 +1,23 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
DESCRIPTION="Utils for converting between date formats and calculating holidays"
HOMEPAGE="https://github.com/fitnr/convertdate"
SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/pymeeus[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest