Skip to content

Instantly share code, notes, and snippets.

Created March 10, 2012 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2013587 to your computer and use it in GitHub Desktop.
Save anonymous/2013587 to your computer and use it in GitHub Desktop.
Update aur joblib to 0.6.3
--- PKGBUILD.orig 2012-03-10 14:02:15.493634093 -0800
+++ PKGBUILD 2012-03-10 14:03:39.306513373 -0800
@@ -1,17 +1,17 @@
# Maintainer: Davide Lasagna <davide.lasagna@polito.it>
pkgname=python2-joblib
-pkgver=0.6.0
+pkgver=0.6.3
pkgrel=1
pkgdesc="Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers: transparent disk-caching of the output values and lazy re-evaluation (memoize pattern), easy simple parallel computing, logging and tracing of the execution."
url="http://pypi.python.org/pypi/joblib"
arch=(any)
license=('BSD')
-source=(http://pypi.python.org/packages/source/j/joblib/joblib-"$pkgver"a.tar.gz)
-md5sums=('db5339f23f312fe5563f7ed117d8d78f')
+source=(http://pypi.python.org/packages/source/j/joblib/joblib-${pkgver}.tar.gz)
+md5sums=('88a059cac0be48f3668f76268b4ad95e')
install=
package() {
-echo $srcdir/joblib-"$pkgver"a
-cd $srcdir/joblib-"$pkgver"a
+echo $srcdir/joblib-"$pkgver"
+cd $srcdir/joblib-"$pkgver"
python2 setup.py install --root="$pkgdir/" --optimize=1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment