dev-python/python-nest: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
be7d876ab2
commit
291d5c926c
@ -1,3 +1,3 @@
|
||||
DIST python-nest-4.2.0.tar.gz 24476 BLAKE2B 2f8f1212c4685ab02e649a55bd12cabf2ecd8607e3494dbdd17e72c66b3dff8993e6de097628fb23b42275cf26e0d41205f782d11437e5cfb49e765a34183272 SHA512 92f6a8441b995b6ca9b7c9366682dbc8a443cb75db8b0a5286ee4a3a9cbecdf099fe9aaab23382e8e8ace37aa47260947301813545940f7c041594ac64b84a48
|
||||
EBUILD python-nest-4.2.0.ebuild 862 BLAKE2B de1a5f46ef96b474e0500fbe0336688359ed0c20cbd632c49f92bc89c67f0c9db814dc5e947aff0c2415271a3cd90d81bdb38cc5da7ae5666edaa22ede2f5d6c SHA512 5c6a058bc7bb3c08933f4c5e6f38ed04a2b72e14e11f4cc730d0d4193bd02fa7789750442625c2a3651444709258066385af0d2aff319fba5f7dbc14e824772c
|
||||
EBUILD python-nest-4.2.0.ebuild 827 BLAKE2B 335310d134f9f14805d170533829e192befb28aa6fee78ec0ed39bc401b277c61fff57b40adf384f9892979ca8ee4f3e78ed94438cf72bc53cdbe6bb132ebc61 SHA512 95217a95289da961951d36d04c5de0e1ce2b83962c7f5648b1dca9baba7a05a5ecb82f85452142032b576dd5d094b869b969e29581c6d578a9454bdc7dfa3098
|
||||
MISC metadata.xml 516 BLAKE2B 6e3a2c7946bdb195bc4229fdd25a7748db9f2cdc83b8d40825fb5b7334fef31ad883f5b66537f8dddb2033ed2309ef3a6857f22833c5cd2dfcb741320844742f SHA512 d6c3e7283a092a9f9a477326b573a9595f30084debea3251d6605843af4e5f0080c6c6870268ab45d8f0072b18a29ac20d0908b44acc0d5fca3385f3ab4b2a33
|
||||
|
@ -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
|
||||
|
||||
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="Python API and command line tool for talking to the Nest Thermostat"
|
||||
HOMEPAGE="https://github.com/jkoelker/python-nest/ https://pypi.org/project/python-nest/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="CC-BY-NC-SA-3.0"
|
||||
SLOT="0"
|
||||
@ -22,7 +22,6 @@ RDEPEND=">=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
|
||||
dev-python/sseclient-py[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user