void-packages/srcpkgs/python3-Whoosh/template
2021-10-09 08:01:32 -04:00

20 lines
615 B
Bash

# Template file for 'python3-Whoosh'
pkgname=python3-Whoosh
version=2.7.4
revision=5
wrksrc="Whoosh-${version}"
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
makedepends="python3-devel"
depends="python3"
short_desc="Full-text indexing and searching library (Python3)"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="BSD-2-Clause"
homepage="https://bitbucket.org/mchaput/whoosh/wiki/Home"
distfiles="${PYPI_SITE}/W/Whoosh/Whoosh-${version}.tar.gz"
checksum=7ca5633dbfa9e0e0fa400d3151a8a0c4bec53bd2ecedc0a67705b17565c31a83
post_install() {
vlicense LICENSE.txt LICENSE
}