summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNabil Freij2016-05-13 13:49:41 +0200
committerNabil Freij2016-05-13 13:49:41 +0200
commitff936e2085c11cacec47c720626631a4d624851d (patch)
tree59ade6fee9e83ab003760d91df45762f6f68ebf8
parent6611f3349981f1342706d3c4e2a40f220a772280 (diff)
downloadaur-ff936e2085c11cacec47c720626631a4d624851d.tar.gz
python2-sunpy-git
Signed-off-by: Nabil Freij <nabil.freij@gmail.com>
-rw-r--r--.SRCINFO26
-rwxr-xr-xPKGBUILD2
2 files changed, 27 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 022eff6b882a..64739cb2f1c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -76,3 +76,29 @@ pkgbase = python2-sunpy-git
pkgname = python2-sunpy-git
+pkgbase = python2-sunpy-git
+ pkgdesc = Python library for solar physics
+ pkgver = 20160513
+ pkgrel = 3
+ url = http://www.sunpy.org/
+ arch = i686
+ arch = x86_64
+ license = BSD
+ depends = python2
+ depends = python2-astropy
+ depends = python2-matplotlib
+ depends = python2-scipy
+ depends = python2-pandas
+ depends = python2-requests
+ depends = python2-suds
+ depends = python2-beautifulsoup4
+ optdepends = python2-sqlalchemy: for the database package
+ optdepends = python2-pytest: for running tests
+ provides = python2-sunpy
+ conflicts = python2-sunpy
+ options = !emptydirs
+ source = git+https://github.com/sunpy/sunpy
+ md5sums = SKIP
+
+pkgname = python2-sunpy-git
+
diff --git a/PKGBUILD b/PKGBUILD
index 4ef644df75b5..99fc170fe026 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-sunpy-git
_gitname=sunpy
pkgver=20160513
-pkgrel=2
+pkgrel=3
pkgdesc="Python library for solar physics"
arch=('i686' 'x86_64')
url="http://www.sunpy.org/"