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