dev-python/vilfo-api-client: add 0.4.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
ce7c04a739
commit
fe29b95af0
@ -1,3 +1,5 @@
|
||||
DIST vilfo-api-client-0.3.2.tar.gz 9538 BLAKE2B 90ebef094eb54c18adda9cc7a0496b55590eada0d084b8ca0e6980836b4eb7738b02fda0b9c91779c5d478498b76e6338e3df4730dcc201810c95eb059c22bd5 SHA512 7f5dfebcf0e3a1b44c4e58e6cbedc998183225b04cfe109374370ff788d190c50949349ff931dd57c12bf78513485cb9f1af2bd64f1be5b0a9ab23370f832e30
|
||||
EBUILD vilfo-api-client-0.3.2-r1.ebuild 861 BLAKE2B 2fafda3f77a83400be38206a9e01a8662b35ab39c790bea124814df312f7bd0a84d4592b5b9dcd261195b591fe3e2ca021a6a4604dab385777407dd15048b8e4 SHA512 a469660c20c2b7d71da3f0eb5c64834ca03f564d78d385c8f0191105b780bea31f9f59c29eaf31a9ede1dc09779058f1c06965a233f9eb34cceabf30a550cdf3
|
||||
DIST vilfo-api-client-0.4.1.tar.gz 14777 BLAKE2B c0979a7a810d72d1468c237f812ca9e512c65b22fa7f0d5404762618b5f7ec3e8d7001225e45c31594bdc244c30ccb3ed077d4e2311200cbaa152a92ef4ba66e SHA512 e5bc4d84423b2890adbb3d31fe86a8e53627355137cdf7954d2852d24545225d1eeb85a74c7f1e903d10e841ddb42f76c6f15c3b3c87875cdb3db59e563d2c0e
|
||||
EBUILD vilfo-api-client-0.3.2-r1.ebuild 826 BLAKE2B a0fe95140baa62f4b5179d304ccf79e9bce0c438f6712eee61161e5df8341b5ddb529d7b3da36c714fa7d514d441fc5ed3782120c598dcd365e2dbcace826885 SHA512 a85873f58768c608b4d2e08b5dcb1fb729eb10b56dd083ca6f51fb69c70402e5ed6ee742a8b071268b1560c4ccc3f7598b13fff5b413ef61a1c26a736aea2185
|
||||
EBUILD vilfo-api-client-0.4.1.ebuild 705 BLAKE2B dd62bd81c180b91104ad5ee565a8879ad6f30f115310bdaa16a594bf176fd7c3249e35f7a880513b44543116e3d93e3cab6fc153d5e7b256823a7cce6956e856 SHA512 6d0cb2b471689ce92e4c428a9e216ea5f0ba5de62f6e6881b88ab2b46bd80df8f8e1be94bffbd202370c9b67a019fd7dab56a7bac36af76c386e6566d1d69803
|
||||
MISC metadata.xml 538 BLAKE2B a132a8f231c52fa23ed57e8c3ad080a366043506a9c823a654f1468131f5e1c47883642ce90de274f0167331b2d2162719b8b1de250a16b149927f2c144939f4 SHA512 c4c35c1032bc54aabedb0d7229677d9f569da138c9ea7789d240effdd08e23a0976ff30df8bac19f2a31bcd0f3e25ecc24864ce2270486b3543b68529b3cb8d6
|
||||
|
@ -1,15 +1,15 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Simple wrapper client for the Vilfo router API"
|
||||
HOMEPAGE="https://github.com/mannew/vilfo-api-client-python https://pypi.org/project/vilfo-api-client/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -20,7 +20,6 @@ RESTRICT="!test? ( test )"
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/getmac[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
31
dev-python/vilfo-api-client/vilfo-api-client-0.4.1.ebuild
Normal file
31
dev-python/vilfo-api-client/vilfo-api-client-0.4.1.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# 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
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Simple wrapper client for the Vilfo router API"
|
||||
HOMEPAGE="https://github.com/mannew/vilfo-api-client-python https://pypi.org/project/vilfo-api-client/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/getmac[${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