summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorEric Berquist2015-08-07 11:42:20 -0400
committerEric Berquist2015-08-07 11:42:20 -0400
commitc88b86a620b9f659cd39d2426ae0a72050e9ad59 (patch)
treed0e8c920214d19495f8728f213c4a183477173b8 /.SRCINFO
downloadaur-c88b86a620b9f659cd39d2426ae0a72050e9ad59.tar.gz
Initial commit.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO27
1 files changed, 27 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..4839a9d66df6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,27 @@
+pkgbase = python-chemview-git
+ pkgdesc = An interactive molecular viewer for the IPython notebook (git version)
+ pkgver = 0.3.r87.c7e9150
+ pkgrel = 1
+ url = http://chemview.readthedocs.org/en/latest
+ arch = any
+ license = LGPL2.1
+ makedepends = git
+ depends = python
+ depends = python-numpy
+ depends = python-numba
+ depends = ipython-notebook
+ depends = python2
+ depends = python2-numpy
+ depends = python2-numba
+ depends = ipython2-notebook
+ source = git+https://github.com/gabrielelanaro/chemview
+ sha256sums = SKIP
+
+pkgname = python-chemview-git
+ provides = python-chemview
+ conflicts = python-chemview
+
+pkgname = python2-chemview-git
+ provides = python2-chemview
+ conflicts = python2-chemview
+