update powm
This commit is contained in:
parent
5db34eb07c
commit
c201673c66
@ -38,6 +38,7 @@
|
||||
* rework the older home-assistant-frontend to EAPI="7" DEPS
|
||||
* update gios-0.1.4
|
||||
* update accuweather-0.0.10
|
||||
* update pyowm
|
||||
|
||||
2020-09-01
|
||||
* bump xknx-0.13.0
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
DIST pyowm-2.10.0.tar.gz 3700987 BLAKE2B f3453cbf86f9f551d41f6e8279833495a272f98062e7dc88cda6329901684e50273cf569068bb183091e9d8f542990ae592279b66cb8a3c3081e974e229ce85d SHA512 49db933546e7d270e13c835e03c78d829463c7742fa8e87f2272346e0b4c734a2234c501dd2a3a1b4fea0ffab5c8869a8186ec03b8d68f60888fc3e1f8569864
|
||||
DIST pyowm-3.0.0.tar.gz 3209289 BLAKE2B e830c71d7f43563d490791af3db4f5aa559125ee7850008fdf4f1159f9cb015703f45d2777869bb2e99bfd8147b1b555c512ec4074f54aafc3d78689ad4fe528 SHA512 c1a9f5a0d4e58e535f7475a690eb7d477423876ff253fa56843bb384574ff9df375f0622d45a437b0743360845d6e851212cb83a3444be85e3bfe6107130e111
|
||||
EBUILD pyowm-2.10.0-r1.ebuild 1161 BLAKE2B 829b301c4acaf01ae0a6b77f92fddd0022b4e53039c4d71b143bd44f5f96e1a9e9fce442c7f86304cb1670aa15647074930834e068c8e18f4fe256c9a6c50c76 SHA512 264e332427408f6ae436104d0e84e8a84c7a2b7e4de6f02bdcef2037c10e45371740a6664a7c4a905cf826f0726334819bc005eb15c68d2e5f3f43c6b87d464e
|
||||
EBUILD pyowm-2.10.0.ebuild 1084 BLAKE2B c45b2b3afcf6b21cd0c40f95b6118bd869d559ee5afa22cf7ae3e8825ddc90904d5698a1f28fa720b2768b3f4892d96ff89f3deb6e7344a0a94da7feba6968c7 SHA512 a43f21329d3522338517a699db6184cb35c66f144b367b3fe3f5a892afe2b1ca12db3becb2e831d63d9b3d60813c32cbe67321b17c089787351f5e1e2297553c
|
||||
MISC metadata.xml 353 BLAKE2B fa326f7dfe12d44e2dd7fe53e41e48e34835f5ef4fd7198b6bd8db06612ddfb5a15ce30ef5e42592725b89068ea8a3386c9961ce7fd2b406ff2b14f5cbf149c8 SHA512 138255b39b3977a957a83afcf8495dcc342cff5da862e8efd915c4d31f13e7293158be3e530ae8a59432f2c19c7a32600d401a3d387349b6f2022fbbc64c7abb
|
||||
EBUILD pyowm-3.0.0.ebuild 1206 BLAKE2B a75ee1200edcda0751851a7ab32b8c6e2083f717cb0a518f7f841853988d48267282718f77d69f05f289f1670437eacadf6829c854be9eff70bd38d839912d22 SHA512 d04ad01cd7ec8e37083aca31988184db473997442242d0749a571a25688458610f6a30408f33f2957b6daaa157488a0280a9eadf4640e39a68a0360a20f91665
|
||||
MISC metadata.xml 455 BLAKE2B 3912db49690b9ed8fff4b2eda59769d7501fe9ca5b92b21b628497bc30758092b5a20b0b459229013e45ebf8b12c5fbb42098d187d43bcd54cac2cbabd0bf92a SHA512 0fbcb5d0e4232f0531ee978826a8e4740287e91855e4c2aabf9c94aff294090ba437f513d7525d97d09b956a82cd72c314ef27e0e9d74febb34851127cea6eba
|
||||
|
||||
@ -1,11 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pyowm</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>csparpa@gmail.com</email>
|
||||
<name>Claudio Sparpaglione (@csparpa)</name>
|
||||
<name>Claudio Sparpaglione</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
41
dev-python/pyowm/pyowm-2.10.0-r1.ebuild
Normal file
41
dev-python/pyowm/pyowm-2.10.0-r1.ebuild
Normal file
@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python wrapper around OpenWeatherMap web APIs"
|
||||
HOMEPAGE="https://github.com/csparpa/pyowm https://pypi.org/project/pyowm/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/geojson-2.3.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${REDEPEND}
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/coveralls[${PYTHON_USEDEP}]
|
||||
>=dev-python/pip-18.0[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/recommonmark[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
dev-python/tox[${PYTHON_USEDEP}]
|
||||
dev-python/tox-travis[${PYTHON_USEDEP}]
|
||||
dev-python/virtualenv[${PYTHON_USEDEP}]
|
||||
dev-python/twine[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
42
dev-python/pyowm/pyowm-3.0.0.ebuild
Normal file
42
dev-python/pyowm/pyowm-3.0.0.ebuild
Normal file
@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python wrapper around OpenWeatherMap web APIs"
|
||||
HOMEPAGE="https://github.com/csparpa/pyowm https://pypi.org/project/pyowm/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/geojson-2.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/PySocks-1.7.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${REDEPEND}
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/coveralls[${PYTHON_USEDEP}]
|
||||
>=dev-python/pip-18.0[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/recommonmark[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
dev-python/tox[${PYTHON_USEDEP}]
|
||||
dev-python/tox-travis[${PYTHON_USEDEP}]
|
||||
dev-python/virtualenv[${PYTHON_USEDEP}]
|
||||
dev-python/twine[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user