dev-python/pylutron: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-07-12 22:04:41 +02:00
committed by Andreas Billmeier
parent 955ee4b36d
commit 094db706b6
2 changed files with 5 additions and 16 deletions

View File

@@ -1,3 +1,3 @@
DIST pylutron-0.2.8.tar.gz 14213 BLAKE2B f2d57861d6085d98d2f187ea1293039662fee512a086fd87ffdcfdffc3eade00831269b7e3ffc47ef76f2615418358603b52543225ef135f9a6a08f5694a1768 SHA512 d53292a78d180fa8dcac613b07884c71ba700d106ab0d2f5f06bfcdbbff20cdce5d878feac6d8fe9f732c5a77ae8ebda97debbed6dad102031d8fc6c5ec6ae15
EBUILD pylutron-0.2.8.ebuild 641 BLAKE2B e3fa89b54af99890860de446d4372fa32255b7d5ba5bbe55fc576cd26d79fdf4d24b107dd6b496e03005f952832ba317fd83b0b6658d93f05067532ca4659bef SHA512 9ee625e954426cfa05982ee7426d4a4e463fbab6f24601d56a0cb611e060092452d1a616864c879eaa35d6be17e1a5761aff6ae00cb7bce0e4589b3c8e06045e
EBUILD pylutron-0.2.8.ebuild 483 BLAKE2B fe283427acdfaca3cdf7d295f9c60f326434d40ae2c1b57a26dce8e6bc39df74ef41b5f30e6fea6cd0be44cf48e5ecdc879f960d4410951952390b7092eeb1ef SHA512 0cb5b05e36d7e4d9e9624d205df01a27adc37bbab9bcf7c2f308a7e6e4eb2643c3e9bab3c89f32f6ddb27e80c35efe5f949efddbee2f87fe56e6c8021134d9dd
MISC metadata.xml 508 BLAKE2B b402911197296ef4aecdcfd6abfa76a50a5c486d6a04290bac4494dd05642ca0436d4a064da0e4b0fb743c2c208c6ef132882451b12eef7f7a481973eee394da SHA512 85d7d64911dbdae9a4abcd9e305a6e2d60db66acfa73f3a3e0cc999bb2663f1674a1a1e3f481b5dd7da16065b12060326a9fbb5ab1735161f5c8206b4838bcc8

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="Python library for Lutron RadioRA 2"
HOMEPAGE="https://github.com/thecynic/pylutron https://pypi.org/project/pylutron/"
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