classabbyamp 1c081e70ae *: move non-critical INSTALL.msg to README.voidlinux en masse
to avoid desensitising the user to ignorable INSTALL.msgs, move ones
that just specify things like optional dependencies and initial
configuration tips to README.voidlinux
2023-09-05 18:29:18 -04:00

20 lines
598 B
Bash

# Template file for 'python3-owm'
pkgname=python3-owm
version=2.10
revision=5
build_style=python3-module
pycompile_module="pyowm"
hostmakedepends="python3-setuptools"
depends="python3-requests python3-geojson"
short_desc="Wrapper around the OpenWeatherMap web API (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/csparpa/pyowm"
distfiles="https://github.com/csparpa/pyowm/archive/${version}.tar.gz"
checksum=7eebb4aac3ba43d68be2a3791eb9f66e4a4f33c3cd66ac93dfcebc6c234614e7
post_install() {
vlicense LICENSE
vdoc "${FILESDIR}/README.voidlinux"
}