dev-python/pyhomeworks: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST pyhomeworks-0.0.6.tar.gz 3118 BLAKE2B c47f8f23998c2f716c167f10469d07c2fbf90e635cf6a21d1f8f5c09057246e354606359d9ac492f457487812367125e1b3825756bc54b397d832219c923b21f SHA512 76f2ea064bd22f19ca69647db68213c6c6f975d05a0021faa33911ac1590ae33a40899ad8b3b5e6421f2ab48b83c590432a6739cbc37c74e46cac4e34316c8a4
EBUILD pyhomeworks-0.0.6.ebuild 665 BLAKE2B 40855e431d26c563f57bad170e65586649b1283947ddf2601c258c9f2041461f13eb6dc73fd54909eace5aaadf40c1816d169924f9e749cd78b1cb0ecafa7e6b SHA512 82ad93589f9b9972220f27d8aabb8bf414e83ee1460893f8df5d8f757b072a1644ffdc168524c576b2de7febdb9229e0cc6b33cdb58b4ac82fb9da0c8948499b
EBUILD pyhomeworks-0.0.6.ebuild 507 BLAKE2B 9c290a06a5d9960c8ac2306e310bda44a24628f6fe8a707a2bfacf431a6a588da715e25cd6b7686375fd2d06b29f8023cfa7031f77e727c5736be015acd91b36 SHA512 ab933b46a900d7481e2c1f177a221fa67bb0d9faa977e299864970f76c1cce1e8be4f020e7b81f6e2422ab806c2081dde46b3353cc55668076d16641c6025a9d
MISC metadata.xml 514 BLAKE2B db0aa53a4fad9b138200711b4f493bbb2894e7b7ccece53645261aac45c40e0514b32c4de62eb7906dbc7c6026b462dd2b33e885443fda94c902e0f2bdc9e031 SHA512 84554bd2e6ceb7144b90bdcf081ee04f7647b799be66f82d69053077edebe43adcbb840249f49e183d80a3460d72c8c9fad30de6c01e7e6231416319bbcaecdc

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="Lutron Homeworks Series 4 and 8 interface over Ethernet"
HOMEPAGE="https://github.com/dubnom/pyhomeworks https://pypi.org/project/pyhomeworks/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -19,14 +18,4 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest