dev-python/here-routing: add 1.0.1

Closes: #3641
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-20 11:27:28 +02:00
parent 56da542ed9
commit 10c20f40ca
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 5 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 2023 Ebuilds in total, 2012 of them have in total 2040 (42 different) licenses assigned.
There are 2024 Ebuilds in total, 2013 of them have in total 2041 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1168|
|MIT|1169|
|Apache-2.0|452|
|GPL-3|120|
|BSD|113|

View File

@ -1,3 +1,5 @@
DIST here_routing-0.2.0.tar.gz 6659 BLAKE2B e7cc1f849e90477928cb56d3acb8874eb80458346cb99b2baf821e5d63966019de5d7bfa57e8a041992c609940b84fb3b3d35d505473637ddb7381cac76dd579 SHA512 e2ca5c6424058c59532b23bfce3d7539a7feedca55199f8e742bfff8f988bdff5a783f17dcd27d918aa92ad1d007f5112088b88445263489f3dd4ca831913196
EBUILD here-routing-0.2.0.ebuild 759 BLAKE2B cb8eee53ccb3437d1fdeb83ca20ce6bf596e2746946d6b92bbf61db9c1d819c4e61d79b999f48146ef426313130cb17032a5ecd125169c1b2549d93ae575b8d3 SHA512 5a876e497aa8dca988c8ab6675fde0596587cf07fcb040b6bd1a56189dbf80a2a998c84a2316b735e7b3bed366a5af0030a53d20f47ec05da05e28341b8de2d6
DIST here_routing-1.0.1.tar.gz 76551 BLAKE2B b7fa992c3d2e3d0d33e92de28a6f58655de59ca2f9170fce06ee9581dc10d95aac6db4379474f0a49e3dd9cb94493840c34895af251b806bfddf92c620476d8d SHA512 847ffd09abb17610f56f452e77b27b8830d7b5d2f7fded83a4db975933b31411cb569df5722014b4e73ac3a85adfaeb62d427742e6cd50de9f669052eefd7136
EBUILD here-routing-0.2.0.ebuild 759 BLAKE2B 0032da73cf6b5da84573bbf6d2ccb75e6de0f7d0bd45e29390a94106c0def15c018c7b58a23d4b2589f46325ca15b52b29a5aed6146736fbbb7813b970b14b35 SHA512 9aa36bf467abec0e039526af963974e4d03b6bf0f18ad47c4beaf5bb1fcfbd2d1d5d5d90f76985400a5de97acf86a7fd382720f317801c8a95be4c3a29f4072a
EBUILD here-routing-1.0.1.ebuild 660 BLAKE2B e8b358e7f0abea5e283fca4123709493f9aa6f88be896f18b99ce10fc28dc5c0b646773c64e8558c49f0e010dd43051f4dfa5199f50be77a3786f136098b7da8 SHA512 e8db1d56a3b6021ca987d5b61d5857cda7fde0f8dec2d8d13b12846af93b1c9d75edeeabb5d680e745af5d5029327b4be5a7468b91d032041057761ef43f7e80
MISC metadata.xml 532 BLAKE2B 13718e40e1c0a3c98e4161b8e8e9611d360e0897fee285cf7bafc83c8f51c4e1c8e2c05d94512898a908ab1404495b2f83b80860c5447ece1b5a60e5059c2ef4 SHA512 2e029fe1d6b042ed4edb444636e07e71f4b2aa0791dea025292208fb2ccd4d3c84377da7c1e711549860c3c4831e605f1b02f0a502a30378e87ae6dfa0a3cdc3

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..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi

View File

@ -0,0 +1,25 @@
# 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="Asynchronous Python client for the HERE Routing V8 API"
HOMEPAGE="https://github.com/eifinger/here_routing https://pypi.org/project/here-routing/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
>=dev-python/async-timeout-4.0.3[${PYTHON_USEDEP}]
>=dev-python/yarl-1.9.4[${PYTHON_USEDEP}]"
distutils_enable_tests pytest