dev-python/pyws66i: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-02 22:10:39 +01:00
committed by Andreas Billmeier
parent 40b09d6273
commit a4af373c05
2 changed files with 5 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
DIST pyws66i-1.1.tar.gz 6265 BLAKE2B 0af690f26f12d535c9278a220db89e804d770c5acd206c130d5ae58bee2394d3ea6f49bc38c8bdd5e6bfaa94d3cc56e970813049632e2e00231423aa2df0307a SHA512 c7e604e87ace51b9240782512b5b8c605eaa82ddf8e6301a73a0fbd207eeb63f17217bc1ec585f841ff1c71710221aade7f25dc88f4191cbf9f768cdb3a4c94d DIST pyws66i-1.1.tar.gz 6265 BLAKE2B 0af690f26f12d535c9278a220db89e804d770c5acd206c130d5ae58bee2394d3ea6f49bc38c8bdd5e6bfaa94d3cc56e970813049632e2e00231423aa2df0307a SHA512 c7e604e87ace51b9240782512b5b8c605eaa82ddf8e6301a73a0fbd207eeb63f17217bc1ec585f841ff1c71710221aade7f25dc88f4191cbf9f768cdb3a4c94d
EBUILD pyws66i-1.1.ebuild 689 BLAKE2B 3d3e64558bc07baea15810f8e09f6370a614f1869b69bcd671019ac2aea148f68abd09536dca8017fc545de9a1f00b69681e9c4f6b2cc482e5a5acb536781c49 SHA512 1bdd8b5890713cb81783820bb31bba66699ce5798b6a4c314629d71012e7a0d146dc5b28c2e5b23d320ffbd91970988dec8a4ed77a41e27841a5f2c4b80660c9 EBUILD pyws66i-1.1.ebuild 633 BLAKE2B 3cfcae84472cc19617e38f22dc6fdbf8fd215af0e99fcd2accd5665e7988a2ffcafece4f10ed995948ec78096b80888036dbc3f16510f138d162556f2aec3a0b SHA512 39faabf7af1c847f09fdd10e568fb632b75c42d446defc939904b2ddf25d25ef76e9b3f036059538f332b929e9b75da8a5f647fad156539dd8c115ab09cafb0d
MISC metadata.xml 513 BLAKE2B 99fcc57540a4a5b9f1bab63073130bc44f237ade3a9ad50e3c241025a854b962ef84cb3723dbddca777af510e7fa959e05ff9addb222c192d823e7362fdb677b SHA512 894ef5a7572647559ebf306303ab55ae2fee02fc2e99b62766c53a6f58801a6e76d7d0d06607fea90e8a627bb883343f6469c76e6f4ed915262de4793049fee8 MISC metadata.xml 513 BLAKE2B 99fcc57540a4a5b9f1bab63073130bc44f237ade3a9ad50e3c241025a854b962ef84cb3723dbddca777af510e7fa959e05ff9addb222c192d823e7362fdb677b SHA512 894ef5a7572647559ebf306303ab55ae2fee02fc2e99b62766c53a6f58801a6e76d7d0d06607fea90e8a627bb883343f6469c76e6f4ed915262de4793049fee8

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 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
inherit distutils-r1
DESCRIPTION="Python API for talking to Soundavo's WS66i 6-zone amplifier using the telnet protocol" DESCRIPTION="Python API for talking to Soundavo's WS66i 6-zone amplifier using the telnet protocol"
HOMEPAGE="https://github.com/ssaenger/pyws66i https://pypi.org/project/pyws66i/" HOMEPAGE="https://github.com/ssaenger/pyws66i https://pypi.org/project/pyws66i/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"
@@ -20,7 +18,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md" DOCS="README.md"
BDEPEND=" BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( test? (
dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}]
)" )"