summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2023-05-22 16:13:49 +0800
committerUniversebenzene2023-05-22 16:13:49 +0800
commiteaf8f6e72c8cb4bc86dd57844c2ef1ff3167701b (patch)
tree514da47275c2b6e85c6d4d393d6c9e18a76c1a36 /PKGBUILD
parentbcdf8cbb9a914fc686ab0af7f4c4ef150c251113 (diff)
downloadaur-eaf8f6e72c8cb4bc86dd57844c2ef1ff3167701b.tar.gz
Update from upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 537a3bb4a929..0672b9398d52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgbase=python-ezpadova-git
pkgname=('python-ezpadova-git')
-pkgver=r64.6e5c91d
+pkgver=r66.405046d
pkgrel=1
pkgdesc="A python package that allows you to download PADOVA isochrones directly from their website"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/mfouesneau/ezpadova"
license=('MIT')
makedepends=('git' 'python-setuptools')
-checkdepends=('python-pytest' 'python-astropy')
+checkdepends=('python-nose'
+ 'python-astropy')
source=("git+https://github.com/mfouesneau/ezpadova.git")
md5sums=('SKIP')
_gitname=ezpadova
@@ -31,7 +32,7 @@ build() {
check() {
cd ${srcdir}/${_gitname}
- python setup.py test
+ nosetests || warning "Tests failed"
}
package() {