dev-python/convertdate: enable tests support

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-05-03 11:07:56 +02:00
parent 6d0961f6e8
commit 96623a5baa
2 changed files with 4 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="Utils for converting between date formats and calculating holidays"
HOMEPAGE="https://github.com/fitnr/convertdate"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -19,3 +19,5 @@ RDEPEND="
dev-python/pymeeus[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest