parent
f08b0ae2ca
commit
655ec78116
2 changed files with 23 additions and 0 deletions
4
srcpkgs/python-owm/INSTALL.msg
Normal file
4
srcpkgs/python-owm/INSTALL.msg
Normal 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.
|
19
srcpkgs/python-owm/template
Normal file
19
srcpkgs/python-owm/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue