dev-python/simplefin4py: new package, add 0.0.18

Closes: #3755
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-26 22:48:21 +02:00
parent 4517878b21
commit 9ede830eba
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 49 additions and 2 deletions

View File

@ -606,11 +606,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 2246 Ebuilds in total, 2232 of them have in total 2270 (42 different) licenses assigned.
There are 2247 Ebuilds in total, 2233 of them have in total 2271 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1274|
|MIT|1275|
|Apache-2.0|519|
|GPL-3|143|
|BSD|123|

View File

@ -0,0 +1,3 @@
DIST simplefin4py-0.0.18.tar.gz 6750 BLAKE2B 62c9b7e9ab7b97b1032c0b9c553df5dde9b2c545ac47ef9a5d4baff0bbe4d1954e269e5b9e441e8eddf2e378e6f25896fd9111279f79b71377c3ec9259d2e5b1 SHA512 1c3b41fbe3fecc8d655eeb40e238d611264d057377e5f6c72a3e37bfe2052130a841a9395ea9072c39d48b3c29b50f5e96a514110a6b1abacc1a4bed46b5b9c1
EBUILD simplefin4py-0.0.18.ebuild 687 BLAKE2B e4495faad29d149da5c7f788da46434b67504e15bd52acda57648bd89e0ffc024297dd7d3fc0a3301c5f7232a429663f9a69be23a946799a101723b6db0e4076 SHA512 638ca9f4b4dc740af0c082ddb8169d7629c4197fe5ecde65a8f2f57ee4813036c5dedf68e808ee37128086aac021c649208b926a4dfd0fc13d769abe46f614a1
MISC metadata.xml 461 BLAKE2B 859c43a21feb0950c52bb1afa58fcb16ba98e20f5cbe1a1c5b428c480d91de9434f2c2314359b9c3ffc0e30f0f83c34d7f87543f67929d7fe7da2d56dbfc8094 SHA512 70485af2c7acd21888c1ac66eca294edd8cdc8feb0795b45291938228a36b6d86ab84a5a73309f5fd9d5a8bd1ae0b0db2e051ccd85c74faad4d9d1e19e4f9282

View File

@ -0,0 +1,15 @@
<?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">simplefin4py</remote-id>
<maintainer status="unknown">
<email>jeeftor@users.noreply.github.com</email>
<name>Jeef</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,29 @@
# 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="This library helps you access simpelFIN with python"
HOMEPAGE=" https://pypi.org/project/simplefin4py/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.9.1[${PYTHON_USEDEP}]
>=dev-python/dataclasses-json-0.6.3[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aioresponses[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest