dev-python/vulcan-api: add 2.3.2

Closes: #2876
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 19:02:50 +01:00
parent e9e972e1f1
commit 3534d7e525
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 38 additions and 4 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 1727 Ebuilds in total, 1716 of them have in total 1735 (42 different) licenses assigned.
There are 1728 Ebuilds in total, 1717 of them have in total 1736 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|982|
|MIT|983|
|Apache-2.0|379|
|GPL-3|115|
|BSD|100|

View File

@ -1,3 +1,5 @@
DIST vulcan-api-2.3.0.tar.gz 20074 BLAKE2B 04fc664ffa57953f9c84508d50d8866d5c43cb351153cffd68f29db06aefd465d901f5f855e0fc5f0b4d15556ba4ffc82640e0f127a19bf9b21616fcb19a0180 SHA512 def81099abb60135a4e2f0f290f893e2095c9a15e11248944aca8c9108b71cfdd1d459d818fc1421295acaca1ee675173512588c72b4e8c7c7f2192386c24544
EBUILD vulcan-api-2.3.0.ebuild 998 BLAKE2B d2d80ff7bd381584b4aa08dab38d367abb7352e90bfb61038b0b437eebc1759aeef7ef9cd32b91888837ec1ae4912ef2666e8fc6fecfa331d0cb0ae28b530510 SHA512 f8f8bc5384dc490ddcdfe1a0d4fc1d50c521b5936f0de6012c0987c8d1409b821f54c8f830324c7c9547d2f457e4ea8c811908a34e8f024e4791b3bdd99ce211
DIST vulcan-api-2.3.2.tar.gz 20253 BLAKE2B ef2d3bb43e445f0d4bf739d5e2cf2fbd05dff050a7ca41b95de8e150f06528358aa595eadfa4509d141efba58a5ae029d5d039beaba3b68c0003095b488e5f42 SHA512 297d682656fceb8a20326f6f622602cb040607e7ee922a6fea1445855d67afccefd3991a26afa4890160130ca87bff8d5040fc5a8c01e2918956f8713e3803d9
EBUILD vulcan-api-2.3.0.ebuild 998 BLAKE2B e610e037541f17bd9856fff3bd5afe23a6196ed12a9901ed15741e42809cd7c38bd40844061d580546fc9b964bdc8001347e6dcacbd0eecd295e98a767277964 SHA512 4e9bb95af4850247fee981b4c36542096a704a86a111050c53784717788140eccf6b88e98aff4e9ee2422717ebfc669ca1595273ea664099283047af93b81337
EBUILD vulcan-api-2.3.2.ebuild 896 BLAKE2B e752a71f10a8ea8d454ef6bfa40917742b7b5148c1b234e57c486d22caff013233ac22be45602921ce32af6c2b1e13523c9fcb2e5dcb2ffad630549c4d5bebf0 SHA512 28eb7a508baf28e9259cacba38c3d405aa7805f89feabf2dcb6b15002df4d3fa83ead32eb5bcd56f1462029285840aa0af17a676f73feef20f8a0def019aa5e9
MISC metadata.xml 522 BLAKE2B 0320654b6cc2b4a1bf051ff0d482466e612426226b2dc949476114bb350736ed07702e1e3baf441396aa83759c1dcf5b147cc803df0da2e43648c1983bee19ca SHA512 84fceaab2d869d691b83dea6444909b77cbc34d5548be63c816fb73a2b1bc76c2d5adf20639ebbfea07ec8dc0f0211e5b7a4d628d4660120db8389819d348464

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,32 @@
# 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="Nieoficjalne API do dzienniczka elektronicznego UONET+"
HOMEPAGE="https://github.com/kapi2289/vulcan-api https://pypi.org/project/vulcan-api/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/uonet-request-signer-hebe[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/aenum[${PYTHON_USEDEP}]
dev-python/related[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/faust-cchardet[${PYTHON_USEDEP}]
dev-python/aiodns[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]"
distutils_enable_tests pytest