Skip to content

Commit 81aa2f3

Browse files
committed
dev-python/pynws: add 1.8.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3330 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 89243af commit 81aa2f3

File tree

5 files changed

+32
-6
lines changed

5 files changed

+32
-6
lines changed

README.md

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

618618
## Licenses
619619
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.
620-
There are 1819 Ebuilds in total, 1808 of them have in total 1827 (42 different) licenses assigned.
620+
There are 1820 Ebuilds in total, 1809 of them have in total 1828 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1045|
624+
|MIT|1046|
625625
|Apache-2.0|396|
626626
|GPL-3|110|
627627
|BSD|106|

dev-python/pynws/Manifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST pynws-1.6.0.tar.gz 13874 BLAKE2B dc7ab854a0cba435c12a1c86262ca5a44c7f3946da78588ce949fc6c100e62d018342b6a20d26628b730a809aaf1584ec71fe7215aa09a0fd6c58f6d589e96a9 SHA512 87e3fa6a9095688b649e7986c9dff234636c27ba27a5540fda5f89d3fc870ac4f2b6359fc820b787fff863cde4476fb9b71fb7e14277ff49362cff3924fe79b3
2-
EBUILD pynws-1.6.0.ebuild 604 BLAKE2B 039429b5becb7de7bbc766415fba98ae4a56cc6580a84e52784afdeb19fdd6cf69b71a46d36fa8ea483b5c621a76a149d03f34c7e2c3b5f1471e9ddb71c09942 SHA512 e41ef92f24e64a6c4cfbe8730c5748d71c15299893d0f7b1710248813d3026d05131b846eeca0d075e484efbc1a351de6b0f2a95c597fbbce1c723b9677f9794
3-
MISC metadata.xml 514 BLAKE2B 7360131e3c4422f88d007ccf5de784e9b6f1c5e324280464e4a1f289d24726c1721fd8331a1a62f225122dac5826bec55b90fb676a545b054b6e8fc5c60600a2 SHA512 03584128830502b81772f51df6c5049a8ad216d4b366c80819e7ccf8d070088ac9c167e282710aafe644c7a1913cf7419c9ea4484e1e7c39e4634e60d46c4d4a
2+
DIST pynws-1.8.0.tar.gz 43278 BLAKE2B 87be2747bf691a19e3ac14aaa34156bbf6ed7696709fd457ce882eb1141e3d56f66c335c31d70cc3804734d4801dc31f2339eca51801613d38b466e3a33824dc SHA512 5a286ae888b57cd3dd0b3dba12b4d35c3e991b22e5527cfbeebd1ce7514351d8675ea8ecda6cd938f9f9f387f581943dc5d94166dd2e05153d51255cb9e88f93
3+
EBUILD pynws-1.6.0.ebuild 604 BLAKE2B 4e02e6ee962603dc977a8c64ffda740735e5953ebed0c0eea79d35fa6aefff890de751ef84f4dfce99275e0458f6df8b152a5f8bc094cd68a6484283eea728a4 SHA512 d0774076bcf4da9ca9f436ad20e784e5be15440e3b362006c9f11350a3b5e86deba76a6e5a945db945ef53d6cd383e4153fabdf140224de9c035ff1edc1a4b75
4+
EBUILD pynws-1.8.0.ebuild 604 BLAKE2B 4e02e6ee962603dc977a8c64ffda740735e5953ebed0c0eea79d35fa6aefff890de751ef84f4dfce99275e0458f6df8b152a5f8bc094cd68a6484283eea728a4 SHA512 d0774076bcf4da9ca9f436ad20e784e5be15440e3b362006c9f11350a3b5e86deba76a6e5a945db945ef53d6cd383e4153fabdf140224de9c035ff1edc1a4b75
5+
MISC metadata.xml 515 BLAKE2B e864ce99ae7154a3d93b6e5a2ac05c2f44794c2c6d3ddc4f40c5c6014530f69334761c9a9887d36eee84c6fe285297d9c1a5adedf27653922e68f001df2507b4 SHA512 6e8c3dfadc8bd7603bd0665b83912f504934c3b42dc1b39dfb6040b2dab1c21717906694f2bc46bfa01b71ac736bcd5d7e09f3ed0fe3b1475f3d265ccc649686

dev-python/pynws/metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<remote-id type="pypi">pynws</remote-id>
1010
<remote-id type="github">MatthewFlamm/pynws</remote-id>
1111
<maintainer status="unknown">
12-
<email>matthewflamm0@gmail.com</email>
12+
<email>matthewhflamm0@gmail.com</email>
1313
<name>Matthew Flamm</name>
1414
</maintainer>
1515
</upstream>

dev-python/pynws/pynws-1.6.0.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

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

dev-python/pynws/pynws-1.8.0.ebuild

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Python library to retrieve observations and forecasts from NWS/NOAA"
11+
HOMEPAGE="https://github.com/MatthewFlamm/pynws https://pypi.org/project/pynws/"
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[${PYTHON_USEDEP}]
22+
dev-python/python-metar[${PYTHON_USEDEP}]"
23+
24+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)