void-packages/srcpkgs/python3-simplebayes/template
2021-10-09 08:01:21 -04:00

19 lines
555 B
Bash

# Template file for 'python3-simplebayes'
pkgname=python3-simplebayes
version=1.5.8
revision=5
wrksrc="simplebayes-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Bayesian text classifier (Python3)"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="MIT"
homepage="https://github.com/hickeroar/simplebayes"
distfiles="${PYPI_SITE}/s/simplebayes/simplebayes-${version}.tar.gz"
checksum=363418c0ef185ac2158ebbd6d8afb45aa997254fcb809a73ed20a7d5dccf8b85
post_install() {
vlicense LICENSE
}