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'
|
# Template file for 'python-simplebayes'
|
||||||
pkgname=python-simplebayes
|
pkgname=python-simplebayes
|
||||||
version=1.5.7
|
version=1.5.8
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="simplebayes-${version}"
|
wrksrc="simplebayes-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="simplebayes"
|
pycompile_module="simplebayes"
|
||||||
hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Bayesian text classifier (Python2)"
|
short_desc="Bayesian text classifier (Python2)"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/hickeroar/simplebayes"
|
homepage="https://github.com/hickeroar/simplebayes"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/simplebayes/simplebayes-${version}.tar.gz"
|
||||||
checksum=71cb029768bd25c172bdb3bd37174d42f872da92c33329ec736c3748ffa3b4a7
|
checksum=363418c0ef185ac2158ebbd6d8afb45aa997254fcb809a73ed20a7d5dccf8b85
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue