dev-python/pyatmo: drop olds, change SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
ba6041c91a
commit
5551881291
@ -1,7 +1,3 @@
|
||||
DIST pyatmo-7.3.0.tar.gz 123291 BLAKE2B c6b0f501b4638dfa881829664e529ddb2df3f057cf6f8f47fcb330b3f7c38387b6c3b4470dd2e1409c52f18730a9b27910725bcc1a2a708b68e5b2f83ff0f262 SHA512 b0d358e23362fb6841bf9c237aba1d55477f7c8c0acb398957232111c184f6c82d2cec62085e0784d20acc22fb8c63422e9610576f078838282eac15b5f183a5
|
||||
DIST pyatmo-7.4.0.tar.gz 122792 BLAKE2B bed1fa4e2b8b7888971e67578f3a2e023273c199e8346a820fd1160c74df5aa3d625819830b7510e790f32972bb30e7d6543d9a69ef484829c946a9bc282ffb5 SHA512 f6eff30467f368914a49432d0f8b5dd6e57502a09721a0b346ec7bd3010c301fb1d962c883610d653ad9ce2d5aaceb3471ef2d9a98b1308c5b94b6d64c1a6c8c
|
||||
DIST pyatmo-7.5.0.tar.gz 130486 BLAKE2B f32fcfb90020151d482a47df1bf9a7e30da42be20c22a64541664cb1a1bcc53b537d2bca5c32cb1440ddd0d9415324b63d2b570d98949e4d64a46ad072feec9f SHA512 36d19365cb2d3a1562832980ad58cb3c7c342e2c79338450f0c6b4b757080a31906b0e07e2f5aff78da96bad193f1886061f0a55baab8baba2f18fd3b504aa07
|
||||
EBUILD pyatmo-7.3.0.ebuild 953 BLAKE2B 50e7c5882fc2baca935247ed31cde0f166d13c9b24a130a034d37e033a01ca2650155d36fbada67501019c7fc5c44c691f52f9b2ea66713360ad877a006c44f8 SHA512 1cb328904f6d44d2f097c9a066e98494043f7cc0649151e0faba0fb6aa255b589f4bb92f6ae2c599e65de616f1e1abf0f1c5da060445a78e1ac4d9155556cb13
|
||||
EBUILD pyatmo-7.4.0.ebuild 953 BLAKE2B 50e7c5882fc2baca935247ed31cde0f166d13c9b24a130a034d37e033a01ca2650155d36fbada67501019c7fc5c44c691f52f9b2ea66713360ad877a006c44f8 SHA512 1cb328904f6d44d2f097c9a066e98494043f7cc0649151e0faba0fb6aa255b589f4bb92f6ae2c599e65de616f1e1abf0f1c5da060445a78e1ac4d9155556cb13
|
||||
EBUILD pyatmo-7.5.0.ebuild 952 BLAKE2B 395551a2bd0c1096fb56a049c9d9153158c54062093bc458356ca4f8551bf97518ee26e4b4d2a2be863cc08ef784e49d4e5161d770799eac359c5c820e0d44d8 SHA512 b5834b70c7d07d16552df13e14e8d9a4b0c2fee8590c7774706ee6504e790a61f23ba701fd550fae29047fb8236693923a9fdbc417e90369edb7d783071253d4
|
||||
EBUILD pyatmo-7.5.0.ebuild 825 BLAKE2B 331b5d8b2d4e335013df318a443c3cb60637c7788e4fc97c5b42d7ef838a34a837b752870fa6c293de3f8b0dcc09f7b1cf14f667382aabb2d6def6bcbb96c94f SHA512 fbafc6c7adea45e87dfac9c29a9ffaff77b59352934ebb849f098fc17efff89575ddd6bd96cc7dfe549be14d741d53709b69ec58fe08f9314a77921426b35d2e
|
||||
MISC metadata.xml 501 BLAKE2B c5e2f3a96bed64c0fe8a808287761f8993af17d6f234d1b59f922863ea235c4e3f6f0db4cb7f5134cebca5dfb3fe4b62f2d8c8dac16ceef4570f808e88eaa5de SHA512 ad4bb76c5f91d8378341cd8e92d6b248b58247e9f1199eaccd7ef55e4d9721b59e777571686197992a7df83d7dbd308cf1c245097df9df7785f680019dc868ca
|
||||
|
||||
@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Simple API to access Netatmo weather station data from any Python 3 script. Designed for Home Assistant (but not only)"
|
||||
HOMEPAGE="https://github.com/jabesq/pyatmo https://pypi.org/project/pyatmo/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.7.4_p0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oauthlib-3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.24[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-oauthlib-1.3[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Simple API to access Netatmo weather station data from any Python 3 script. Designed for Home Assistant (but not only)"
|
||||
HOMEPAGE="https://github.com/jabesq/pyatmo https://pypi.org/project/pyatmo/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.7.4_p0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oauthlib-3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.24[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-oauthlib-1.3[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@ -3,13 +3,12 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Simple API to access Netatmo weather station data from any Python 3 script. Designed for Home Assistant (but not only)"
|
||||
HOMEPAGE="https://github.com/jabesq/pyatmo https://pypi.org/project/pyatmo/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -24,13 +23,8 @@ RDEPEND=">=dev-python/aiohttp-3.7.4_p0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.24[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-oauthlib-1.3[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user