dev-python/python-bring-api: new package, add 3.0.0

Closes: #2760
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-11 18:55:35 +01:00
parent 5e85c67117
commit 43b3acb975
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 43 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 1694 Ebuilds in total, 1683 of them have in total 1702 (42 different) licenses assigned.
There are 1695 Ebuilds in total, 1684 of them have in total 1703 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|964|
|MIT|965|
|Apache-2.0|372|
|GPL-3|113|
|BSD|95|

View File

@ -0,0 +1,3 @@
DIST python-bring-api-3.0.0.tar.gz 10475 BLAKE2B 3893077ad1bd3372a0769bc14965945cae19e102d0d7f8069b40de8f10e400a97d6abb6365ec5d5f70505e0692dd25ecf2fa10291412794bdbc2e0632a27bfb1 SHA512 d6cf771e26107ea6559878d1d3735d6d0ca2d36ad11baa270f704963255c2459e49ef36c3063b8f0a990bcb364e10c980068a90aa282cc1700e13e25c1cd63d2
EBUILD python-bring-api-3.0.0.ebuild 594 BLAKE2B fdbbd32c828dfe9734628d4cca9aa617de3b8525bae7e2efb6f05cf2c83fe43acd96d0c4229db16ef5d5c00c080a170a1be3040d249843be5b064ed22aef083b SHA512 bca8290ded0f6aef6a53d8e2fc58d6419701f129b3660ff86d9bb3297666d5d3afedf7b23a565099ab6416f6e719a46a7bd41dcbb45482edcc695ebfecfbd501
MISC metadata.xml 535 BLAKE2B d146beaba387c775c7c39ca1f48739082783125ba1169a1ab1c851feed3b1689e15ad50fee45321b66c1bbc3dd3a3f33ada42b28268e24036623e2cda414db5e SHA512 636b56286358c4fb2bb37e215dfe6a9005b8b8c1417f82d5c493e42077ae5d610d0fec648e86a91a25c043234855510567900c30029c16e787d366d05a743387

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">python-bring-api</remote-id>
<remote-id type="github">blue1stone/python-bring-api</remote-id>
<maintainer status="unknown">
<email>contact.eliasball@gmail.com</email>
<name>Elias Ball</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,22 @@
# 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=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Unofficial python package to access Bring! shopping lists API."
HOMEPAGE="https://github.com/blue1stone/python-bring-api https://pypi.org/project/python-bring-api/"
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