dev-python/axis: drop 44, 46
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
a89ffcb753
commit
d69ee5dcce
@ -1,7 +1,3 @@
|
||||
DIST axis-44.tar.gz 33307 BLAKE2B de56d60c2373e654330bcf28be39c2ea24e61d906d4b88c83790372e42352a8c3c19d44b3be944e5baaa04ada41996d71bf14dd7a9ddaf2646f14c48e20c3723 SHA512 09caeb4ff4ccd3b289eab3c297327154c2c153e1893b3a7de75f4e305c9a9207de48c3fada8372e35a033e627c53f58fd4f424945f14f75ac063f8b0c8d5b8a0
|
||||
DIST axis-46.tar.gz 38344 BLAKE2B d6bb60048632075d48e7f1607def7b953d6b39feb384cc1fdf0dd232fdf46d5b06f7ecb4412c9973f4dc334b808903db79e8aa1c59192d6eee5d7ab7443f69b0 SHA512 c344d668efa2ac44ef0d44d82349572b2609dde169e8f1d229620e2acaf57d36a9ceec35c1e613f4432b16201059a305487ef260b31ea248b18b49c7cb0fd7bd
|
||||
DIST axis-47.tar.gz 38299 BLAKE2B cdd7defebecb7d892f48c90ba125da432b350f1600e0e718cf5bae6eb18a02e333a3a7349b5791d6ecac5f19157bfd922c2186ff2e25a9a866e58c8ba20ecc94 SHA512 6c156ddd1e4a155a2d9de3148e25c12c3af57ecc5e6c3c2636d057266519b7983b80e7390fa01f6a2743830c14f70179afcffac563002e1927b0ae6c67ee3cbf
|
||||
EBUILD axis-44.ebuild 774 BLAKE2B 24e6e8ef1eb973f954723665cfdeb67d41b862b494258cd98437a4d9d9e0d8e4f24ce8cb80681befb5505eaa01a97375749360d9622416875efc3a04cd20e472 SHA512 61ede4fca3e81caea658e5c8bb31c0f117f1078b051bc82ed6f234d861a1853171619282a047c092e18f5d706a1249bad8614782a4178e44107f013491700710
|
||||
EBUILD axis-46.ebuild 818 BLAKE2B 6fa9101280e33cb40a394bf4dab29935f29b3d7daf3370009cce83eff08ce566413fc270db18bd842626c1f4099da10393413a10bba7f064655c56597dbd671a SHA512 2eaf6b0da6be84adfb66ceada7990e2f53f1c19ce3ed8cded88c99820e540a9e8dd0699f2daee0fb59b13d85ec5a313106610904afbfb23c83b758cfbd3f2f41
|
||||
EBUILD axis-47.ebuild 818 BLAKE2B 6fa9101280e33cb40a394bf4dab29935f29b3d7daf3370009cce83eff08ce566413fc270db18bd842626c1f4099da10393413a10bba7f064655c56597dbd671a SHA512 2eaf6b0da6be84adfb66ceada7990e2f53f1c19ce3ed8cded88c99820e540a9e8dd0699f2daee0fb59b13d85ec5a313106610904afbfb23c83b758cfbd3f2f41
|
||||
MISC metadata.xml 518 BLAKE2B d8ccd53db6e5e584e041a5e65c8b3b129cbc1d595aad3a7e04a221c4d77b54d367d0bf7c9e322675ec021f2ccf4e62788b643524544d26686bef483567b2eb60 SHA512 cdfdd3ed3daa748f17c682966851bf41eadfeeb271afc9c07d577a940c0d892907120650f16d3d66169cfae851f7773ea79d105e2087b6efa4c50b630ff6d95c
|
||||
|
@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="A Python library for communicating with devices from Axis Communications"
|
||||
HOMEPAGE="https://github.com/Kane610/axis https://pypi.org/project/axis/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
dev-python/httpx[${PYTHON_USEDEP}]
|
||||
dev-python/xmltodict[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="A Python library for communicating with devices from Axis Communications"
|
||||
HOMEPAGE="https://github.com/Kane610/axis https://pypi.org/project/axis/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/async-timeout[${PYTHON_USEDEP}]
|
||||
dev-python/attrs[${PYTHON_USEDEP}]
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
dev-python/httpx[${PYTHON_USEDEP}]
|
||||
dev-python/xmltodict[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user