void-packages/srcpkgs/python-owm/template
Alessio Sergi 1941bb4b6e python-owm: fix depends
"Introduced requests as only PyOWM dependency". See
https://github.com/csparpa/pyowm/releases/tag/2.8.0.

TODO: rename to PyOWM and use Python 3.
2018-05-24 20:31:11 +02:00

19 lines
569 B
Bash

# Template file for 'python-owm'
pkgname=python-owm
version=2.8.0
revision=2
wrksrc="pyowm-${version}"
build_style=python2-module
pycompile_module="pyowm"
hostmakedepends="python-setuptools"
depends="python-requests"
short_desc="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=dfa8838e64cbc414a8a947a84205d33359a26576bec43fb5b9ce08a79a7cb848
post_install() {
vlicense LICENSE
}