dev-python/envs: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 10:45:10 +02:00 committed by Andreas Billmeier
parent 7c2b94d9e8
commit 90776c25c5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST envs-1.4.tar.gz 9230 BLAKE2B 3513fb5fea4e3854b057817b809dc268a915b25861c8dc9acda689fddc12323935de3b2c2ac853514dc2c2f02b0bf41bc8aa8b5d29a0f1dd3c24b60ce3f402db SHA512 c42850b81cbd0cff42d3155b0128d64243f49c544f2ca0e26f88544c54479c354227e80972f8cc756b26510080e7ba542bcc8b259f737bbb6e2656c934213f00
EBUILD envs-1.4-r2.ebuild 936 BLAKE2B 08f2aa30d16154db0c75707c2f1e1b6dff3db96eae224d0572444afc84e5957e980eecf7e1ddc27d773b868c44a69d918fbcf5d5af4fde550fcfa765ccf0ebc6 SHA512 fe21397892888b530ced76d94924b5a020f19f50039ab0dc014c7e898966d4ee6bac65bc75827c32d468eb2ee8c8d6d56250927000d0d82271c5e9790de2e1da
MISC metadata.xml 513 BLAKE2B b884802e113a0380c2309312025408a54d96979f41f85d37f4dae02aedd4863f317e6451127da3547cf848a8c0574f22985996888c99332c317b0026acd01259 SHA512 0515f56594afa3fc6e58bc90178b795a578c68c6ac626e3af34791064477fff3cf122cb9ff67fd9c2ce7aa22e4d9bbdcfb9df9d8ffe8505f1918e343148b57d2
EBUILD envs-1.4-r2.ebuild 849 BLAKE2B 75e749cef7a252cf6b91f769120eb42a37848f4dd1304a0dfea5118dd732e71eb64293d3ecd5ff3faa928a58e703223e88f5b60db8662e9a1daaeebe19cf38b1 SHA512 088a01151d33fb4d4be46c5bd3bc2d12cf541ada2906ee5acadca524e3fb225748a2b16191207dbd9e3b9f34424ed2480508254dd60034c0ecfe22b0e65e933b
MISC metadata.xml 570 BLAKE2B d4375dd20231693b76dbc8830a690910bf56dd6aecdd5d3cdfbf074c31895da763d54691d9f7787718bed2b3066e647f459c0f54a86c63b419c8725355311d58 SHA512 033fbd4341c85b7ca11d0c1a39889f05c09eda5a02363cf755ff57f9ee50b377ec7ae7976ac13a6f08fd61692f3a69049283b654655453822e5c6d328ea50ef9

View File

@ -1,16 +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} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Easy access of environment variables from Python with support for strings, booleans, list, tuples, and dicts."
HOMEPAGE="https://github.com/bjinwright/envs https://pypi.org/project/envs/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -26,7 +24,6 @@ RDEPEND="cli? (
>=dev-python/terminaltables-3.1.10[${PYTHON_USEDEP}]
)"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"

View File

@ -7,6 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">envs</remote-id>
<remote-id type="github">bjinwright/envs</remote-id>
<maintainer status="unknown">
<email>bjinwright@qwigo.com</email>
<name>Brian Jinwright</name>