update pydroid-ipcam-1.3.1

This commit is contained in:
Andreas Billmeier 2022-03-07 16:34:02 +01:00 committed by Andreas Billmeier
parent 957f3c15b0
commit 1dff19ec70
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 14 additions and 15 deletions

View File

@ -1,5 +1,5 @@
DIST pydroid-ipcam-0.8.tar.gz 3457 BLAKE2B 8348e92ea87c4051e087e3756559e8dc975f66c6e7fb71a77c1da07ea4cf1427f548fe4fd252d712f9cf57a6a1366945151f8e090c405215d0095f6014c6ba4c SHA512 af4396686c2c97ee638f5c392710b2dd117a8d8c5712333ecb51a3163a5366ada48485215ea7fa8d877fe1894f52169577e5477b3bc1f187b423ab2b71bdbf47
DIST pydroid-ipcam-1.1.tar.gz 4682 BLAKE2B d7eecee496beafc9aaea2ff76c5855799161e668ce553afd50c20a2657a544d4de92ec5d2c1492e33daeb561bbfa37aeea60034c449c43eb48fdc5613c134509 SHA512 85717cbdb8f96e9a02103f15c719fda51d364fc7fcfefe16ae340e380cf98cd0b876591375da8b3e953466e9a78d69c49aa9b3459839a12391cae7a65db7f306
EBUILD pydroid-ipcam-0.8.ebuild 770 BLAKE2B 4a14de3e179010c9ef4411abf2b57879a7f26d4f72abef6ce067db11899d8255ccb8a84f658ba66cab0e6a0ce044df04118701c382d80a32dfd8c65083b1d5bd SHA512 3cdfa3cbb4d8d8ae631cd69410b6627148239851278ff191e99ec9381576e3e8e7b6518f0b40502b30ba7995de0bd429f3db3cfedb569ed927174f75e4aaeb8e
EBUILD pydroid-ipcam-1.1.ebuild 769 BLAKE2B 4c92ededc2147c934deaa1a5dd3d777f796d78227dab411edf1cd2e0ac1b719a1789a63252e3fa7bbb372ba4afc9b6cccc80f2e5623a1365ff5b8b4462f26e46 SHA512 3a569c9b056b9cec8b4fd66f826295a87ba91a476063a272b86f6251bceeb43134b662e609c79768587daac7a27fd2dc777fa1cd737fd91865247105784f3fc3
DIST pydroid-ipcam-1.3.1.tar.gz 8277 BLAKE2B 1b8940afb47a4abaa82deb172c2d5d5c2e6e68d840bea5d9a5daaf4b121d32c77cc81c11a116d555e54cadcb9fb15e2bb155a826185ff6f3502cb2aa3ba177e5 SHA512 6f4394fedf47d8401c291708ea16d1d7e31224dd14f863dfe112725bc10b66188b8ccd365c4fa6922823ffbaeddb0fc4420a4b77ecf45fcef56076d16a94226c
EBUILD pydroid-ipcam-0.8.ebuild 762 BLAKE2B 6b6efb5282da8a027cfaca51c20f2ceffbe88b7db1863bc6d13a59f56ce1626b77a55a969a812e6752192fc4c32d2ac38f4c7b9244e516b4f30a710d7141a35a SHA512 79c5c5604d209a8a7f1312558fa8d04bef6673c5a2122b39d63a0825806212500348461e9fbcac22d6e8abd9144919a5b1eb18f946b3dfc382bfac7e74f2faf4
EBUILD pydroid-ipcam-1.3.1.ebuild 752 BLAKE2B d08d5cd4a3f52847972533c60304ea503742f6f2957cb6a3c72519dbdd9c9d69bbc819af41b7980b5df7cfa776e5f76af4cb14c018ca8a418dac747608bded78 SHA512 bb2814f849326721b8714c4f3c57229c2552b6e3c6e0cb910b7db196c427f65dc57557ba91178b47e30f3c52550e444b31a85a21dfcc363a520ed1e61128d991
MISC metadata.xml 457 BLAKE2B 6f66efde3cacadbcca8916e20f87306b9ad320ae1aa5eaf3dd66d0527683d7b585a87d7c45d7984906bbe0b22603f263dffd436acfee1cd6d404fe814bdf96c2 SHA512 d5f85c024592c0bcb63b5956d7abbde6d4b41dff31605c49455c83a40f4a2586a4c23e08603bce84c14418066fd3035d71969e8a63d37496bbe65ffd1d64d4b5

View File

@ -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} )
@ -11,15 +11,14 @@ DESCRIPTION="A asyncio library for handling android ipcam"
HOMEPAGE="https://github.com/pvizeli/pydroid-ipcam https://pypi.org/project/pydroid-ipcam/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]

View File

@ -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} )
@ -11,15 +11,15 @@ DESCRIPTION="A asyncio library for handling android ipcam"
HOMEPAGE="https://github.com/pvizeli/pydroid-ipcam https://pypi.org/project/pydroid-ipcam/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]