19 lines
566 B
Bash
19 lines
566 B
Bash
# Template file for 'python-owm'
|
|
pkgname=python-owm
|
|
version=2.9.0
|
|
revision=1
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/csparpa/pyowm"
|
|
distfiles="https://github.com/csparpa/pyowm/archive/${version}.tar.gz"
|
|
checksum=e022360e4f7149b78f7032fd7ea107aee429021b7ff6ca49cba22362ed6f26cf
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|