dev-python/oyaml: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:28:26 +02:00 committed by Andreas Billmeier
parent bab6b5ea2d
commit 40bb90e0ef
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST oyaml-1.0.tar.gz 2914 BLAKE2B f111eeb27dab5af8c3c3176dd0260911a47111b2194cc281c8b0c2c365b957fc75558a12397755d0d511a3fa5e64482a6af4f1d7f524868d6b644cdc14f8e785 SHA512 488ba66412f7cdb67ef84ba3038904cb4b467c4ec2d8bca0ed01b566e39768c83b34ada7d8b9e50467bccc2a41f3c20702f8a6f2ac1f8aab1e94b956a611d28d
EBUILD oyaml-1.0.ebuild 721 BLAKE2B 6d2586f68d0039b1dec40638b33faeac76f7053a094f3196dee564e513f6600d2b15bc3ec5b49dffe02c1511e6a9328177a71654abe58d2797a11f609708a579 SHA512 a346579d159b15da6621d512cfa534550ea4ed4069c3a4993a725911314ba31b4a912bd4caa1c1ba951f899c4ecfd330d40354c904c1ffda054e4c4a55e1b1b0
EBUILD oyaml-1.0.ebuild 666 BLAKE2B 57e53a0616d01ca9a1df7d4d454526b48d700e51b4130fb2f3f47cd937fc2bf7797d9aaa9e4d959115e536fd3c7f377f096e5cc93f3db666b1536834e1f56eb9 SHA512 85d73beca27bb76e09c49f382ccf665dfd5444199d4b28a6848afbb74ce8ecb0a1e76e6c1571885c06f2bfe8df403e0da14a970a68486a5fa240e4ad0c4da88f
MISC metadata.xml 499 BLAKE2B 0053620b2e139015a98a8c9939be5c3539bf4e1da62c8c9c32fe45cd122271d62c589df4d73af4c735cf1c70b8d6f00eea1d3453c6bde2be0e7231708eefa300 SHA512 feff58df380f264a3e4ec30352db56a06b825d6861f34eed4c5f668cd8079d72d0bb2c13df45613cd66a49d36a947fb87f9e39abe7d07707e32ae8418576b699

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="Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering"
HOMEPAGE="https://github.com/wimglenn/oyaml https://pypi.org/project/oyaml/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +20,6 @@ DOCS="README.rst"
RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"