diff --git a/dev-python/aiopegelonline/Manifest b/dev-python/aiopegelonline/Manifest new file mode 100644 index 000000000..ce0861590 --- /dev/null +++ b/dev-python/aiopegelonline/Manifest @@ -0,0 +1,3 @@ +DIST aiopegelonline-0.0.6.gh.tar.gz 12468 BLAKE2B 3cef39d09a9c8a67064d176274c40507b1a818570cac0ef84c0f82cce94a11471d60de545855d2e073867c7ad874771a6a1d7b022fde2b4dc3679fc52b785447 SHA512 8c463f7313e298489737a80bc4c24280db8be84948a145ffd3c961c2ace85436c557c67a50b5b37068a580eee8ec2fc9f2e72325687763039c74d25ec8e280ee +EBUILD aiopegelonline-0.0.6.ebuild 759 BLAKE2B 6242446eab5caaa4067a1cbacf6074370429a280bd256cf40e70cd3efeb3cf2aac7e4fd140df92abe4c0c7ac051b61a629aef98802942f57867c5e585b249ebe SHA512 241b5ace75f97ead90d186c546c59971aa9b7d9fe4b2f5b5960576fa30309a3a1d22bbf8a2d6e6dfa1a8c414d3d0403eb365d218741d9535fd13f4e3de83bd0d +MISC metadata.xml 397 BLAKE2B 5ef82af0c32307dd600b423479ffb4025bea87deff0c57384167e0b5360eaccd25bf8d70bed6c6e29e2a52893f4f14adb0b756ae6df866dc50fd91c9c369533d SHA512 3e90e31b7a024a5c94d9b4dd51b059f4090e42aa83018d50326d835e40cacea6101262f93b409f98f664f33b262ca71afdc749110583db0e0a40d801d98d41af diff --git a/dev-python/aiopegelonline/aiopegelonline-0.0.6.ebuild b/dev-python/aiopegelonline/aiopegelonline-0.0.6.ebuild new file mode 100644 index 000000000..c118a89cf --- /dev/null +++ b/dev-python/aiopegelonline/aiopegelonline-0.0.6.ebuild @@ -0,0 +1,32 @@ +# 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 + +DESCRIPTION="Asynchronous library to retrieve data from PEGELONLINE." +HOMEPAGE="https://github.com/mib1185/aiopegelonline https://pypi.org/project/aiopegelonline/" +SRC_URI="https://github.com/mib1185/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz +" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + )" + +python_test() { + py.test -v -v || die +} + +distutils_enable_tests pytest diff --git a/dev-python/aiopegelonline/metadata.xml b/dev-python/aiopegelonline/metadata.xml new file mode 100644 index 000000000..39fe3558b --- /dev/null +++ b/dev-python/aiopegelonline/metadata.xml @@ -0,0 +1,12 @@ + + + + + b@edevau.net + Andreas Billmeier + + + aiopegelonline + mib1185/aiopegelonline + +