dev-python/pywaze: add 1.0.0

Closes: #3161
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-03 21:29:29 +02:00
parent 0f58ff2db5
commit 3a2e6408a1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 5 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 1951 Ebuilds in total, 1940 of them have in total 1959 (42 different) licenses assigned.
There are 1952 Ebuilds in total, 1941 of them have in total 1960 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1099|
|MIT|1100|
|Apache-2.0|449|
|GPL-3|129|
|BSD|111|

View File

@ -1,3 +1,5 @@
DIST pywaze-0.5.1.tar.gz 51475 BLAKE2B d4b73f848154b5f8a1446251a42213c1ba90bfbcf72a9a6979f9db164a044113bf7f16c1c9e293412892517f3cb7ad03079bda3057e8b0dcc1bde913ea47e779 SHA512 bdc69102b44aebf3721957ebab218919ed24d9d7db84aa01859d31d649c407e596c0af6d2516db894e6bc102e982507bdf5a0b954e09aa80b83e72601bca1261
EBUILD pywaze-0.5.1.ebuild 577 BLAKE2B 4a8af6ac3f5c2cb89d949ea9417b59186bed4395d27fe0b5c46f71e847e5965c653caf09b4e07808b47d29124dba494dbe9282ad4b816e1a8178bcc6cbbbf554 SHA512 381c8e44d023adc20f4640db688712987c9b709570d188f13e97081faf6713460419683fb3dc22d58480058e6a37cfcffab0cde3c9387efb29ee3c090f3bd23d
DIST pywaze-1.0.0.tar.gz 117051 BLAKE2B 2a56ceac98c705c55526f3a3d2e7bd6412507497f1496f387eb8125e0f4320a477cff8ae0e37f536f86c53dc84a1060f45f931a226fadfcbddbe8f5ef48a10c1 SHA512 e3997b299599dccee0183f4adb392344baa2ffd16340fabae4332f9e166f75de4b7e2e80f136d4d7b309c9024e54d52761d154faa400e5ccb90a9579290daff0
EBUILD pywaze-0.5.1.ebuild 577 BLAKE2B 16473fcddc025216504cdd5e3ef6465ccf534a3b4d045a503dc79e1953f96b6e3f2cdc6d2489d36eb4351df465109b91e00f1f2dc8e9934d2abc230e2bf50240 SHA512 ab765e9d86069b1d0f2f4d66b90300dc2b2064877409ad4e0dcf41e8fa0a1b7bb60707b0b0431482585ffb089676ea3e35102ba94cd5f906bf5d84cc7c4de0dc
EBUILD pywaze-1.0.0.ebuild 520 BLAKE2B 45d428898ddde58d6d077bf5e328514f82507caa15dcaf8f9dc2c6de235e3f22d1c0f440893595b5fd59fef8a592f1ec4095f80efeacff10fd3134613ee7f709 SHA512 3d43d2c40d076ce46c2035e802637b84c1a85bd6797d31c1d712f1631e7fa8a56b969c159b589bfa4242cc45841c85bc7c3fe635266325f6a19c2dbd95ce910a
MISC metadata.xml 463 BLAKE2B 31366bf6136e3b7f2553c2fb780042668adde4d160b7ee29fa3c4946f0c15401ce9113d933d9b99ee48868417e56f94b370eb08fb308539a3b82a1001dc5c0ea SHA512 f514be51bbb1caab416b41b9d79f5fe4650a53b072e9638377a07f1660d556f9bad5c52b9a35a6262701208001c4244a4eede383aa12b81d80036aada635d435

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi

View File

@ -0,0 +1,23 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Waze client for calculating routes and travel times."
HOMEPAGE=" https://pypi.org/project/pywaze/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/httpx[${PYTHON_USEDEP}]"
distutils_enable_tests pytest