summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-06-02 20:46:12 +0800
committerUniversebenzene2023-06-02 20:46:12 +0800
commite98b192204ac375b6d7edd307b544294011b3478 (patch)
tree44e155b3d9ddbf71548b11bad94eaef8d485d9e1
parenta629c683c995762cddc9f2ed17ae7950f9a10d27 (diff)
downloadaur-e98b192204ac375b6d7edd307b544294011b3478.tar.gz
Update from upstream
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bb32bb40942..2caf504ea9af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-einsteinpy-git
pkgdesc = Python package for General Relativity
- pkgver = 0.3.1.r68.ge7f648b
+ pkgver = 0.3.1.r71.g1bd1b27
pkgrel = 1
url = https://einsteinpy.org
arch = any
@@ -14,7 +14,6 @@ pkgbase = python-einsteinpy-git
makedepends = python-numpy
makedepends = python-nbsphinx
makedepends = python-astropy
- makedepends = python-matplotlib
makedepends = python-numba
makedepends = python-plotly
makedepends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index 0b6393a64a30..f3558ea012ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
+
pkgbase=python-einsteinpy-git
_gitname=einsteinpy
pkgname=("python-${_gitname}-git" "python-${_gitname}-doc-git")
-pkgver=0.3.1.r68.ge7f648b
+pkgver=0.3.1.r71.g1bd1b27
pkgrel=1
pkgdesc="Python package for General Relativity"
arch=('any')
@@ -16,7 +17,6 @@ makedepends=('git'
'python-numpy'
'python-nbsphinx'
'python-astropy'
- 'python-matplotlib'
'python-numba'
'python-plotly'
'python-scipy'
@@ -55,8 +55,7 @@ build() {
python -m build --wheel --no-isolation
msg "Building Docs"
- cd ${srcdir}/${_gitname}/docs
- PYTHONPATH="../build/lib" make html
+ PYTHONPATH="../build/lib" make -C docs html
}
check() {