dev-python/aiomealie: new package, add 0.9.3

Closes: #3885
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 23:34:02 +02:00
parent c855e4af67
commit 417ee2d949
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST aiomealie-0.9.3.tar.gz 10908 BLAKE2B dc9e8a06e8197f64e5ac968ee9b71ebd2f935ee0225b9bb936867a477da3f1e814d97323a74780c7c99cc40c06e0901accb615eee7c71171d21e49c1637299a4 SHA512 a7855adaf6eb84092925f6c2cb658e6e527cc754c9aa5a1974a42febe1b81f86ddf894469191067369011d2d59fa800292ef108062834dabd5e02dd1fb21ac50
EBUILD aiomealie-0.9.3.ebuild 679 BLAKE2B 7aa963fb2aa95202d086563ca9600e6bd221f9a39544f802e84e90827d07237815dca2406053ecad3ace79d04caef62681839da0cbe37964a78fcb40d87b5119 SHA512 927c51b09516fd18e2cfcdfb999cc4e3d59f9f63b511160da4c0d5e822ace28970887ae4353305854dedfec8bf75e61883b3328fd76a6c382ac063d0aed25e09
MISC metadata.xml 524 BLAKE2B d06f8ac5bfb15ea4618b84aec079c77d2e676a99d72ebb93375461370499a8faeb861f965b1454a78cbab9d23cccc84ba84fbc798ec27fe8ca1ec7f3f5e6b9ad SHA512 0aecc8c319859dd19e6db9f46ca7f6eb34ca2f29c500c4d66e9a9eb89512e4d1c396e16a9a9fb2ea9c841d3aaecb0515fee4d06d9c9291c0f3498c4ad7af67fd

View File

@ -0,0 +1,26 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for Mealie."
HOMEPAGE="https://github.com/joostlek/python-mealie https://pypi.org/project/aiomealie/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
>=dev-python/mashumaro-3.11[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">aiomealie</remote-id>
<remote-id type="github">joostlek/python-mealie</remote-id>
<maintainer status="unknown">
<email>joostlek@outlook.com</email>
<name>Joost Lekkerkerker</name>
</maintainer>
</upstream>
</pkgmetadata>