dev-python/omnilogic: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:04:30 +02:00 committed by Andreas Billmeier
parent 3679d90cba
commit 241df4f820
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST omnilogic-0.4.5.tar.gz 12239 BLAKE2B f75b02930d89a39923c1cdeb2880e1f7ed2ba1ae6fdd8cce92386d5ed6d757c681cc849dd9c778d57d407190e1c75a7de31bcd8baa6e0900f5334c7387f76766 SHA512 87a850fd13ce25843d5411796e3b0765070f0256ee0ed035869b6a04393b61d7196f28351a015ed36e3498fa3e7689e7721cb42504b24bbbd0ecbf16779f6daf
EBUILD omnilogic-0.4.5.ebuild 799 BLAKE2B 4b61aeb586ebf05031dab239ee5f78399c54d4f5895974290e8c3144637f9003aca8f8770965d8ddc9f977312af612aa800abea61f342e4d25c7d4f15ab350f7 SHA512 24b862d18f381893aecbdba5461ae5b0bf7cdfb2a28629b6cd0f3921f2fbf0ba870917ec58e325f65251f311186fb936474f627b1b435bd664f3a3756a10abc0
EBUILD omnilogic-0.4.5.ebuild 744 BLAKE2B fb097b1c7a5d11147c62b9efb88d13b665da57e0f6a2c6725502ed8ca4095f565a6a61595113d090607e58f2b5deae5b44ab87bab893ce137bc75e6f3db6d4b5 SHA512 cf574c3f11a5de3a5a504616454f242bc9bf84580baab4c88ec2e35e9a7d76738cd906beb85893008038e2914bc67744c5969277fc5c6db145d4813b06e6fe75
MISC metadata.xml 521 BLAKE2B 290e6a467d4a1b33e1aebaa47ba4b639142e0f1c78eebad35c9aab059bb560dc14718b3bae2b539ade87c8f12834d32d7018ed28f7b9f915b5df474966fdec40 SHA512 731d7c02f667ffd48732763b4c0318ecc273c9ba6e046209f9cc7ce0331c1e58a6834287c3c73150da18c3d6d70f381e07ae89a5234b1dc7656f438114f678ff

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="Integration for the Hayward OmniLogic pool control system"
HOMEPAGE="https://github.com/djtimca/omnilogic-api https://pypi.org/project/omnilogic/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -23,7 +22,6 @@ RDEPEND="dev-python/xmltodict[${PYTHON_USEDEP}]
dev-python/config[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"