dev-python/simplisafe-python: add 2024.1.0
Closes: #2852 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
DIST simplisafe_python-2023.8.0.tar.gz 25986 BLAKE2B 0ed8ddbe3305d34952d9c2a046b765bbd62bf7ac3fca961f2a3b90ae85d8124fc4cd6d345742587412967be4df7ef585aa44f3847e449b0646801eea5a95010e SHA512 a445b3e5e1539b3ab8468bdd30a87dd1c88011f0a163f4f81389a96a8827e53253b419146de88688c468aee1b0ce4631b2cf586502050154d949411b85f97963
|
||||
EBUILD simplisafe-python-2023.8.0.ebuild 1131 BLAKE2B b9b31404c7e8c589f9d27443d9fbf46fa38bde86b597e189e1a3cc7db5e09b326ad5ccfbc706c4650235a728c2461607d42319fc47f7d8c568255b38e1d231c8 SHA512 48776d7a98062434be6fb311f8368a097c48d36dea190471848048945ccbaf52e2ad605d75f769ae81b5fe7781c5783dbe7e57b21c202dfb4334aa380db0d9df
|
||||
DIST simplisafe_python-2024.1.0.tar.gz 26772 BLAKE2B d43522dd218178c0e8f490ac222367dd108662fcbf098ddaa658207060b2758d9f6a7b361718a2a4ece68d53220a3388ebd533457129a8121ac7ba4fa444ff17 SHA512 44cbd68c075652cb097142124b2932e74a4b4f1ac9cfed3dcb2ee40e1345d119aee2bffe20eb1182c3de1a60119900bb918c948f8d1ca0e9c2d1db7588e1627e
|
||||
EBUILD simplisafe-python-2023.8.0.ebuild 1131 BLAKE2B f08be0ddc8dd201fcdef57f5af89315f2e88b02007b9f14b464a2ec2e7f5616d5497615152b4c87a1adda621b2bace0295b7cd2df21adb198b96d52147883a84 SHA512 e4a5ba4836f36cbb64724bfef2a4ce9567ce1af9ab7afa1a8b4a80a813a096645d707551d217ced5876b48f04b17c2f13a88eb960e24189f6a6b27ab73904768
|
||||
EBUILD simplisafe-python-2024.1.0.ebuild 997 BLAKE2B f4b02d12fa29d5667e6da4d0853168fadf8164f02531bfef7b760f49d23bb6b61d09706e75887d188360a727ba97e005c2f01a81e24e708fb138ac6a063f131a SHA512 5edb9cfcca414551dc77a9a267ef8e111591853f92451afd4706b5b7e16d9432401caf199f3a05bb808d994a9dada29c0252475d5080ed98ecf45be917d486e7
|
||||
MISC metadata.xml 526 BLAKE2B f17f9edc5a2cd7e64d9001c87b611f44413392a9c51e96770cb0986acc9736f8306c8415006a2023106ac89592f9a0b756e298c9c623db4c093c0a6532686465 SHA512 a29dcbc962c69b38558fa16578af04ef378f56fc9d3fc3005c106891b71ce7e8e82622238529c23d91d000bb2f7df033350ba4ddfc23db24f68795d14e5489be
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A Python3, async interface to the SimpliSafe API"
|
||||
HOMEPAGE="https://github.com/bachya/simplisafe-python https://pypi.org/project/simplisafe-python/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/backoff-1.11.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/certifi-2023.7.22[${PYTHON_USEDEP}]
|
||||
>=dev-python/voluptuous-0.11.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/websockets-8.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.9.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/aioresponses[${PYTHON_USEDEP}]
|
||||
dev-python/asynctest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user