dev-python/libpyfoscam: add 1.2.2

Closes: #2968
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-09 17:03:34 +01:00
parent d6659181fc
commit 408796d888
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,5 @@
DIST libpyfoscam-1.0.gh.tar.gz 21421 BLAKE2B aa0171e7e8e7efc9595367523dd4d4f801d858278543a7206ae6e27409afd8e62365ef2d15db7d38e3f61077032dc20c235c025b79377ebf74be3b523e98c2ac SHA512 2813c3f134bbf3cb0ffc18abcbf847b3652ad04cb59c07051b91131f11ef2ac025eebc8cbb398c0f5d542307f309599a5a5a85a6699c5ee31829adf4af874be9
EBUILD libpyfoscam-1.0.ebuild 689 BLAKE2B 0a1be5528e51276781fc4f07f0759f92c25f38839524dcea285d07d35e8487f7b2b2603f4b185f10370d3a2868d3fac5be35c508d055e1bb5f3cddb57bc7effc SHA512 f44e56078a6b3532a3429ae2b5ae0b0b690c5e40db2631d0bc28c88678cf820300d60f6b7464c389a5d64b41246a1693a9e9d78b8c47992051395af7beefd524
DIST libpyfoscam-1.2.2.tar.gz 20929 BLAKE2B 2c88c61da0ea937b8446e5a34fbd5233cdedae3c45fe2f20763d49513ebf25c15d4bc84d14bdc20f72f3ef04650ae3762bedfff053b02dad0c742a79a1144905 SHA512 c443f84ab232d15a127fe0d19c7ca288ef2fd06ca03592d2724f056c5b0e2f7517c1e4328411d1666661dca25c8738600ca5e8e785bddecddd8ffdf6145b1f0d
EBUILD libpyfoscam-1.0.ebuild 689 BLAKE2B 6add2610eb21bb55d6b14938ddad13950b535db2aa5f76640ac57beff65db2c26f7dcc8a03ffb88b4ed96061b06a29a40b895dd955a66dcf20544da71894d65b SHA512 b5fb55c7a9c0c75259ad0fe4db5e0e8bed3e4191d8e7fd07854121d8a8aee88ab1008619d5589ab32dd33fe87798e7ff90cd65c51419b03729cf02d1fad13186
EBUILD libpyfoscam-1.2.2.ebuild 450 BLAKE2B ae2ccc222b30b29952098899703f00edd2143c0b477efd4fe860504768caf6f973014059304412f7426b258c01aa8fcc2a8b4d333a54bc60fe917ca047246164 SHA512 deb68eeb2fb4bc7ab6848d0e5201ac10e0fa02252687723474374c9cb40f4e712bb214d9fa57517b7d6841efbd0b47ca14819d8b9fd73e3f6f6d62eb46409684
MISC metadata.xml 522 BLAKE2B e1f13c7d7bc71e7240095bc9bdce7ca3e76584cd374a668d3cce49ca8820550cf65799b79746f918821c921d486ecf1de9bfa316bc72e5bfc390395430650c66 SHA512 3b51208bded3d4b554e314774bda37133288dd4ef1c552e95e1f60d8881beb6fd7019194405607dcb89f4b42b7346c4d8ef9eb76d830dce8121f4a18e10ffcc1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

View File

@ -0,0 +1,17 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python Library for Foscam IP Cameras"
HOMEPAGE="https://github.com/viswa-swami/python-foscam https://pypi.org/project/libpyfoscam/"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"