void-packages/srcpkgs/python3-Whoosh/template
classabbyamp 94d35936be srcpkgs/: orphan brainwave's packages
they have not been active on github since October 2020
2022-10-03 10:36:26 -04:00

19 lines
609 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="Orphaned <orphan@voidlinux.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
}