dev-python/airthings-cloud: fix EmptyGlobalAssignment

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-01-07 13:01:52 +01:00
parent 7565f509d4
commit 507a8560ea
2 changed files with 3 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
DIST airthings_cloud-0.1.0.tar.gz 3538 BLAKE2B 9019a25833ee0224f4f6348c7b5d69b06c164eef096fb54c4a78e98854c3f3deafdba018c30bbbe2999f92e456e920772ca2fd7befd2e0e558edd0d6c59c1fba SHA512 8bf0b45a97f2dd12dfb147e451470d544c144f55e7d8f45dd6e2039dfdcab374aef5b7f3109248fa6ae0a58d34b027e010c52753c378b1a0a626dbda67f54979
EBUILD airthings-cloud-0.1.0.ebuild 703 BLAKE2B 66ae38ee19d83bab9578a1d5e74db621fef4db9ac8771fc48533a925ea0e523434c18986d00b1fa0042fa53699d4869740acb9463b03189cdd13f57728f6c411 SHA512 fe1352884e6346db6a9ff56666bd90e13a1ecdc1d319a7cab2b7737f6a9cd891bc485d8a8f52649a10b82c0a10451419f6528704f7416e7ba7e314df004035ce
EBUILD airthings-cloud-0.1.0.ebuild 610 BLAKE2B 945e227f48f493dae3d0e7bbe5cd1db5784166be022da9e719f8fc7105328e73668b086514b9d2c5bb09bb1d4f7b21ac5a655ed44afd6da5842c56886f0de76e SHA512 1967743c20e65f5fc6d35792a63b92befcca31bab0057c241798694155a8ef769d7ed97fdbb3cb8c3ef6fdbc528f58011894214ffefdcaf78c4318f48acfe071
MISC metadata.xml 535 BLAKE2B 524bd2614c679636597c828b0662220bbffd149f402bd8c8b4cbbb76898ca1647fe7667421eff44f64da6708008456a8dbcd2b27cece02cad61ba5648f901c18 SHA512 393d594dac2e88526cf28407237bf13c58ebaf2ea711b80f175ba1ba096722fb7b0bda107c9a41a16a7683920116dbf4ca2526fbaeafeaaf1878dadde5c129bf

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,17 +15,9 @@ KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest