dev-python/apple_weatherkit: add 1.1.3
Closes: #4080 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
890d335722
commit
b110369df9
@ -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 2309 Ebuilds in total, 2295 of them have in total 2332 (43 different) licenses assigned.
|
||||
There are 2310 Ebuilds in total, 2296 of them have in total 2333 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1316|
|
||||
|MIT|1317|
|
||||
|Apache-2.0|538|
|
||||
|GPL-3|141|
|
||||
|BSD|124|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST apple_weatherkit-1.1.2.tar.gz 3232 BLAKE2B a94fad2cec68ad035380603bcbb1176afc29ceb8d924809ed1c2d3b119d5936033a50edb0f5dec5e5342b3cfca50b1362f9315b64e01f0aae10b09a7a0c5b65b SHA512 74f1ef478686822d379a8ae6dab580f3d0b8719d6db992ed29d4be7266960b480804062f80117434c31130fa8fd070cccfd88dc17605dddd3de6765fa63f29e8
|
||||
EBUILD apple_weatherkit-1.1.2.ebuild 737 BLAKE2B bee16086298ef2f4e1e48170d68251e58b3827bce5c81ff8278a8a4a462f99917da1fddab270325b7d3d1ef4137d6b86af1e471c97edca2cd3db510428fa655b SHA512 4a1853bf5cbf756290be355b01be927cb3c6d60168ef20c037d9dc8231027fc541cc3cbd46dc7767f57ddf4b52d0a06a19076d9bca98aec72ded56e565e432e5
|
||||
DIST apple_weatherkit-1.1.3.tar.gz 3304 BLAKE2B d910a8f99b79ebfa19db4e9ec213a9ffd75caf54710fa621418e4a19e46b672b521b33d72b5e4a5b9284ed28bb766ebe4c3b299ef31495317de7e62e6a96a5d1 SHA512 84da8d8adbafa5bcd3d905cb5d288ce7a7c6550813591df236dbb35cb8f59c17b9c948408f211e71fa8dfef27c4965ad96004a129934ed11c7723295b95057bf
|
||||
EBUILD apple_weatherkit-1.1.2.ebuild 737 BLAKE2B 200130378207016e9f1faea6a93bc08e0c2d290f2d2f9510c08fdcd52cc7aca1ae0fc4e8da6edd16ef5f26b7c0d1ea528370d8a20ce1b42055c6a672de0cd3dd SHA512 e410065cd099623ae32c2181ae4dbb7cc04facb4e4e286785c29beb88725cca2bf1e9372316ae98790f1b1ba400bfb2980750de6f48c46582ef12aa8fa34ecc4
|
||||
EBUILD apple_weatherkit-1.1.3.ebuild 635 BLAKE2B 00addd322aff11c07b5e629939655b6c091ab0095c147fc22e1cdd0c475847f001fb19d833311ce459b02ce8fab60169d3d00b5274a38d75e61514dc6388c41e SHA512 accf163c73d8c64929811392d257eaaca6d4c264896c17ad077bc933273879652805a212d06e7fb39dd62285afb27fccf9bfa306445361758a292b47dec6b826
|
||||
MISC metadata.xml 521 BLAKE2B 1a6df805792383b9009c07de3d9f187e9aec8cd1496b4e2815fc315b114a234bd07b595e3db3bdc183c0c95f5eace33efcccfae6d564d0cbe4d7ee26964d9a2d SHA512 2327f0aaa6f41c9c7be3a345b4899d4425fa183ad179c3753d1ffbd27f4ba83ef89dbba1a658e38a10a582809e593010561783746063ea6fdbbda077feb775a0
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
25
dev-python/apple_weatherkit/apple_weatherkit-1.1.3.ebuild
Normal file
25
dev-python/apple_weatherkit/apple_weatherkit-1.1.3.ebuild
Normal 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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python client for Apple WeatherKit API"
|
||||
HOMEPAGE="https://github.com/tjhorner/python-weatherkit https://pypi.org/project/apple_weatherkit/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.8.5[${PYTHON_USEDEP}]
|
||||
dev-python/pyjwt[${PYTHON_USEDEP}]
|
||||
dev-python/aiohttp-retry[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
Reference in New Issue
Block a user