dev-python/python-wink: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
73e7bcf51b
commit
dcb30a5405
@ -1,3 +1,3 @@
|
||||
DIST python-wink-1.10.5.tar.gz 20524 BLAKE2B 5c7ddead92e3b038d26bcdfaab2ebcce57fd0e3aa79451dca7bbc027f31f8c273124f407e9fe1f605cee516d7d32b8cd59d50cad6fb38577601e4bdaeaca225a SHA512 4c088b8c2282684a6a8a2230e1404d7743e04a6bbe39f4b1fa2e729cdcee7b81d23a41f36ee7c552d6894612c53534de4e73e5c644764dffaaeaa024d5165537
|
||||
EBUILD python-wink-1.10.5.ebuild 700 BLAKE2B b3d1049fbcfd8a53e7aa34be3c05e165e2a6e9a41097aea3fe9857d6dad149cdd6ce009b81cc48d4f8a978e3b68af531940ac09acf5f5e89c48f74a5064c20c1 SHA512 17e4dcb491ee2c8bd2ed9f1824adc7cfc6b2f38407e4f508e51465ab4eea09a4d5680d5d71d0b5081f414f1a31a99f484041857e71b3ea320529e331ff7c5f7a
|
||||
EBUILD python-wink-1.10.5.ebuild 664 BLAKE2B 9009bb565140148674389a455291b9cc691e2c65fb2a13cc27394403d7cbd9d086c0d6b70afd968e44aa497f064f28ca761edce55117710d856d9f704654b754 SHA512 53142bf0f15162d14551abda8f7d36724b2bce364115d5753376824e121a57b43f0dd731918a3d47350b528cc1cb91e35db886534876d8470659473c3e34bfc2
|
||||
MISC metadata.xml 395 BLAKE2B bd7e9f97ef7bfea393d253337a4223bd40d9e8a96f8b57954ccd502b9da1f2035075610d8d4e3521772bc8d4314d5a23daa804f0dbc571ba6ce670e08d85378e SHA512 a38ae96026d903e6c3e8cecd8c446a7fa9d5f586ff1bd2d53a555563bf67dd5d45043bef4b6aa0abbef2c142a433df59951cdcc64125e9def2c4984395efd49b
|
||||
|
@ -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
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Access Wink devices via the Wink API"
|
||||
HOMEPAGE="https://github.com/python-wink/python-wink https://pypi.org/project/python-wink/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -21,7 +20,6 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user