dev-python/env-canada: add 0.5.29

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-03-02 07:31:56 +01:00 committed by Andreas Billmeier
parent 9000a2f0f7
commit 72a73d7445
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 45 additions and 2 deletions

View File

@ -573,11 +573,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 1792 Ebuilds in total, 1781 of them have in total 1785 (34 different) licenses assigned.
There are 1793 Ebuilds in total, 1782 of them have in total 1786 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1043|
|MIT|1044|
|Apache-2.0|389|
|GPL-3|110|
|BSD|94|

View File

@ -1,5 +1,7 @@
DIST env-canada-0.5.22.tar.gz 21137 BLAKE2B c8dec73303e2d022852aec914a9fbbd128c32e92e8c04c71df8ef873526657d7bc0d6e674f0899ab77f4fa20bb9b911e779abdef25b9ed778d70cb640a21c662 SHA512 a2a8788305895201fe722890467d9b1d44fcab996ce18b59692634cc0b0ee0a82a7a8f8c12a36383eb6ccc57cf342b4540997ed99fa54ce34d1695c88457a07f
DIST env-canada-0.5.28.tar.gz 25399 BLAKE2B 51a9b0ad228e29a90720dd4dbbb38b2ee47cc9764dfb734cc0ab0ae082b80f3b1e3b38e5215ae763beb5bd63befdbb977d5ff1aa54dad803048f346399669af5 SHA512 566872c3670e4356b73ef81cbfb868d8be7efe65c078bdee89cd10ee487d9632c4c24fdc890c93b78e1990a2bd34f00b64f5d416a73a10fd71f525b73075a481
DIST env_canada-0.5.29.tar.gz 25418 BLAKE2B 72910dab834345ea15aaf96b5609dd185b60edc9ca10e50ba2eafc09cff42d27046152ae698525fa160829ab95b8c8157298a24ad748230d4ee799bf0f10907a SHA512 de2d0446dbb8d32fbcfeeb9ced2611a673f60da34be65ef93291b8c20772e8d3c4d75bc61d60f737b30417e1c573996a789c50ad7880cef6ed581ccb30ece9ea
EBUILD env-canada-0.5.22-r1.ebuild 1078 BLAKE2B 1422b784dc49ccfc4ffc006093201382e004c5f3d8584188f03e837baffebf0ba729fa1a878b06a23bfaf95d489527d8cc9ddbbbf7c28fc4c2ea74a642adfed7 SHA512 fe1e1b776ef59fbb0d2b712079e5ce1f36db83e434751d5fcf2e058f02d5921db5f7e7d9e8cdf0a5c3d9c07723e79502fb67f17c56cd793565e25fd76f33548e
EBUILD env-canada-0.5.28.ebuild 1109 BLAKE2B 3727adda63891c7dedd27a58e8e8a1770204e1ff953d222260f0576822e2b359a62ee9024279f6f33dc4ce13317280e5a2955480206dd6346974f8a554dd010f SHA512 e7294b3ffa039646d1c30f2a1b6d243e832f17a200430d5b9d6cb541b7b7786466029600423aaa7d68f5f9dd1d86879f3ccb1172feae16c50cfd13d0bf0f3b96
EBUILD env-canada-0.5.29.ebuild 1018 BLAKE2B 5ec83ad70d18cae63d490495398f2608e875f148a15a4e82e4b486dfbc6fecde1ee418e8975d95abbaef2c5c8f11eaf727b172db644ee68c331d890272a607e2 SHA512 4d8829618f425fd695524ab9d64eddfa49730db60047faf11365cfee3c93c3bba86700a5ad6057a9b1cc4c61beaa9c31b829a78872240d580a27b25bddb918e5
MISC metadata.xml 524 BLAKE2B b17bdf7235a549aace5ce24d3535e853d398ca24070358db2b097d221f04a2876cb06fc67cdfb2db426457c859d981fd72995881c1d6ef51850f453621aee375 SHA512 da354930edbac756c38ee981b391b21a2a85eb9abbf4e0e3c9213a17a9228ff531b0fc29b1e8862d16bb3e139d9519495f04b2774cf3613a32094635218579fa

View File

@ -0,0 +1,41 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A package to access meteorological data from Environment Canada"
HOMEPAGE="https://github.com/michaeldavie/env_canada https://pypi.org/project/env-canada/"
SRC_URI="$(pypi_sdist_url)"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]
sci-geosciences/geopy[${PYTHON_USEDEP}]
dev-python/imageio[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/voluptuous[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest