dev-python/huum: new package, add 0.7.10

Closes: #2804
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 09:30:47 +01:00
parent d370d68434
commit 9dd0282fcd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 44 additions and 2 deletions

View File

@ -617,11 +617,11 @@ 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 1775 Ebuilds in total, 1764 of them have in total 1783 (42 different) licenses assigned.
There are 1776 Ebuilds in total, 1765 of them have in total 1784 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1011|
|MIT|1012|
|Apache-2.0|391|
|GPL-3|118|
|BSD|101|

3
dev-python/huum/Manifest Normal file
View File

@ -0,0 +1,3 @@
DIST huum-0.7.10.tar.gz 6350 BLAKE2B e01d1c393a7aab9da9df892592f4f9a8a868f74790b6e6cf1afff2feaf1c921a66dc784706a441a42eb8e7c11f39e089ce68be67b7ede9bbeeb7846063c70254 SHA512 5770c3f175939f431bb683c0f774c313b61bea4c0abc41a75a2a99f1f9f139588f23b1b484cb271e0d66ce46dd2186f961d73b0d4edda8d31cbea03a86d5a9ce
EBUILD huum-0.7.10.ebuild 516 BLAKE2B 72b5ddec95450deff02ef5353661403c8087230f50b5f9ad45c5f5c9e52c30228d6bd47aff5f457fc9d27ad1e83b5a0cf85f9c9199a618b432c9cf91fdc384ec SHA512 438c03d4adbd6a1b979099568be936c65b16c208e22106e185f2e6582b85e6b0031d357dbea197632df7732f30ee055547da56621560b4130eff83d3f675664e
MISC metadata.xml 508 BLAKE2B 15bb73637953429ef1248363a3e858f76f55be0d7fb66ec8ddf8b872586893a20d9e930796d5713d068a34ae4a29ed8dca01476aef93407bb36b4f5b1c736085 SHA512 bc7133d08e581ca469c3ee33fd66e99da814355f435ddff2779d09c77aaf10b4553f2b005d5dca1f3b6dcb1646b22627baeeabf07c8d013c29d6d293b0713222

View File

@ -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_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Python library for Huum saunas"
HOMEPAGE="https://github.com/frwickst/pyhuum https://pypi.org/project/huum/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${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">huum</remote-id>
<remote-id type="github">frwickst/pyhuum</remote-id>
<maintainer status="unknown">
<email>frwickst@gmail.com</email>
<name>Frank Wickström</name>
</maintainer>
</upstream>
</pkgmetadata>