dev-python/habitipy: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 17:42:59 +02:00 committed by Andreas Billmeier
parent 5120c8f284
commit bc7b4b7e76
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST habitipy-0.2.0.tar.gz 39442 BLAKE2B aeea7b833db0318b2e77ee9b11ca5bef633742bbdec2e3562cf8f82e6967f5807e11572869bd74c164e979aa8f1a01b4eb4c807cfbfa8ebb4418cd2471686283 SHA512 654fb971e5b649816c5378a3f7ee9a63c631afecb92e847ddfd3985ff637953b05087440c4518164092eec6ec55bc7bef69b2e60d810f51fbfe516e8d5763ec6
EBUILD habitipy-0.2.0.ebuild 750 BLAKE2B 27816666bc755995fcfa8cd181db103f41db147600ab9be673deb08be30adffb71eda08059d35f26a8c7d630e2147ca03b9bb3040239c67615660790a8d8a49c SHA512 75c537e704725bc297a07a661a44edcb9dddf9163f21c2162a2e32dfdad69cdc9c03f8f30a5315e7f108aaa7c93cc57229aa9f9872c518025b6cfd3aa79a76ce
EBUILD habitipy-0.2.0.ebuild 726 BLAKE2B a5b2992dd378b5eb22bb3add5b061c9a632e81786ba1f257ceafc4e313140aa4741b270bc5a7fd3476d46d008a64ebbdfbe45105ee7671232d4137d32ffc5cda SHA512 f38a8c28d0f163e8243ff0f953faf3719f6a520c5ad970cc4126d26b6eb0aeaf40c15ed531809880a27ebbc3a496d3358a8312b7782406a82ff2057e621bcc5d
MISC metadata.xml 514 BLAKE2B 36639d9dc6cb9f2d369778569c0de2aecec9148f5ccad92bcf7178d56c1df88e69bf87c175df0bef1880d2abdaf259e465d75d0515fc7448441b03e48b66095e SHA512 c3cdbea072a1af8b17d0005f540ad6763e20901ed0d0b2b15747c405e5b9fb9fb6949cde16633a51a9a83ecbe752d84c3c2966a5914c5d9d8546375c1af5c89e

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="tools and library for Habitica restful API (https://habitica.com)"
HOMEPAGE="https://github.com/ASMfreaK/habitipy https://pypi.org/project/habitipy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +20,6 @@ RDEPEND="dev-python/plumbum[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
@ -29,3 +27,5 @@ BDEPEND="
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest