dev-python/google-nest-sdm: drop 2.0.0, 2.1.0, 2.2.2
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
6aa83fd011
commit
e2908c6442
@ -1,9 +1,3 @@
|
||||
DIST google_nest_sdm-2.0.0.tar.gz 38275 BLAKE2B 8b1e84d4d25ccf7d0b13d93280da72c2f5a6e7f8b040ce4539912e05ba5e72c5de6f5836efbc59eb93c1ca0dbc077e37f0667df2b4662af33fd92567f6fa24e5 SHA512 f62f5ab457dd67211628022c395015e2a57293d0ef64c14da4ce5f6ff792e22a35712befa4389238fe619421575273155e07602a3d530f9e6634e012a8ec8da4
|
||||
DIST google_nest_sdm-2.1.0.tar.gz 37918 BLAKE2B 2004305e7f40fb1553a87c27e22c9d7b56250223cd140bdfabfef3ef47183f2741fb9175b1666327784500be7edabab3662b6e767bbe2cdfe00fa40acac5e68a SHA512 5c9a746d17a3cf42780a789787d59b3cd7ca88d1d9ffc527a31545db6bcc73b659b253bb9cd47bb25f66e93b2d4d3093217834c05959fecf674b45ec94bda455
|
||||
DIST google_nest_sdm-2.2.2.tar.gz 38825 BLAKE2B 8f2d54d8e28201929a1287e49dbe229636dc7400b698eb43585b32b3f3567667a887b56f00cdd559372930ee74bcae3b02e7cde4ace60fef93f692bf8b921fcf SHA512 573f0e05019deadf96ae06abc49f6cfd864cdb2b4a4faab845d7a9fca29d50e8223a0dc1274e6ffab00b608e043d726524f234869956fc3612a21b72b5d0db63
|
||||
DIST google_nest_sdm-2.2.4.tar.gz 38834 BLAKE2B d88a71ab962fee57d2c84dcd35f10c523aceb60f266ec43eb352c1f4b882b1040b3bfbaa4211a99188b8ebcf1b2986c7d93e019c002b2bc0a00828b65f0caf6a SHA512 c8f38c94366a186291fdc747ea719d43441dd6228123286cac4a5ffafa9e0888cccdc2288b083ef77c71aa5f3f1753e05860b86f12fa86c4ae8c2e05d2581487
|
||||
EBUILD google-nest-sdm-2.0.0.ebuild 938 BLAKE2B a7fda078dbc8ebe15d5b96f0e98c981836de91544e35348043915b73480fd5d0649f40d33ec3259137a1d5788bad709c30e5f2a7d4b254d56687eea4c2285ae6 SHA512 28d8502ffde0ce677ca8097c2eabd51f489d51e583bee5ea9a595c219306d57836df9c415c3122bae0b94c83d24ec2c5a470c554771ca6ca093a2e064bf0df46
|
||||
EBUILD google-nest-sdm-2.1.0.ebuild 938 BLAKE2B a7fda078dbc8ebe15d5b96f0e98c981836de91544e35348043915b73480fd5d0649f40d33ec3259137a1d5788bad709c30e5f2a7d4b254d56687eea4c2285ae6 SHA512 28d8502ffde0ce677ca8097c2eabd51f489d51e583bee5ea9a595c219306d57836df9c415c3122bae0b94c83d24ec2c5a470c554771ca6ca093a2e064bf0df46
|
||||
EBUILD google-nest-sdm-2.2.2.ebuild 986 BLAKE2B a40909951e578b57ff235bd94c68eac4e5d010c14a6d7eaa979a6d6315edf165724340651d60499715d59064cfa642de32bd2934a0af8a4696decad219de27a0 SHA512 8eff43a177a22f88926102291c2d901bc471a4304db2539ccf15f47ffa027b21c98dc4ddb42fad0bbab7eb7c33207e115968e0f127c49fff553c95a9e37ef051
|
||||
EBUILD google-nest-sdm-2.2.4.ebuild 986 BLAKE2B a40909951e578b57ff235bd94c68eac4e5d010c14a6d7eaa979a6d6315edf165724340651d60499715d59064cfa642de32bd2934a0af8a4696decad219de27a0 SHA512 8eff43a177a22f88926102291c2d901bc471a4304db2539ccf15f47ffa027b21c98dc4ddb42fad0bbab7eb7c33207e115968e0f127c49fff553c95a9e37ef051
|
||||
MISC metadata.xml 534 BLAKE2B dd5c01a07de6d7860437be20335d832ae3a499c9833098cf503e568e2376dc458993e2c2d101da289d2f33036a2e0c369085ce6a38d40ec5033395e332638749 SHA512 4cdb9fdbe19c7f912aaf6f9b1cf6f7f012f1ce68304262c9121d22c7a7c7c1081866ffbf0edf2c84fa208930b07b37a957ca899f903b76994b85ce959b77dfb3
|
||||
|
@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Library for the Google Nest SDM API"
|
||||
HOMEPAGE="https://github.com/allenporter/python-google-nest-sdm https://pypi.org/project/google-nest-sdm/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.7.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/google-auth-1.22.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/google-cloud-pubsub-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-oauthlib-1.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyyaml-6.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Library for the Google Nest SDM API"
|
||||
HOMEPAGE="https://github.com/allenporter/python-google-nest-sdm https://pypi.org/project/google-nest-sdm/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.7.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/google-auth-1.22.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/google-cloud-pubsub-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-oauthlib-1.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyyaml-6.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Library for the Google Nest SDM API"
|
||||
HOMEPAGE="https://github.com/allenporter/python-google-nest-sdm https://pypi.org/project/google-nest-sdm/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.7.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/google-auth-1.22.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/google-cloud-pubsub-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-oauthlib-1.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-1.10.4[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
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