Skip to content

Commit 10c20f4

Browse files
committed
dev-python/here-routing: add 1.0.1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3641 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 56da542 commit 10c20f4

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 2023 Ebuilds in total, 2012 of them have in total 2040 (42 different) licenses assigned.
609+
There are 2024 Ebuilds in total, 2013 of them have in total 2041 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1168|
613+
|MIT|1169|
614614
|Apache-2.0|452|
615615
|GPL-3|120|
616616
|BSD|113|

dev-python/here-routing/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST here_routing-0.2.0.tar.gz 6659 BLAKE2B e7cc1f849e90477928cb56d3acb8874eb80458346cb99b2baf821e5d63966019de5d7bfa57e8a041992c609940b84fb3b3d35d505473637ddb7381cac76dd579 SHA512 e2ca5c6424058c59532b23bfce3d7539a7feedca55199f8e742bfff8f988bdff5a783f17dcd27d918aa92ad1d007f5112088b88445263489f3dd4ca831913196
2-
EBUILD here-routing-0.2.0.ebuild 759 BLAKE2B cb8eee53ccb3437d1fdeb83ca20ce6bf596e2746946d6b92bbf61db9c1d819c4e61d79b999f48146ef426313130cb17032a5ecd125169c1b2549d93ae575b8d3 SHA512 5a876e497aa8dca988c8ab6675fde0596587cf07fcb040b6bd1a56189dbf80a2a998c84a2316b735e7b3bed366a5af0030a53d20f47ec05da05e28341b8de2d6
2+
DIST here_routing-1.0.1.tar.gz 76551 BLAKE2B b7fa992c3d2e3d0d33e92de28a6f58655de59ca2f9170fce06ee9581dc10d95aac6db4379474f0a49e3dd9cb94493840c34895af251b806bfddf92c620476d8d SHA512 847ffd09abb17610f56f452e77b27b8830d7b5d2f7fded83a4db975933b31411cb569df5722014b4e73ac3a85adfaeb62d427742e6cd50de9f669052eefd7136
3+
EBUILD here-routing-0.2.0.ebuild 759 BLAKE2B 0032da73cf6b5da84573bbf6d2ccb75e6de0f7d0bd45e29390a94106c0def15c018c7b58a23d4b2589f46325ca15b52b29a5aed6146736fbbb7813b970b14b35 SHA512 9aa36bf467abec0e039526af963974e4d03b6bf0f18ad47c4beaf5bb1fcfbd2d1d5d5d90f76985400a5de97acf86a7fd382720f317801c8a95be4c3a29f4072a
4+
EBUILD here-routing-1.0.1.ebuild 660 BLAKE2B e8b358e7f0abea5e283fca4123709493f9aa6f88be896f18b99ce10fc28dc5c0b646773c64e8558c49f0e010dd43051f4dfa5199f50be77a3786f136098b7da8 SHA512 e8db1d56a3b6021ca987d5b61d5857cda7fde0f8dec2d8d13b12846af93b1c9d75edeeabb5d680e745af5d5029327b4be5a7468b91d032041057761ef43f7e80
35
MISC metadata.xml 532 BLAKE2B 13718e40e1c0a3c98e4161b8e8e9611d360e0897fee285cf7bafc83c8f51c4e1c8e2c05d94512898a908ab1404495b2f83b80860c5447ece1b5a60e5059c2ef4 SHA512 2e029fe1d6b042ed4edb444636e07e71f4b2aa0791dea025292208fb2ccd4d3c84377da7c1e711549860c3c4831e605f1b02f0a502a30378e87ae6dfa0a3cdc3

dev-python/here-routing/here-routing-0.2.0.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=poetry
88
inherit distutils-r1 pypi
99

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=hatchling
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Asynchronous Python client for the HERE Routing V8 API"
11+
HOMEPAGE="https://github.com/eifinger/here_routing https://pypi.org/project/here-routing/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
22+
>=dev-python/async-timeout-4.0.3[${PYTHON_USEDEP}]
23+
>=dev-python/yarl-1.9.4[${PYTHON_USEDEP}]"
24+
25+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)