dev-python/noaa-coops: revert DISTUTILS change, add 0.1.9

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-22 09:36:43 +02:00 committed by Andreas Billmeier
parent cf4c28684a
commit 50f4c686b2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 30 additions and 3 deletions

View File

@ -1,3 +1,5 @@
DIST noaa_coops-0.1.8.tar.gz 11259 BLAKE2B 90a3dee9e017da8a89d7fcabb7791b8e7890d7077e53bfb7dbb0b49181ef2beae388e68e35a9a2aa26b7b9d55e26e275bbd782eb9169a56a4415744959d48c2d SHA512 afa7f8cd05f41c3adcbda099d40e8ecce0049e7aa3451f3475ba40963792f6dbdb26c22b67b2da19b2650b84b8a509464d6d9fde1d010d8abd1a367cc9c4b4ab
EBUILD noaa-coops-0.1.8.ebuild 668 BLAKE2B bd84fd95f8da6efb8569891cfa4df386a4e170961bdb9e6301404dcb305679805224406dcb8812cef82fd0f33b2e7d71566923e5b0b0057a4568fe026c9fe132 SHA512 90d8ec53aa68db2c1782ffb3c624180d9276422b4166d99b51057b4a90cf5c958c532fe77d5e48d915ac2e16b060f13b82dfd55a4268f3968df787fce6fd6f23
DIST noaa_coops-0.1.9.tar.gz 11269 BLAKE2B a0e1370c4f8af74f0f3598e10bda30bcccf6f22fd6ad54727d69b0e14e3b8f4c5b031e7c8b56425b421761aa844d92744d868888871738c565afbc6cd5f3c8b6 SHA512 4b5470094dbb8d2487b15b15854c06baa2456904b18352a7fb2a1901e31003fe4c2856e80d90e8fe43e6c7637d9fac3c82cfb9aac20fdb0c05e7d1aadfeef481
EBUILD noaa-coops-0.1.8.ebuild 669 BLAKE2B 64fc62554d2e4ca89d192ca07178df0bb6edc2651db56cae892ec934a2f1d1adf1323e2f856e047785b72b4d54ca17efdc1c8c63305c02f454be41bc39e65b8a SHA512 29bde07197ff6bbeb7ee5924356e7f49a982d7bf64417a32bc9ae00006f955ac52fceea66aa6889c35cab3573fa561ce0b02a61fe2d5f888cc4fd0b96804575f
EBUILD noaa-coops-0.1.9.ebuild 633 BLAKE2B 44765e434507a963b7d2718f6ba3a006bcb4c187f1c06f2f737707fabb4ae49fdc78fe848ac168d5ab94d2ef2662a5a60ab17051e9563c7b7e5e2989f6a79a57 SHA512 92013eba50b5f8795dd517a5a702b1d1ac458470ad01205cc613aa7b1ebbd2fd2260e1c083879dbc46cd29f8e15e95fe22e89a919986adb4fd62aba920fe66ca
MISC metadata.xml 518 BLAKE2B 012d8fcc67fd1af03e7b4c0b865da4d829992cc5348df116f94f679d5fef66426ae3d46b591bf3578094016947eb0589d0df2d3de46e9af87c156972fec7d56f SHA512 552b8f2149e565cd9a5f82c7dded433c985eff8417fde700cdaf8b6005f41a156b1699dc488d13314461f3f4d6d36143050d4ae9e41b32f3e7397a0167792166

View File

@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,25 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python wrapper for NOAA Tides & Currents Data and Metadata"
HOMEPAGE="https://github.com/GClunies/noaa_coops https://pypi.org/project/noaa-coops/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/zeep[${PYTHON_USEDEP}]"
distutils_enable_tests pytest