dev-python/pyebox: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:20:42 +02:00 committed by Andreas Billmeier
parent cc2fd7430f
commit 2cbba07093
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST pyebox-1.1.4.tar.gz 3996 BLAKE2B d81ab5dcb6d4b0686cc406ac94bbe31165832689a0d1fc352e87a98bfa344a964a196ced540a7c25ad1cdb96be0752e6f9c246c79f06f901c49bae4ec72e746a SHA512 3318a12816d93c36b7e4ea3ab631a08bf7932cc31e5ebc6190013ee906dd0fcf06bd061c789a275a2a20a0b05864ca9372dc2b21527d01c0e9c41433c9f15ae3
EBUILD pyebox-1.1.4.ebuild 745 BLAKE2B edf9bbf7e9545bc21785bdf06ae4ca03ef86cf1aaafc80150fd4005b64d227a20091627315de96f1266e7fdda5d11fa39418aedfca2f59080a3aae2079712b09 SHA512 88e8f901666b2b028c02695bd557eb39956b87dc8b86e60ebc7c81c7b2ecf91de6c0c626239669bf973d4ad86bf738f996df1c5e87909345064bb8d97371582c
EBUILD pyebox-1.1.4.ebuild 588 BLAKE2B ab814cb81b000d90cf135cf53eb180b99d089edc0aed891196ece7923913fe823afd10c02b350570747fea80cbeae05d97857723b9231f13b1819d8ae6104641 SHA512 190e925b9c056dca67a964432d09b6046e1d956d43a4768545dd414ee91b104cfa4b66a81ae57cb7878458782cabe315c7c52ec9122bf4e213b1a65a5a801dfc
MISC metadata.xml 514 BLAKE2B 827cfc97544895bed0d28264282a09ff534b91b07e435ad8971a70a35a15c52a2f875477fe5985d4248a54ab495bc691355230e8434a28eb9fc0b752d0121ee1 SHA512 fc84e3423d2cd7eba7cf048e822cfd8a0685f304cae5fa876d88a14d733ea5632ad27e81f0c099f1ea7a8f6eb4205db74bd49b472212f0882d69a5ea726aa664

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="Get your EBox consumption (wwww.ebox.ca)"
HOMEPAGE="https://github.com/titilambert/pyebox https://pypi.org/project/pyebox/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -21,14 +20,5 @@ DOCS="README.rst"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/beautifulsoup4[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest