dev-python/oru: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST oru-0.1.11.tar.gz 2845 BLAKE2B b48a221b9732c98c80ab1d680221527d7f9694ce2185976f70cebd1ccc278eddff9d8295e610a6c76ec41eed234cab5d3b22189c027ca5d45a339aeeed2995ae SHA512 28c08f4648c0642f2ed9fe021572e7eaa99c00ec26c77ed929d2de8ed92b75c6b5d593d60ea22e55dcb1bb60bc8384d2eed842f2bcae380f87c7bf99280b4e27
EBUILD oru-0.1.11.ebuild 698 BLAKE2B 2d5885a253e20cc939406429086fb36203408d347568ca2f4e5415853c118394d2a8a2a982b638d2169232c5e9e79ebfca754e242f46856b2cc9679fd9b47498 SHA512 20513abd09a3bb4f8b9bb118538f313e8ed3f5739aefc7db54145187bf097804ca225f2752fd0f7e2010eebaf99bb5123ba1be7f4043f64617183a70a7935d5c
EBUILD oru-0.1.11.ebuild 643 BLAKE2B 0b8804e60459eb0488d92569281e13c43733884ef1f280460144fdf6d0888e46ff4db885ccaf4d1a2b811136c9ce6750f59b49fc3b73c55b76c255073e716e77 SHA512 a392900054e971f6be5dc4c9d177b2421e20db28d1533a85ec2e8ebdd8748356bd6e293f8bb1a79bc6bc1563653018da6d52161d97592cc79b7051879a540fb4
MISC metadata.xml 504 BLAKE2B 7cba4a8ee12e3a5ebfba555826e516b203642acf1c92bb9d763ca2d46483e5ec7e2558ce4fa1404f6b0362d8fd0f826dbecedf33172d32995fe93a0c63acf686 SHA512 64210ccc4f5002feea9e36878b660b512a1c0e2b27188c320f55e178d214ceb65346677f59885ba44fba39dd56519cd64fa7a9aba33901108fc9cd3a220ac7c1

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 client for Orange and Rockland Utility smart energy meters"
HOMEPAGE="https://github.com/bvlaicu/oru/ https://pypi.org/project/oru/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -19,7 +18,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"