New package: python-owm-2.7.1.

Closes: #9634 [via git-merge-pr]
This commit is contained in:
maxice8 2017-11-29 14:31:08 -02:00 committed by Jürgen Buchmüller
parent f08b0ae2ca
commit 655ec78116
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,4 @@
It is required to provide an API key to allow responses, you can signup for a
free API key on https://home.openweathermap.org/users/sign_up.
Please notice that the free API subscription plan is subject to requests throttling.

View file

@ -0,0 +1,19 @@
# Template file for 'python-owm'
pkgname=python-owm
version=2.7.1
revision=1
wrksrc="pyowm-${version}"
build_style=python2-module
pycompile_module="pyowm"
hostmakedepends="python-setuptools"
depends="python"
short_desc="A Python2 wrapper around the OpenWeatherMap web API"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/csparpa/pyowm"
distfiles="https://github.com/csparpa/pyowm/archive/${version}.tar.gz"
checksum=8de71236647d582929a734ff501adeb814be3dd94a04ef63f77ca32ab0ee9f4b
post_install() {
vlicense LICENSE
}