dev-python/asyncarve: new package, add 0.0.9

Closes: #3241
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-11 19:19:37 +02:00
parent 227296ed84
commit bdcec9dee9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 41 additions and 1 deletions

View File

@ -617,7 +617,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1780 Ebuilds in total, 1769 of them have in total 1789 (42 different) licenses assigned.
There are 1781 Ebuilds in total, 1770 of them have in total 1789 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|

View File

@ -0,0 +1,3 @@
DIST asyncarve-0.0.9.tar.gz 4058 BLAKE2B ad5623cf6bb944142ed9caa6955e3d349f94a80d297069c182fc96f251d03e388d208b6607099ea9c24b197f873750125619d0be17d15f0c4bce6225b931591a SHA512 09abb4cba80fa0af28b1c189778b47fef9369f89af6f13eb8efe378c8a7d315c7f64a3ab2fa4d9c8339b7aaccf91f738e8a85a28bcb83782a1fca894831702c3
EBUILD asyncarve-0.0.9.ebuild 592 BLAKE2B b456521756989369f09aa6415caad6c6429c1e23d597589e40e69f1c326c1845ea045977e039c87322d8512f6de7c259c3102937e1ca306193ec4b9ea48cf429 SHA512 dfd3704fcf3b46888963e2f549fef67e6582c70297734cf44057fc7ecbcf7584820f71bec411e197140cc1a9ddf6490610105286f1b72a44855d46dd5a543f7b
MISC metadata.xml 328 BLAKE2B 181b82679fafc34e90e33112a050aa2b7033083fe5c35d24b18ac6e6c84812dd3c26f777dd4db7fa9f45d32a44949dd67238c312740107208e644d8e2bb761b1 SHA512 22d8f33bbcea471b5d484085d748bd7c4073e5f3bc54546f6713f96700e976ec8f65d0409e3a442ff814772a36e9de6ae8e6db9a7be36a523988c804c4a97aca

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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Simple Arve library"
HOMEPAGE="None"
LICENSE="None"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/orjson-2.0.1[${PYTHON_USEDEP}]
>=dev-python/mashumaro-3.12[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
>=dev-python/yarl-1.9.4[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -0,0 +1,11 @@
<?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">asyncarve</remote-id>
</upstream>
</pkgmetadata>