python-simplebayes: update to 1.5.8
This commit is contained in:
parent
7e30e221da
commit
60eb2fb521
1 changed files with 4 additions and 5 deletions
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'python-simplebayes'
|
||||
pkgname=python-simplebayes
|
||||
version=1.5.7
|
||||
version=1.5.8
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="simplebayes-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="simplebayes"
|
||||
hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Bayesian text classifier (Python2)"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/hickeroar/simplebayes"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=71cb029768bd25c172bdb3bd37174d42f872da92c33329ec736c3748ffa3b4a7
|
||||
distfiles="${PYPI_SITE}/s/simplebayes/simplebayes-${version}.tar.gz"
|
||||
checksum=363418c0ef185ac2158ebbd6d8afb45aa997254fcb809a73ed20a7d5dccf8b85
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue