update python-kasa-0.4.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DIST python-kasa-0.4.0.tar.gz 72268 BLAKE2B 253d037f3d4ccc75d84ba436af259025320dd8fcc6a3bf39fea0151501b13068f6c0159d142f795c58ab076b169dedd098ea3b4f82d689e29c4af0e17445db54 SHA512 87d248b64b27064bab3f78c0a544724ab442b876b1e129571ef883101199c202bb3c4d467930a0866037a340be5f9c79b467f09b4f4c6c35708640cd8e9cad99
|
||||
DIST python-kasa-0.4.1.tar.gz 75505 BLAKE2B 6d6620b8f29de9aa9516282b014dddbf1512f6c727197d1ae293e9aba5d1b2789b14f7294db7aad968a5e53046236b0453311d71b2017dd358fad5466537596a SHA512 2d8d1c1012fc2b535f628efadb34d1153f40727a028f56e855d6c7f7918c30dd9a3450c861492afebf36f0526a1c466db09a09fb53e50f6d17416ec9e5a70032
|
||||
EBUILD python-kasa-0.4.0.ebuild 830 BLAKE2B 88a5cd622550bfafde9df5eb0d56e38d0959b1370878532be6b3ab5ab1b1ae1588930f7b3558d17436048366773c4357d55a486c39741f71a962f4f299fffc70 SHA512 6d3aeb1af1a1ac9f6cd2a02ef16434686cda332d452109d7d1de73c8714e6d56629a218a0c994a37c6f15ce291e79c0d0fa777da429a86974af501b6f405aff3
|
||||
DIST python-kasa-0.4.2.tar.gz 79881 BLAKE2B 3dcb4f92edb76a9038c4e855c427f66a576fcfa73b044958a5712f8bdc9d34885db2a1bcc318a292d5c9815d829ac81f1aa6667063a4ffc6ed2cf40314ee8543 SHA512 cffab642526c3b0380c545dadd5b747de6d0926a9a9e49ab470c933dd063a2f431a655ec22fef4c26a2666142f98ece17e537d470ec43449234f4e1e5696f322
|
||||
EBUILD python-kasa-0.4.1.ebuild 824 BLAKE2B 89c1ef849b38e5c61b78088da9b23d544259685880d5444b56741d9a03a282eeb7b7f11154a4df99f4b88d9931172fb8c641f15dd7c1f9850711d68607094430 SHA512 57bd5d5acc66e03a697b8e19f0386c99a3a22048d40b32c25548d12d62f67a52c714a169d87db6988f01efdeafdc7e9208e4b06eb72f7fe214b4a08f4816c85c
|
||||
EBUILD python-kasa-0.4.2.ebuild 992 BLAKE2B 93baa390608e4c240886e889041bebdfb35e753fb45e13543e92374a0cc29e03d9530befee373da5ac8abaaaeeef45f608bf5e232b4c347b6e2f8a35227bbdf3 SHA512 c2758b4aa2332b827c0eed3037304f7282abb628e4ebabb59d45763990f28f463667014e2acb4e37d35fed0636516a997e8324aea3274f9e31cf8a1e04d7380f
|
||||
MISC metadata.xml 448 BLAKE2B a99b6791e7f4993899d075ab17c310b165ed77b1517fabddffb47fb135af7ea1f03ce809e753a9a36e846b3915b1712b7dacb9b14a3c2e2d90649e8f6658b127 SHA512 c976d2ec2a801e503ebb04190834aeb18810a6d5e4228d6774b44c271d25645f1cc50f1fcf6ba28807f0d22382028a5fe42c7e0696454f7da506a33f05f1934b
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
@@ -13,19 +13,23 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/importlib_metadata[${PYTHON_USEDEP}]
|
||||
>=dev-python/asyncclick-7.0[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/anyio[${PYTHON_USEDEP}]
|
||||
dev-python/importlib_metadata[${PYTHON_USEDEP}]
|
||||
>=dev-python/asyncclick-8.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-sugar[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
Reference in New Issue
Block a user