dev-python/sharp_aquos_rc: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
DIST sharp_aquos_rc-0.3.2.tar.gz 3417 BLAKE2B 2659af3e2b6999d69fc9ca05ba04a67aaad2a7db98d1d901f704f4f503e7b63dbcf3281cdd8ffde54ba0a2e52eacef070a95390669ae50820951fc6d4e7420a1 SHA512 91b62349a76a0b6dcbc81d6bc6ca958d549ace6c11d51d0964686d4654e8def3e7a5a1165ecc186ed95734f2a40aaaaae3e3090493669b3e5922742cd5fb82d6
|
DIST sharp_aquos_rc-0.3.2.tar.gz 3417 BLAKE2B 2659af3e2b6999d69fc9ca05ba04a67aaad2a7db98d1d901f704f4f503e7b63dbcf3281cdd8ffde54ba0a2e52eacef070a95390669ae50820951fc6d4e7420a1 SHA512 91b62349a76a0b6dcbc81d6bc6ca958d549ace6c11d51d0964686d4654e8def3e7a5a1165ecc186ed95734f2a40aaaaae3e3090493669b3e5922742cd5fb82d6
|
||||||
EBUILD sharp_aquos_rc-0.3.2.ebuild 674 BLAKE2B 435e3f6dfc9f08c82a3b272eac7c9f993b613077d13967fe7746f8775521cdac5174f5d6597a286deb42ac414692b56b7ac98ab4b85adb297c8d7aece5ebf9c6 SHA512 16e7a8dd031048041a4222397a378d21dbcc1e68da19fd9809206f2763270cc113f2dd5dd6ce528750a187a39fcf6b5dff0465e0baa320561c0a0318f8e05217
|
EBUILD sharp_aquos_rc-0.3.2.ebuild 639 BLAKE2B 92f5d6a3e63f4ae7d0c765e8897e918846b4ff63b764b40acb6c9feef86a58a192ce277044cec2370c3a65f9551788de5cab059e81bdda95aaf55cd30569e1f1 SHA512 8af5bb808f147f2fa55670ea8d06c9d678ec56ad03d00b19a4f6865b5f8675f9ed2fb71988f57e2c261ec19e194725d1a5cb983276ac898136d7b8885a89b91b
|
||||||
MISC metadata.xml 525 BLAKE2B a5b833e637f9a06b1d5ae9389d7d1fe538abeb8c4d297df696755707a05f1f7a55ccbffa95f5266de266cf2ea53b8e0a163002d763b56c9328cb7e29997785cb SHA512 6c2bdad4343f6eb6451b7208fe6b16a028168091a95aba2c77ccbadb3df1b819fe7d84e9d680d817af5a3750676c4fbd551bad4b0116534b6d2c04eb302ac68a
|
MISC metadata.xml 525 BLAKE2B a5b833e637f9a06b1d5ae9389d7d1fe538abeb8c4d297df696755707a05f1f7a55ccbffa95f5266de266cf2ea53b8e0a163002d763b56c9328cb7e29997785cb SHA512 6c2bdad4343f6eb6451b7208fe6b16a028168091a95aba2c77ccbadb3df1b819fe7d84e9d680d817af5a3750676c4fbd551bad4b0116534b6d2c04eb302ac68a
|
||||||
|
|||||||
@@ -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 Sharp Aquos SmartTVs through the IP interface."
|
DESCRIPTION="Control Sharp Aquos SmartTVs through the IP interface."
|
||||||
HOMEPAGE="https://github.com/jmoore987/sharp_aquos_rc https://pypi.org/project/sharp_aquos_rc/"
|
HOMEPAGE="https://github.com/jmoore987/sharp_aquos_rc https://pypi.org/project/sharp_aquos_rc/"
|
||||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@@ -20,7 +20,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}]
|
||||||
)"
|
)"
|
||||||
|
|||||||
Reference in New Issue
Block a user