dev-python/pyoctoprintapi: add 0.1.14

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2025-08-24 12:35:31 +02:00
parent 848db8c3a3
commit 38bb282879
3 changed files with 34 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
DIST pyoctoprintapi-0.1.12.tar.gz 7500 BLAKE2B a478e21ce429e45bc55dec8a3a4c1dafdcb241db92e59b592459cf3045e6ce7d54578916eb0b720d4914f35759bd33d5fc137f7490a6a3f92b39621cba14f084 SHA512 5553f0b66c440601e9f269442cc1000c62483d605b4a6e9161db57cb2d8fec390d2fb85ffeaa995e1f9961ae7dd48d4965d8e7957bf7f414ca81477db4773c3a
EBUILD pyoctoprintapi-0.1.12.ebuild 812 BLAKE2B b0af81bc4b8a2ede8de527f7895fceddf691ec8282692d3889888d50f012e00b111dd7d0185dfd80e22f4b6f1c7276668e52245d0a516ad1e94a4da9f5a2e877 SHA512 488558ba587067f07b29882e52814fcb9cb0085198e9a177ba90178cb734b9de4e9c652fb8badacda2fee901f495159e6b837ad2df94ec571d4351c9b1a080f3
DIST pyoctoprintapi-0.1.14.tar.gz 8634 BLAKE2B c03aecf422126c910d90da7e36044e2ceeb3ba5356041a95159ebf9500ea47cd93021ae87dffbe79e85e2473fc79e2527a54724c2bb6709f0085dba094195c3c SHA512 06edf6cea2f75c526ec309dc14a27dc84a5bb9a11d8f846f6dd90580b57b460d01f0092d6e1a2834b14d37b4ff59bf802007ec1541e1e7b187020c6bb188fd46
EBUILD pyoctoprintapi-0.1.12.ebuild 821 BLAKE2B 9bf7f441837598b120a92e516d2b341c4c3cb2b1632f561f6ada3a0ef6e7359a48b123ad74c38e32de349e73089929a231b7babc24291d63068dd868b46af645 SHA512 7befaa0bfbe8c212de113bcd00193e06dc488fd1d9dcc768fa2d6a5f47d28d8ce7dd627e8b83a068508487b1e7fe47571582edb5841c09dd69abe5e00c896cbf
EBUILD pyoctoprintapi-0.1.14.ebuild 742 BLAKE2B 7d05aa9041c9441fccd12f641c24d30eb91d7c05ea823a108f1d06443f3ed4e75923489908e3d28dd836bec64abd8a1acd0e0625237e2aabd745ec081249259a SHA512 29fcda6e0cd9bfab22182e7f904165351b4b4c18c946f68bed65af988b255ee574242f525574aebbcc91bcee3fbdf9df737c059b6f232bd5261104f48c7f7132
MISC metadata.xml 541 BLAKE2B dc292057afacae470d3733041f7d71380c0c94d9519e4b8d9ec154f0753d8cf82fa3531261002240bdc0f71eeac919e3140ec25ce33a4ccdbd3ded3cb4bdac75 SHA512 1178613b7f0cc8254989b5d5059e821114892af95b3cd81eba8f7f860a8f2aec4870ac2030785cb95673489d1074fe243127f75f4eb9b465b1e26efed57e683a

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="An asynchronous Python library for communicating with the OctoPrint API"
HOMEPAGE="https://github.com/rfleming71/pyoctoprintapi https://pypi.org/project/pyoctoprintapi/"
LICENSE="MIT"
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/asynctest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest