From 090942b74be988b0830cd44aec70a254266cf252 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sat, 10 Jun 2023 19:24:29 +0200 Subject: [PATCH] dev-python/convertdate: update SRC_URI Signed-off-by: Andreas Billmeier --- dev-python/convertdate/Manifest | 2 +- .../convertdate/convertdate-2.4.0.ebuild | 18 ++++-------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/dev-python/convertdate/Manifest b/dev-python/convertdate/Manifest index 4a2488828..f7bd22517 100644 --- a/dev-python/convertdate/Manifest +++ b/dev-python/convertdate/Manifest @@ -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 diff --git a/dev-python/convertdate/convertdate-2.4.0.ebuild b/dev-python/convertdate/convertdate-2.4.0.ebuild index 9cec5f945..4c4d4657d 100644 --- a/dev-python/convertdate/convertdate-2.4.0.ebuild +++ b/dev-python/convertdate/convertdate-2.4.0.ebuild @@ -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