dev-python/env-canada: add 0.6.3

Closes: #3507
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-23 12:43:29 +02:00
parent 219468867d
commit 73bc8ce4d6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 36 additions and 2 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 1913 Ebuilds in total, 1902 of them have in total 1925 (42 different) licenses assigned.
There are 1914 Ebuilds in total, 1903 of them have in total 1926 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1095|
|MIT|1096|
|Apache-2.0|430|
|GPL-3|112|
|BSD|109|

View File

@ -1,5 +1,7 @@
DIST env_canada-0.6.0.tar.gz 25518 BLAKE2B e9233c6b7750cd8a145d36e912efbb45f2a5dc0133f812fde281bff3ba86e510420ce279274d412ab293f5e860bb357c6dd76dee8b33004e6128097ddd31323a SHA512 e4fcaceb554f7f2b3335d01d02a821a7123065628c29c12950cde89a341a7dc4ff597e5a978df1eca7a1b2711bbe7ae9da39fe0b8f47087bc0932aefff581283
DIST env_canada-0.6.2.tar.gz 27376 BLAKE2B 4f1d9e754b70cb7152da5f6eddc2d7dabaac30ffba5fc1a81afebc5210697e9870c4f31ec879fe3675b8dd82c82d631ff5ee4ac0f99499d0715edfc3405b8db0 SHA512 76c5e1659bb8dabfb514d315c43224f66ed293493f23f1f0315f46dd8ac3b3cc495fcd134539b51f250d69f9d90bf3971827fe19eed6e2e8ec4c47916401fd14
DIST env_canada-0.6.3.tar.gz 30837 BLAKE2B ad294b1078c30e93a30fb7477aebf86c82deaa2c7aa5e71c93f76052c625d3c70c3f8ff2a3f0f3a5931d76651f604c91bf1014fd5e4a02b5d248da2a462a11a9 SHA512 b3e3ce5a2a7c9716071ffd738cdb4b7a7de0c88def32e5eff4f87779ce7c40acc22a2d06337f05b1be135b75b8faef185bc97a0ae34826c5c1f502ebf76e4f3c
EBUILD env-canada-0.6.0.ebuild 986 BLAKE2B 7e332b8b3b9d430ca677a9e6c829073498759ea1ce49880cc455257a69098cfc2cfd455ec638df14a8f13580b3fbd599f2f32b13e55137fe09e4f5817fb550dd SHA512 e7ad66d29f15c9d23ddf2f7af50f80aac434d1abafe7245f881d886b83b30810a5d7b57f4f102e137209abf71d553a9851af6ff849495b9875322603bbf4f67b
EBUILD env-canada-0.6.2.ebuild 884 BLAKE2B 0948524c3f14ce4a06efe329e7e1a8b7d85f5062b683a6a5dbec5a04712bdbb33fd1776161c3c883dbd8ad8962666664746941043e85bb1857cba80b173118a4 SHA512 c8a3eaa7f2795c935c7533aa7ff72d4e97a5c24ed7cdd15b3d9b97318129029b73a7d616f19384531281efee4a304081bd9ef524f065dea94ebbe5bfb85189f9
EBUILD env-canada-0.6.3.ebuild 884 BLAKE2B 0948524c3f14ce4a06efe329e7e1a8b7d85f5062b683a6a5dbec5a04712bdbb33fd1776161c3c883dbd8ad8962666664746941043e85bb1857cba80b173118a4 SHA512 c8a3eaa7f2795c935c7533aa7ff72d4e97a5c24ed7cdd15b3d9b97318129029b73a7d616f19384531281efee4a304081bd9ef524f065dea94ebbe5bfb85189f9
MISC metadata.xml 524 BLAKE2B b17bdf7235a549aace5ce24d3535e853d398ca24070358db2b097d221f04a2876cb06fc67cdfb2db426457c859d981fd72995881c1d6ef51850f453621aee375 SHA512 da354930edbac756c38ee981b391b21a2a85eb9abbf4e0e3c9213a17a9228ff531b0fc29b1e8862d16bb3e139d9519495f04b2774cf3613a32094635218579fa

View File

@ -0,0 +1,32 @@
# 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=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/"
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/numpy[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/voluptuous[${PYTHON_USEDEP}]"
distutils_enable_tests pytest