dev-python/vulcan-api: add 2.3.0, drop 2.0.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-03-01 22:38:05 +01:00 committed by Andreas Billmeier
parent 24ace9df6d
commit 9bb4722ecb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 10 additions and 9 deletions

View File

@ -573,11 +573,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 1790 Ebuilds in total, 1779 of them have in total 1783 (34 different) licenses assigned.
There are 1789 Ebuilds in total, 1778 of them have in total 1782 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1044|
|MIT|1043|
|Apache-2.0|386|
|GPL-3|110|
|BSD|94|

View File

@ -1,5 +1,5 @@
DIST vulcan-api-2.0.3.tar.gz 20153 BLAKE2B 9a2c25f13f9024960bbb15b9d6f9e66e9c64aecf9db9d474fd157bd8e569f087457c749a0100dcd128a54af96eb4253589c95a76447f993ab644ae9da593d039 SHA512 ab0d8ba519e529dddd4c871a041cd0efe34ce769b0b623a9a3f9b3982d7eaeab6abb861828df86046c5aca4681d5d651db1d76cd650f7c52ddc385f9a1804677
DIST vulcan-api-2.1.1.tar.gz 19830 BLAKE2B f68261aa55e8e68768b9e598fdd1ff5406684c3e3831ff7cf87da876ddfc66a00d9e6d85b539eabadcefdd339099a593413c6c57d311544afee5dbc71f23e462 SHA512 9ff757bde580dd97e4702595913fb672abf6d9cf6e4068f2cdafec6a67710d585b658ab77d9e73804f9a5dc57baed64c489c3fabffa3b1831b92e7815c6b006e
EBUILD vulcan-api-2.0.3.ebuild 1035 BLAKE2B 1794b935517d74144a0f3515b4b2014015b031fab2366259eb9422526bcc055e42856585b900534a7dc35f1f07c5ee56d805ee6b52ef8cd48a32a75b13b05c5d SHA512 598c2b530ff31eba1fbb9472820f131bf303e93f2b5c150e68894e93fdf92f11aa6caac8f943147a691632fea62e59e846a517a7633fe518c2b12caa047dd93b
DIST vulcan-api-2.3.0.tar.gz 20074 BLAKE2B 04fc664ffa57953f9c84508d50d8866d5c43cb351153cffd68f29db06aefd465d901f5f855e0fc5f0b4d15556ba4ffc82640e0f127a19bf9b21616fcb19a0180 SHA512 def81099abb60135a4e2f0f290f893e2095c9a15e11248944aca8c9108b71cfdd1d459d818fc1421295acaca1ee675173512588c72b4e8c7c7f2192386c24544
EBUILD vulcan-api-2.1.1.ebuild 1027 BLAKE2B a243cb6a6bcf701ca18a5a831d436be552030487798768f4b8ceb63e05618f113d41ab2bc398c751071cbc5f251b72777f4173b58ce5a81c6e8f8cd109227e97 SHA512 0a0cbb7c9ab5c732d3321c0405edb6abd732b025eeaee28e3885d88a419c6c534d3b8c709c8ee8b987074c89032a2765917ef149ae8ee192b49fabb5d1039f32
EBUILD vulcan-api-2.3.0.ebuild 1064 BLAKE2B 2100c8813623247b871afde4a18ddc3dec5dc770724c1470af676846f57b54b0f230bb1e58060ed126a60c0facb8fb251e4d5a29f956f7d0ef83ee0dd3b77156 SHA512 49bcda1060146a86fd5faa9c2b261d117d363c6cc5656085070c8ad804658614db32e671996ed676437f39693f44bb98f193a234c521346cbba35b4b943d65eb
MISC metadata.xml 522 BLAKE2B 0320654b6cc2b4a1bf051ff0d482466e612426226b2dc949476114bb350736ed07702e1e3baf441396aa83759c1dcf5b147cc803df0da2e43648c1983bee19ca SHA512 84fceaab2d869d691b83dea6444909b77cbc34d5548be63c816fb73a2b1bc76c2d5adf20639ebbfea07ec8dc0f0211e5b7a4d628d4660120db8389819d348464

View File

@ -1,10 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Nieoficjalne API do dzienniczka elektronicznego UONET+"
@ -19,14 +19,13 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
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/cchardet[${PYTHON_USEDEP}]
dev-python/faust-cchardet[${PYTHON_USEDEP}]
dev-python/aiodns[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]"
BDEPEND="
@ -38,3 +37,5 @@ BDEPEND="
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest