dev-python/onkyo-eiscp: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
DIST onkyo-eiscp-1.2.7.tar.gz 48290 BLAKE2B c583b2af2619b6dc070c431a91d77ce507d3bf91f87a5ee181b82333ef597fd45d122c85f3fa4dfe5454b5059c89888744beb0a44a916f8e8cba64fd94b6cda1 SHA512 0fe8f23762d49b3b2c45ef24b94345d9a342cf04b2fa55538abf4ea21a6039011c0ade945f7432555ec948811ab521bb6a611909e19163e0e0c806bf87604635
|
DIST onkyo-eiscp-1.2.7.tar.gz 48290 BLAKE2B c583b2af2619b6dc070c431a91d77ce507d3bf91f87a5ee181b82333ef597fd45d122c85f3fa4dfe5454b5059c89888744beb0a44a916f8e8cba64fd94b6cda1 SHA512 0fe8f23762d49b3b2c45ef24b94345d9a342cf04b2fa55538abf4ea21a6039011c0ade945f7432555ec948811ab521bb6a611909e19163e0e0c806bf87604635
|
||||||
EBUILD onkyo-eiscp-1.2.7.ebuild 931 BLAKE2B b1de25aa3fa57f3741ec632e07c7210a467da8b626c23635289a8d496e24a7b94635a13075c638b4b952ea25995262ba01ce440b6cadfc157858714d6fc6e366 SHA512 4a7be0ab54a269d89060d926e4a97446e8a43465a6c06d48461af871e4348735965b177a2720c41dfeb9948cfb79b2681f9667b08a860dac91d1de6ef0f5d329
|
EBUILD onkyo-eiscp-1.2.7.ebuild 896 BLAKE2B 3f7095a8d4e2efe1326ff99498f137a3707ab9f51b64c49020d9709bba5b9a83331e10a78f656aab0b1816379190bdcad4d238ee27cc2f61c35c363b86570b53 SHA512 ae9ed915b03225e1903354331bfb1a28884fedbc4f3f6ecdd351c7abea9992b38c3137cc2fd64b0f4a4b9c09c3ec2124a847e3cc43ac6b6f38b2ba6f8855eba4
|
||||||
MISC metadata.xml 527 BLAKE2B f3149fdf3e81bcf30cb2376d660fd359581300973197b6c016fba363b84edc2a96c3c72288ab992c1c772d23a861d873e2d98cfa93ce39a2942bf271e96eb6a4 SHA512 9e46db53ac817ecc4465710973fb4c5387020281f354cf337df1718b8bb2df597c2e7ed208bc3e27f2022a1c9b4f093ddbcbd5bb8843d704c71a5296f0964fa7
|
MISC metadata.xml 527 BLAKE2B f3149fdf3e81bcf30cb2376d660fd359581300973197b6c016fba363b84edc2a96c3c72288ab992c1c772d23a861d873e2d98cfa93ce39a2942bf271e96eb6a4 SHA512 9e46db53ac817ecc4465710973fb4c5387020281f354cf337df1718b8bb2df597c2e7ed208bc3e27f2022a1c9b4f093ddbcbd5bb8843d704c71a5296f0964fa7
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
# 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_{9..11} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
inherit distutils-r1
|
PYPI_NO_NORMALIZE=1
|
||||||
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="Control Onkyo receivers over ethernet."
|
DESCRIPTION="Control Onkyo receivers over ethernet."
|
||||||
HOMEPAGE="https://github.com/miracle2k/onkyo-eiscp https://pypi.org/project/onkyo-eiscp/"
|
HOMEPAGE="https://github.com/miracle2k/onkyo-eiscp https://pypi.org/project/onkyo-eiscp/"
|
||||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@@ -23,7 +23,6 @@ RDEPEND=">=dev-python/docopt-0.4.1[${PYTHON_USEDEP}]
|
|||||||
dev-python/netifaces[${PYTHON_USEDEP}]
|
dev-python/netifaces[${PYTHON_USEDEP}]
|
||||||
>=dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}]"
|
>=dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}]"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
|
||||||
test? (
|
test? (
|
||||||
dev-python/pytest[${PYTHON_USEDEP}]
|
dev-python/pytest[${PYTHON_USEDEP}]
|
||||||
)"
|
)"
|
||||||
|
|||||||
Reference in New Issue
Block a user