dev-python/python-forecastio: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST python-forecastio-1.4.0.tar.gz 7222 BLAKE2B 5977529c999269e81ec5a941c08a8fc3bf11ee24fd58c6598449e78f75f91afcd1dad76d368a9ce2b4ae8ea5067d1dcf05e1a37b9404f6d4a75cc21aa51dae44 SHA512 2a8599e1edd2787403042c1a001d214908c9621079ab41c74b543f708a2c52bc24d7132bbcd876aa9303bd1d5f176893034386ff9114c677f7f03de5740603de
|
||||
EBUILD python-forecastio-1.4.0.ebuild 770 BLAKE2B 72240533c99b845d954ea3bee437c56d6aaec40b6c0fd66d3e9cedbd7e60ba32058888b40b11346ce7c4510229a9fe6af188bc74687b3c9544ae085473afb837 SHA512 6d33eea19598a2f9cbb46165c360c8373de85dcad8564e08e9f474349bbb886a98b3710d7254b06be1cc0b195e7ea3cb190d55c0400f3cea24916268ea3b8fdf
|
||||
EBUILD python-forecastio-1.4.0.ebuild 776 BLAKE2B be71d6f7a2b373ccc09fd398d731bd456c072557c16c2d94a63b60fdd5f3a8d047d203f70e3c9608b4a710a574310080f7668bd677ab25f309da184592655179 SHA512 390cc7eff69cd58069f5cac257dab1977497e9a88b8767bba9e7f43c471dffe6c598d3fe41f539c3e34d1c33a88bf001b7d8f4f815fa227c2efe679c8492827b
|
||||
MISC metadata.xml 462 BLAKE2B 0f01bd6bf390a57e42a2a16ce032fc5e248e5f4e74e51167481d2ea687810201adde65dea911233eda8c64197d41e6ccf9eaaedd2abbc0c807a2af8762ce4eab SHA512 c8784817d55e2016ae40d695effe7d01dfcecc7da8e38adc65c623fd19d7f7016483efcd405c12a37f051fddb969244212ef68645bd3a88c06d05535818938cf
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
# 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} )
|
||||
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A thin Python Wrapper for the Dark Sky (formerly Forecast.io) weather API"
|
||||
HOMEPAGE="https://zeevgilovitz.com/python-forecast.io/ https://pypi.org/project/python-forecastio/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user