Skip to content

Commit bdcec9d

Browse files
committed
dev-python/asyncarve: new package, add 0.0.9
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3241 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 227296e commit bdcec9d

File tree

4 files changed

+41
-1
lines changed

4 files changed

+41
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1780 Ebuilds in total, 1769 of them have in total 1789 (42 different) licenses assigned.
620+
There are 1781 Ebuilds in total, 1770 of them have in total 1789 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|

dev-python/asyncarve/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST asyncarve-0.0.9.tar.gz 4058 BLAKE2B ad5623cf6bb944142ed9caa6955e3d349f94a80d297069c182fc96f251d03e388d208b6607099ea9c24b197f873750125619d0be17d15f0c4bce6225b931591a SHA512 09abb4cba80fa0af28b1c189778b47fef9369f89af6f13eb8efe378c8a7d315c7f64a3ab2fa4d9c8339b7aaccf91f738e8a85a28bcb83782a1fca894831702c3
2+
EBUILD asyncarve-0.0.9.ebuild 592 BLAKE2B b456521756989369f09aa6415caad6c6429c1e23d597589e40e69f1c326c1845ea045977e039c87322d8512f6de7c259c3102937e1ca306193ec4b9ea48cf429 SHA512 dfd3704fcf3b46888963e2f549fef67e6582c70297734cf44057fc7ecbcf7584820f71bec411e197140cc1a9ddf6490610105286f1b72a44855d46dd5a543f7b
3+
MISC metadata.xml 328 BLAKE2B 181b82679fafc34e90e33112a050aa2b7033083fe5c35d24b18ac6e6c84812dd3c26f777dd4db7fa9f45d32a44949dd67238c312740107208e644d8e2bb761b1 SHA512 22d8f33bbcea471b5d484085d748bd7c4073e5f3bc54546f6713f96700e976ec8f65d0409e3a442ff814772a36e9de6ae8e6db9a7be36a523988c804c4a97aca
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Simple Arve library"
11+
HOMEPAGE="None"
12+
13+
LICENSE="None"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/orjson-2.0.1[${PYTHON_USEDEP}]
22+
>=dev-python/mashumaro-3.12[${PYTHON_USEDEP}]
23+
>=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
24+
>=dev-python/yarl-1.9.4[${PYTHON_USEDEP}]"
25+
26+
distutils_enable_tests pytest

dev-python/asyncarve/metadata.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">asyncarve</remote-id>
10+
</upstream>
11+
</pkgmetadata>

0 commit comments

Comments
 (0)