dev-python/convertdate: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 19:24:29 +02:00 committed by Andreas Billmeier
parent 190707a4bc
commit 090942b74b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST convertdate-2.4.0.tar.gz 40288 BLAKE2B 8e77b10d24c82e8821e0d8e0ee5028f02291340b74ca51e7e6143da94d7485d6ffd271a8f049bf1c3e861f876230e314e046cd850da32b4402b2653a2dafb581 SHA512 cb80ca891a7edf8de5a6dab3e35c60759d9110cea7c9cec1dd4cbb8fda8354362697bd6cc7f6acc723b33e6f3cb572f2acf94904301b324258dc5291967eaa17
EBUILD convertdate-2.4.0.ebuild 736 BLAKE2B 736d89514f7ded6cfa4b19e07c91b9cf29c4e25a4233035421ad579c84b91d91edeefa598b97a7b6286f60381953d35029bf2231fdaeb28af58eb1b29dad1e1a SHA512 1b6e1360d048a6e3e9bb16e88dabd8febb6e0c3afc4915bb767200c6ebd6d337eef4459d7fabc4baa1376ff4d887354d4919edcb638c2a729698866a1d49e567
EBUILD convertdate-2.4.0.ebuild 579 BLAKE2B da7ab13e7142aeaf4debe32e73bd4473289dc512b84264134b6d231aaae20f9c02261cb076d16d996d5afecc934f90269ed265fbc3b1b166dcc54c11b7c9b992 SHA512 a4f74713b1038ed659ff523a7d325e343b06af563da05f018a8a3c221de67953a1b31f3786bc7ac1c9614eac96b9a57ec0d97bf8536ccdca94e1d0a21b79e842
MISC metadata.xml 523 BLAKE2B b3449c390171611d40a277e63c4933d0de992233bba1a440abf4cf5ebd3188718ca7028d70c4536cd9aa9e3935dd9af68334e824be320185f9dffe727348648b SHA512 db30766a152762d28b061d1018aea4e4a5b2aa054ef48400ad56c265a0aee6f23a24e50cc568073f6f73bc0b630f9e9a1a9f759a1c62c6d4a4e52436bfbbd89a

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Converts between Gregorian dates and other calendar systems."
HOMEPAGE="https://github.com/fitnr/convertdate https://pypi.org/project/convertdate/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,14 +20,5 @@ DOCS="README.md"
RDEPEND=">=dev-python/pytz-2014.10
>=dev-python/PyMeeus-0.3.13"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest