diff --git a/dev-python/aioaseko/Manifest b/dev-python/aioaseko/Manifest index a069fd8bc..787d2d854 100644 --- a/dev-python/aioaseko/Manifest +++ b/dev-python/aioaseko/Manifest @@ -1,3 +1,5 @@ DIST aioaseko-0.0.2.tar.gz 20003 BLAKE2B ad6455670a1226322dba39a743b2e123c276ddb2e02a9ab4f19cf6867713269f3309063c0193e952ac6c19652fadc2696ebc6d12cdf94abc5f5deff9ba1bfd13 SHA512 c73915611898f064de7e98941ef103bb9559c3ca933fc57d891a29a4321eb85712487d6ba10a36052dd73c2755879287d89ed84bba2a27beecf41ab756f4b04c -EBUILD aioaseko-0.0.2.ebuild 649 BLAKE2B 94566b08dd0860e527a9234917b199482930eef21bdc207d091c78acd7d7c1b4abc43735c4629b7b6f4df7c96c436f75692e9324069a1a864089fd839f5700b1 SHA512 830d88bd31c1d293138be336724cad67b2f62b5cf4b70c11e3e740a63a24690e2e30c583db68d47b5b94e689fb0793520ee8b1194d748d6bbfd8016407571fd8 +DIST aioaseko-0.1.1.tar.gz 20409 BLAKE2B 1dcdc7a1693b3c03ae937ad6a2f940848474a18926d89bd2a464c2cbd07ff2481f6daafd3dd4e4d3224da175eaa7b8d47f3e3828e4a45cfc384d207dbe8e3a0f SHA512 71f8c16eb5fab7e06dda0d850513064e9349fc2644e9794a9e1922b431584a4d47a0987189cf72f826ba9561a639a97493ae313f9b9bbf0c730d120d3d26f03a +EBUILD aioaseko-0.0.2.ebuild 649 BLAKE2B 8cf41ae1b45d38b931d70ec9e2081d15fda51bf6f768f55d2a0ca962780b3091021d2fc96665c26af4a9e61d4b0d5651552edcc81edfacaab2c1a1c5e52bfb6d SHA512 2f3551e15331972a75a43252ffa9a2875f689ab719ad2640bcdcdfcf5febdc53d0492fa30d0411c0696c2955b9e2e5862d63f4bf1b135bd26734d79544bd4bda +EBUILD aioaseko-0.1.1.ebuild 583 BLAKE2B 366075ac35496df5d77b31587b51d3755fb53e478ae4a2a2fc66ebac3fdfc70c05fa03129fa84b0661a0e7b3de14015d514c6c9a92a65aabec0b404d7a16f09f SHA512 96a8af2b263ef5ea0467dcd53cdfe92e87847ee6bea384be40c78864c5213b377d8ccbc4522d698f3510ac12e53e64ba3ea917e6508cf501ba3cedfea62e4395 MISC metadata.xml 518 BLAKE2B 123c60f73cce1705895aa88126e93ec97505f3c10fa3c8bb1bcf826c81f4c18ac24f2459db940b345ffc6a19b623e21a0947f1aa359f3ce7237be736ba8e3d34 SHA512 453e3d22f2c019f15ce1d73b9287ee6ee584895597e5cceac112132099ca654fe7e75177d1395e8136f24f6b78edbeffd69ccb58299ffafb9b5d9f1336b94707 diff --git a/dev-python/aioaseko/aioaseko-0.0.2.ebuild b/dev-python/aioaseko/aioaseko-0.0.2.ebuild index 9e385ded1..2dba259b2 100644 --- a/dev-python/aioaseko/aioaseko-0.0.2.ebuild +++ b/dev-python/aioaseko/aioaseko-0.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi DESCRIPTION="Async Python package for the Aseko Pool Live API" diff --git a/dev-python/aioaseko/aioaseko-0.1.1.ebuild b/dev-python/aioaseko/aioaseko-0.1.1.ebuild new file mode 100644 index 000000000..0adc0d647 --- /dev/null +++ b/dev-python/aioaseko/aioaseko-0.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi +DESCRIPTION="Async Python package for the Aseko Pool Live API" +HOMEPAGE="https://github.com/milanmeu/aioaseko https://pypi.org/project/aioaseko/" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/pyjwt[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest