dev-python/sepaxml: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 11:41:02 +02:00 committed by Andreas Billmeier
parent 79356aff00
commit 51ee79a8d6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST sepaxml-2.2.0.tar.gz 23808 BLAKE2B 9987e46c8a831ee0e470120b99bf061617016b8855c16abca3e0c4124e8063d812bfcdce9ab2cafcfaca22b9abe14ed35d7ad11bb9e0261dfa17c6877661a1d1 SHA512 50f30e7fc54228e78e6c946c5fc1883b64858bab2801ce177cc50df1ab38c9d8f1bba2b44dc80619b36f93adc4fb6c6b0b3910fee6f23d0160b98aaa0b3dbc06
EBUILD sepaxml-2.2.0.ebuild 737 BLAKE2B 9abaeb0b357d3abc366c328375a4fc52f053db94d701d48af59b5edf1c75573d7473e089f54d86ce4ffa5b8bcc7e3b3445af5ea9b0839272971a3d0203775fb8 SHA512 cc344935d7323b7222e41044771d06d476a69678668b863cf07151f3d8ebcc46b7b1e9117367bcfe1550fd7fd42c6ec8b397bf43c23ab017fc7ce36130a1ec11
EBUILD sepaxml-2.2.0.ebuild 682 BLAKE2B e60f1ef9df49170b82be7e6cf1dc559122148c1e6eb47f6ff5b59e48d50f60a5ba25769eaae2b0d8cbc86d19aeb548d2bb771bd07cdc562973d9dc0637f316cb SHA512 e213a3800e83ab7d62db4e2051cd7d7d994a1aeec2392c9ce2deee7b6ab3305fde868580c594234d63c10f5431d239b127f94adfbda49a689dc9893eff44b0c5
MISC metadata.xml 520 BLAKE2B 5e5b4e208a861cc1ce052f37de1be7206a045b66064ab41b58137c3da336b644405f3fcd133491e92f0b7686f663ed0e83d173c2bc36f5cc4c4fb653a9802b23 SHA512 5965e8c6b5b34cc25a9e3821255123d3d38f5a095738514f61e40935c02e118f39da901791d14504f57234c32e399cf639d9c52ba524441f56f718dc3b5c8b7e

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="Python SEPA XML implementations"
HOMEPAGE="https://github.com/raphaelm/python-sepaxml https://pypi.org/project/sepaxml/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +21,6 @@ DOCS="README.rst"
RDEPEND="dev-python/xmlschema[${PYTHON_USEDEP}]
dev-python/text-unidecode[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"