dev-python/ismartgate: add 5.0.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-20 21:41:51 +02:00 committed by Andreas Billmeier
parent b463bf5090
commit d46299de28
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 38 additions and 0 deletions

View File

@ -1,3 +1,5 @@
DIST ismartgate-5.0.0.tar.gz 20502 BLAKE2B 8f7de01a039ab3c984c7cf5908007b2b5718a9692106983d68107b1b622ff5414433bdf4b82ca20aa7bfb2f6bf06f9a1c7690711312542cfbf9c62dcd235b8ff SHA512 2bf0dce36a68266ba55d2cecfce57c404fe57b23de53bd693aa7638fe80f58cff87c4932cecb651a6bc74e680eb074baca0d32b3cc09b2ec6aa72728fdd9b952
DIST ismartgate-5.0.1.tar.gz 31816 BLAKE2B 6dff555138431869a74f692e928eb686c6eb8ef365b719270074e92715ce472f660524337acc6a51d12e6cbd5f85cf37bb3c24424180a82003f4c15bf2957ca9 SHA512 f59d5462f934986c5cbfba687301738ae183f96fc881d2ec50ed9db36fb8dc266a304b88bc1a781ae1b6c59ccd464b7e4bfa69b1f861aeee0e3271619667c55b
EBUILD ismartgate-5.0.0.ebuild 866 BLAKE2B fbad047a74b7401fa1264aa2368c74e90adfc45d5e4b084c509ea46bf82e77951467ff531b8f8bc73b51a974dedd7591c232c4b726d8a6c5062ffa3be74a9a43 SHA512 9a3a4e6d771157d32c33d72497b78692e830fa365172276c0efe68359975e2d6aa311da2416b52d92e4e25f1924c2f6a0893f9945a000e160b92bef92c69dae2
EBUILD ismartgate-5.0.1.ebuild 866 BLAKE2B fbad047a74b7401fa1264aa2368c74e90adfc45d5e4b084c509ea46bf82e77951467ff531b8f8bc73b51a974dedd7591c232c4b726d8a6c5062ffa3be74a9a43 SHA512 9a3a4e6d771157d32c33d72497b78692e830fa365172276c0efe68359975e2d6aa311da2416b52d92e4e25f1924c2f6a0893f9945a000e160b92bef92c69dae2
MISC metadata.xml 530 BLAKE2B 18c51f034e1f6104418257ac4cbb97793bb41c6a7e55c167eddb44573153b9aaf0bebb9c2d707aab1e48431954b3b55e6b950ae87a4279a9cda8542631e2675b SHA512 711dedc6a9bb78ab4108b1c98f1b122bcaaeb25abaf699d1aeaa3746c6c503be812384744f52025009e3218550436c5beb254a504b57b7492603e631f49fd9b2

View File

@ -0,0 +1,36 @@
# 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="iSmartGate and GogoGate2 API"
HOMEPAGE="https://github.com/bdraco/ismartgate https://pypi.org/project/ismartgate/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/dicttoxml-1.7.4[${PYTHON_USEDEP}]
>=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.9.8[${PYTHON_USEDEP}]
>=dev-python/httpx-0.18.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/respx[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest