diff --git a/README.md b/README.md index 948a564cc..23b18c4e2 100644 --- a/README.md +++ b/README.md @@ -606,13 +606,13 @@ 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 2076 Ebuilds in total, 2065 of them have in total 2093 (42 different) licenses assigned. +There are 2078 Ebuilds in total, 2067 of them have in total 2095 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1198| +|MIT|1199| |Apache-2.0|471| -|GPL-3|126| +|GPL-3|127| |BSD|111| |LGPL-3|24| |GPL-2|23| diff --git a/dev-python/tessie-api/Manifest b/dev-python/tessie-api/Manifest index be11b5c26..f396dd591 100644 --- a/dev-python/tessie-api/Manifest +++ b/dev-python/tessie-api/Manifest @@ -1,3 +1,5 @@ DIST tessie_api-0.0.9.tar.gz 22215 BLAKE2B 71791af1064aa78ae2eac30e4355f2ec215686d3cc3e1cf469b80cd28e20a794b19a60bc629c55c2e04d870f241e8159da69f18908aceb6b543b6b7d495534bc SHA512 fbb94722f6eec3cdee7b72b5dd54098db9a7256e5a1d05790d73a2384d28e1a39cfb2098c1dbc24d05aa750efdbfc621a294b812280e4c41022631733d6dfa4a -EBUILD tessie-api-0.0.9.ebuild 568 BLAKE2B 6383c3bbcfcc86b34ef75413b4e7587ca660eac67d00dde60eb821ff2a91f56cd1fef374d101f119640088084f707118e61d253ec679add7ef091fa65056fc1f SHA512 dbb6babf66a77a938bfb3d77cf284209b560b3330189d9c16ac005b349a20fdff6206bc85ee562f8bd3e6aaf9efec5c2e44a5b08a26a1cf9bddc6d45e80db88a +DIST tessie_api-0.1.1.tar.gz 22963 BLAKE2B 7f991ecf2398a121cec802da8dc9f7b2b712d85d9dc12f24aefb4c787ef695589fd161274468bbebfaaffa0109311f4ca78903931bfc28c9921668f1812a1b04 SHA512 5586ec51396b8fbce3087e79335ad2f4b0fed15f8cd445287dda1530b456e0adc7072cd321af6276522b76c23e24cc9138cc54af17bcf6ac6b157705c20afdaf +EBUILD tessie-api-0.0.9.ebuild 568 BLAKE2B 06b8b336c57db62a8cf6add39857dcbde626984f0cb4322f9e04cb6fa11888cd6253643fc12145dd465469ee8f45d26166b95800a5fdec468451467416ed7f97 SHA512 318690ce0deb62d14a46997ce8bb4a9c280ebd706cc1f5c44aff6a9528e00bd0c8f33542e8db0a016300c4f59ba179ecebc92f683e1d6514c7d8d5902586c45a +EBUILD tessie-api-0.1.1.ebuild 637 BLAKE2B 8cb7a77f4fb566de5a44bcd944b93d8284d54e25f87338116bb7e7fef6f691c0ed4c0d19f565f5a23bd75488dada778b127330a481d1c489579f03cf84106878 SHA512 02daf832c1b31061acc1b7ac8449c939a7796e3bfc12bd46533a66cc436674ed65d9c77c59724e0fe63794616e2c3a2ada97778940cd65ad6c80c18894328f16 MISC metadata.xml 529 BLAKE2B 270cacaafc3ba4e1faaad909e87fe7b61ffe9a5bf0bb875950650d9b1887e32511c4c00e6be8a0d0fa081f5f0c40bb38a65de8510ae1ebeb804cf12c1bbe6c98 SHA512 5060f851303eb8f85e0a3ee7bb51700151d3f38e1092abdbbcb7b5b0e4dc4a69f97c0e0bbf33506b4ae82545f64b61132b1051b022ab53efb41fa9a88c5aeebb diff --git a/dev-python/tessie-api/tessie-api-0.0.9.ebuild b/dev-python/tessie-api/tessie-api-0.0.9.ebuild index a3008278b..2a66fd394 100644 --- a/dev-python/tessie-api/tessie-api-0.0.9.ebuild +++ b/dev-python/tessie-api/tessie-api-0.0.9.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 pypi diff --git a/dev-python/tessie-api/tessie-api-0.1.1.ebuild b/dev-python/tessie-api/tessie-api-0.1.1.ebuild new file mode 100644 index 000000000..f5f725335 --- /dev/null +++ b/dev-python/tessie-api/tessie-api-0.1.1.ebuild @@ -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=hatchling +inherit distutils-r1 pypi + +DESCRIPTION="A small python package that wraps up the Tessie API" +HOMEPAGE="https://github.com/andrewgierens/tessie_python_api https://pypi.org/project/tessie-api/" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + )"