dev-python/wolf_smartset: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-02 23:35:49 +01:00
committed by Andreas Billmeier
parent f4df35902f
commit 64e03bf2a3
2 changed files with 5 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
DIST wolf_smartset-0.1.11.tar.gz 6169 BLAKE2B 47219601c6807a197364fdc220e527510e13cdb68834804c5f04ebe777175430ee3d9f429c166010e93c691a1e0c9e37f2b82ce876376a3da2a179f6d63b4712 SHA512 8c4c630967fdaa476dd68abc9e2e99702fc3f6f06bacfda9a70be5f0796c52f356391879567a13b8b143d5a169014222c6921e7d60005064dc76f8fb592bdbf8
EBUILD wolf_smartset-0.1.11.ebuild 728 BLAKE2B 4c3dec22a50338b063470516868d46fc0213cf94cd8c2fb946dbcca2d9f6455dc28536a6d4e6c23ab72b02ac19bf56f9b8f430a79b0b32083e13473256565ac2 SHA512 c83d747d7ee993ed6758f477a80a240c99f00f2082364e7022ea5ff10eeee9de8262189fc7388dd9882de59bc883b848ccb3c3ea7813858045e9f81ee9fbdfc5
EBUILD wolf_smartset-0.1.11.ebuild 672 BLAKE2B 8af23705a64e1e87b0c2be2bd5aa203356c746eff7128f73798818523ce80d5bc06255fb3af192b7d5ff0e6ed78fea722b9ccdc3e28698275b5f1b0599fdc744 SHA512 8d1911b6850ceb3016d9ec2b3a422a1920aa2312d98213e3579be6e524f15c36042a2e25a5b7fb6f219566e1d99484385a6da37d5d99f94b268ca8ccc7e4ae98
MISC metadata.xml 522 BLAKE2B 3c36bd6857b1c01de5cd508993e2163f4e0add5a84ab0f57b2ba8d01387a2cda6af4c53d98ed48808f2d27427020dc88fb63fc3b031e7ddad8d6974f8df95c59 SHA512 500b37d3b5975b43457fbcb065125b6741949f95cb95d94e8f54405191c9e0452cd7524d28c7f59ff7dc527def7cdb8fecf101390a13c6c5a2ba5397060e1971

View File

@@ -1,15 +1,13 @@
# 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="A package to comunicate with Wolf Smart Set Cloud"
HOMEPAGE="https://github.com/adamkrol93/wolf-smartset https://pypi.org/project/wolf_smartset/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="all-rights-reserved"
RESTRICT="mirror"
@@ -20,7 +18,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/httpx[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"