dev-python/dicttoxml2: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 20:12:08 +02:00 committed by Andreas Billmeier
parent c933a18a6c
commit b78e73e1d2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 16 deletions

View File

@ -1,3 +1,3 @@
DIST dicttoxml2-2.1.0.tar.gz 22698 BLAKE2B de82d600bf28f281f388fb961ea2978d53a77ad930b0683ee41e2e78a7291ee0245de57ce09df9f308df07e1e07df0de00311794b05685f4f4ef50a5c99e8743 SHA512 fdf3587052c1692ca637e02e42e73173bf66898f04c4e12d2268a4aee0cead527c737d11229188c80ec338e4baad44db63f2cd688d3f3ee7ccfa17145ac43246
EBUILD dicttoxml2-2.1.0.ebuild 694 BLAKE2B cff69336adbbddabe080f94aa679b1567f3c2c9cb4fc7330ad3a30be61c1406af440ecc89774778f29d5d8103a10ca78586c55ddf858b1a6bac9d8c8eaccc169 SHA512 ba566e55ad1b6a64f607ab6289b5fd44aa518a805bf34f756ff6c5739646add6b3672294dccf79ccc0bdc86b09c6bba7e1c0016044d5a43378cf0c885082a581
EBUILD dicttoxml2-2.1.0.ebuild 536 BLAKE2B 05507264db5f02d00fd424d2eaa88d0be6742dd4df5a31e1ab68be21463f605c31cd81d0a486d53e13778bc1a05044a0bcf7bbdd8e1ec155da6d06e6425943e5 SHA512 ae0242bff1acd7de042fceaec872a9e2aefac755f1b50435db3096c08a02bdf506e443a8d94c6dd726caa23fdca2f68a705c9fa4463fedc034e5dbe705f8374a
MISC metadata.xml 515 BLAKE2B db3143cc442a3ec143bd92622334850329cc137247bf9583ed3fc6331dfabca506b84339a01bf511fb79ca8d06f0c71db11e5c540f47a6b85cfb68d503b57b20 SHA512 9ddeb9dcf5d60c9b566d11b85d8cf41e1731c5de88960aecafab6d6a9443ee354d544590fa270e774483ca84f6b8d905f52f880e683db70b50d0c793144c38dd

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 a Python dictionary or other native data type into a valid XML string."
HOMEPAGE="https://github.com/Ousret/dicttoxml https://pypi.org/project/dicttoxml2/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@ -19,14 +18,4 @@ RESTRICT="!test? ( test )"
DOCS="README.markdown"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest