void-packages/srcpkgs/python3-wikipedia/template
2021-10-09 08:01:20 -04:00

19 lines
599 B
Bash

# Template file for 'python3-wikipedia'
pkgname=python3-wikipedia
version=1.4.0
revision=6
wrksrc="wikipedia-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-BeautifulSoup4 python3-requests"
short_desc="Python3 library to access and parse data from Wikipedia"
maintainer="johannes <johannes.brechtmann@gmail.com>"
license="MIT"
homepage="https://github.com/goldsmith/Wikipedia"
distfiles="${PYPI_SITE}/w/wikipedia/wikipedia-${version}.tar.gz"
checksum=db0fad1829fdd441b1852306e9856398204dc0786d2996dd2e0c8bb8e26133b2
post_install() {
vlicense LICENSE
}