dev-python/python-bsblan: add 0.5.18
Closes: #2761 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
DIST python_bsblan-0.5.16.tar.gz 12219 BLAKE2B 7329f376c00cdb479e3f2c65aae17f2f09e7de17a44463a3a4c22eaea4a112f9cf82cd07b97967749b2a526269ac822c6b4790d574d6d1ea0d074b8b77757885 SHA512 d5ce346e2150ab1c0e001956d4ef7c45db8bd4378b4c79dca3f9a2e33f8bf1231cec610f90d3263ef6846736fb9dfd9795e7216937fff071c6870956f503c60d
|
||||
EBUILD python-bsblan-0.5.16.ebuild 737 BLAKE2B 09601d4dad19e1631a05da662f6e128ddd7e41abb02312eeb4c7caa258c0029d97fc8005e8a8bba736b4c1315024dd6780aba535032d810d3619d469593fac06 SHA512 a9b67f6ffcdb80d419feed08b4d7fb007f42e9936a1cf3704f8ac026aaa6d7e9e5711725a56c13bd161d6326bbfb1dfffef693276d357ea9e363774629577439
|
||||
DIST python_bsblan-0.5.18.tar.gz 12266 BLAKE2B ac257e02316683e3f20eaaeda41479e064ff22e0a4a12be89614a3a358cc305a9d7f8c5c012cd606657fc3c56dfb748f3b832d2543deae2b8cf0e13bed2deede SHA512 27251521d426d0435418074e375ee1d6ff73fb8d1f4f588a2e054af9a80190335793b2bad09efaa84267ba779267ec5e48189a1a0bac67b7e787c800d519f64d
|
||||
EBUILD python-bsblan-0.5.16.ebuild 737 BLAKE2B 94b80c5d818862bddc075fbb1d96565bb007edbe352f0fa32f950e48a71d950101da860322a45ba5bc53f3842aabeccb499f2f18e357ab1d6b4704d28a05ebc3 SHA512 2c4a52ed5e7d0d689f96eb090404a25c72110e15df943fdd2ed575e7bcd28010d58e1cb38be8e6ec379d1601a3de0cba1c05c2bc1c55266f436e0b325e04b0e8
|
||||
EBUILD python-bsblan-0.5.18.ebuild 815 BLAKE2B 6b877fff3e21ad3efa892b38b19f829fde0781d24ed36b78fd30532ae46d5db00510f7ee8ffeb90e72462c23d6c5e831a7cda155021134bf318b4478614d4163 SHA512 b2e3f710ebdfd766870111f8b33b1911222e9d6327c6ed7f0422936d6fc7bca5fc443da517d070d615830db78bc887dd629eaa350dcf60a581b7d5f36dc19aa6
|
||||
MISC metadata.xml 533 BLAKE2B e4c3ae92489c4bc80a218aea42609030d676940c9820d64df49efb8b01e6e14189745044a9712ef75e631dbb4d97542379270a29f4a28524f9b77ed7b34ca617 SHA512 084bfa125c47522d778995b54cf77d498820f0a2665757e1ecfad0adf77130d78e68adf0c13c38041713e0850eef82762e3b54ab1800af4b715cc1c504257a81
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
30
dev-python/python-bsblan/python-bsblan-0.5.18.ebuild
Normal file
30
dev-python/python-bsblan/python-bsblan-0.5.18.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Asynchronous Python client for BSBLAN"
|
||||
HOMEPAGE="https://github.com/liudger/python-bsblan https://pypi.org/project/python-bsblan/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
|
||||
>=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/backoff-2.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/packaging[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user