summaryrefslogtreecommitdiff
path: root/python2-lmfit
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-23 10:02:01 +0100
committerErich Eckner <git@eckner.net>2018-02-23 10:02:01 +0100
commit4e01fe7c8cefa3032f6fac136af78957fc8da0cf (patch)
treecf7c2b944ad12f5def1b448b1fd1b50f28cd69b8 /python2-lmfit
parentb33d2366efd042c4aa2b420ec4aa504855cea6cc (diff)
downloadarchlinuxewe.git.save-4e01fe7c8cefa3032f6fac136af78957fc8da0cf.tar.xz
python2-lmfit -> python-lmfit
Diffstat (limited to 'python2-lmfit')
-rw-r--r--python2-lmfit/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/python2-lmfit/PKGBUILD b/python2-lmfit/PKGBUILD
deleted file mode 100644
index ec917147..00000000
--- a/python2-lmfit/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-# Maintainer: Erich Eckner <arch at eckner dot net>
-
-pkgname=python2-lmfit
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="Least-Squares Minimization with Constraints for Python"
-arch=('any')
-url="http://lmfit.github.io/lmfit-py/"
-license=('BSD')
-depends=('python2' 'python2-numpy' 'python2-scipy')
-makedepends=('python2-setuptools')
-checkdepends=('python2-nose')
-source=(https://github.com/lmfit/lmfit-py/archive/${pkgver}.tar.gz)
-
-build() {
- cd "$srcdir/lmfit-py-$pkgver"
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir/lmfit-py-$pkgver"
- nosetests2 tests
-}
-
-package(){
- cd "$srcdir/lmfit-py-$pkgver"
- python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:ts=2:sw=2:et:
-sha512sums=('c55c220b10b3734fd47757ed5b35c4052cbbe5310024ecbaf391b7144a84590fc11bca87a5f57a99cf6a1eb2d6f8ba8460f977a84356472fa03c117dc2c0e1b9')