summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO18
1 files changed, 18 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..dd170638f5c7
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = python-einsteinpy_geodesics
+ pkgdesc = Python wrapper for a Julia solver for geodesics in the Kerr family of spacetimes
+ pkgver = 0.1.0
+ pkgrel = 1
+ url = https://docs.geodesics.einsteinpy.org
+ arch = i686
+ arch = x86_64
+ license = MIT
+ makedepends = python-setuptools
+ source = https://files.pythonhosted.org/packages/source/e/einsteinpy_geodesics/einsteinpy_geodesics-0.1.0.tar.gz
+ md5sums = 98aa1afff37c1a0d1f7fd35c094a96c9
+
+pkgname = python-einsteinpy_geodesics
+ depends = python-numpy
+ depends = julia>=1.5
+ optdepends = python-einsteinpy_geodesics-doc: Documentation for EinsteinPy Geodesics
+ optdepends = python-pytest-doctestplus: For testing
+