mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:34:37 +08:00
Rebuild python-nose and update python-numpy
This commit is contained in:
parent
5239d52740
commit
2a84807995
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
pkgname=python-nose
|
pkgname=python-nose
|
||||||
pkgver=0.11.3
|
pkgver=0.11.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A discovery-based unittest extension"
|
pkgdesc="A discovery-based unittest extension"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://www.somethingaboutorange.com/mrl/projects/nose/"
|
url="http://www.somethingaboutorange.com/mrl/projects/nose/"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Phil Miller <philm@chakra-project.org>
|
# Maintainer: Phil Miller <philm@chakra-project.org>
|
||||||
|
|
||||||
pkgname=python-numpy
|
pkgname=python-numpy
|
||||||
pkgver=1.4.1
|
pkgver=1.5.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Scientific tools for Python"
|
pkgdesc="Scientific tools for Python"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -11,7 +11,7 @@ depends=('blas' 'lapack')
|
|||||||
makedepends=('python-nose' 'gcc-fortran')
|
makedepends=('python-nose' 'gcc-fortran')
|
||||||
optdepends=('python-nose: test suite')
|
optdepends=('python-nose: test suite')
|
||||||
source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
|
source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
|
||||||
md5sums=('5c7b5349dc3161763f7f366ceb96516b')
|
md5sums=('376ef150df41b5353944ab742145352d')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/numpy-${pkgver}"
|
cd "${srcdir}/numpy-${pkgver}"
|
||||||
|
Loading…
Reference in New Issue
Block a user