From 60eb2fb521d36149263cfc3726dfcf6b4e7a9f5f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 7 Aug 2018 00:53:48 +0200 Subject: [PATCH] python-simplebayes: update to 1.5.8 --- srcpkgs/python-simplebayes/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-simplebayes/template b/srcpkgs/python-simplebayes/template index 4600557f742..0cc80d0dad3 100644 --- a/srcpkgs/python-simplebayes/template +++ b/srcpkgs/python-simplebayes/template @@ -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 " 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