19 lines
582 B
Bash
19 lines
582 B
Bash
# Template file for 'python3-Whoosh'
|
|
pkgname=python3-Whoosh
|
|
version=2.7.4
|
|
revision=7
|
|
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
|
|
}
|