summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-09-23 01:49:35 +0800
committerUniversebenzene2023-09-23 01:49:35 +0800
commit3dd1737280085b0c66ee83ba4362ca7c6674d0fd (patch)
tree3b142d2b7dc0d8a54da7258af51dc165831ff846
parente98b192204ac375b6d7edd307b544294011b3478 (diff)
downloadaur-3dd1737280085b0c66ee83ba4362ca7c6674d0fd.tar.gz
Update from upstream
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2caf504ea9af..fee8968855b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-einsteinpy-git
pkgdesc = Python package for General Relativity
- pkgver = 0.3.1.r71.g1bd1b27
+ pkgver = 0.3.1.r72.g48a1a4a
pkgrel = 1
url = https://einsteinpy.org
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index f3558ea012ef..7a58f65d7c5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-einsteinpy-git
_gitname=einsteinpy
pkgname=("python-${_gitname}-git" "python-${_gitname}-doc-git")
-pkgver=0.3.1.r71.g1bd1b27
+pkgver=0.3.1.r72.g48a1a4a
pkgrel=1
pkgdesc="Python package for General Relativity"
arch=('any')
@@ -25,8 +25,8 @@ makedepends=('git'
'python-ipywidgets'
'graphviz')
checkdepends=('python-pytest-doctestplus')
-# 'python-einsteinpy_geodesics'
-# 'python-astropy' 'python-matplotlib' 'python-scipy' 'python-sympy' 'python-plotly' 'python-numba' satisfied
+# 'python-astropy' 'python-plotly' 'python-scipy' 'python-sympy' 'python-numba' satisfied
+## 'python-einsteinpy_geodesics'
source=("git+https://github.com/einsteinpy/einsteinpy")
md5sums=('SKIP')
@@ -61,7 +61,7 @@ build() {
check() {
cd ${srcdir}/${_gitname}
- PYTHONPATH="build/lib" pytest tests || warning "Tests failed" # -vv --color=yes
+ PYTHONPATH="build/lib" pytest tests || warning "Tests failed" # -vv -l -ra --color=yes -o console_output_style=count
}
package_python-einsteinpy-git() {