mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
python-scikit-learn: update to 0.19.2
This commit is contained in:
parent
6d6cb9004c
commit
24fed505a5
1 changed files with 5 additions and 6 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'python-scikit-learn'
|
# Template file for 'python-scikit-learn'
|
||||||
pkgname=python-scikit-learn
|
pkgname=python-scikit-learn
|
||||||
version=0.19.1
|
version=0.19.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="scikit-learn-${version}"
|
wrksrc="scikit-learn-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="sklearn"
|
pycompile_module="sklearn"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
|
||||||
makedepends="python-devel python3-devel python-scipy python3-scipy
|
makedepends="python-devel python3-devel python-scipy python3-scipy"
|
||||||
python-Cython python3-Cython"
|
|
||||||
depends="python-scipy"
|
depends="python-scipy"
|
||||||
short_desc="Python2 modules for machine learning and data mining"
|
short_desc="Python2 modules for machine learning and data mining"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://scikit-learn.org/"
|
homepage="http://scikit-learn.org/"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
distfiles="https://github.com/scikit-learn/scikit-learn/archive/${version}.tar.gz"
|
distfiles="https://github.com/scikit-learn/scikit-learn/archive/${version}.tar.gz"
|
||||||
checksum=2947f531ad52e81b2436b26608d8198778ac0b4baa7d2925db8b3b3fcb39c8a2
|
checksum=3024e3dc85ca8b26de33c2c5aec7c7a5f1f4a750463cb1378f1c61b4dc28ec58
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue