summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorEric Berquist2015-08-07 11:41:21 -0400
committerEric Berquist2015-08-07 11:41:21 -0400
commitd16a890b9e2ff27e7ba12bc854e5bb8164ebd896 (patch)
treed4c9a57986d1f52d397ee788855ca9669c93afbc /.SRCINFO
downloadaur-d16a890b9e2ff27e7ba12bc854e5bb8164ebd896.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..0edea244a0b3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,27 @@
+pkgbase = python-chemlab-git
+ pkgdesc = A general Python library for computational chemistry (git version)
+ pkgver = 0.4.1.r725.cc10e09
+ pkgrel = 1
+ url = http://chemlab.github.io/chemlab
+ arch = x86_64
+ arch = i686
+ license = LGPL3
+ license = GPL3
+ makedepends = git
+ makedepends = cython
+ makedepends = cython2
+ depends = python
+ depends = python-numpy
+ depends = python2
+ depends = python2-numpy
+ source = git+https://github.com/chemlab/chemlab
+ sha256sums = SKIP
+
+pkgname = python-chemlab-git
+ provides = python-chemlab
+ conflicts = python-chemlab
+
+pkgname = python2-chemlab-git
+ provides = python2-chemlab
+ conflicts = python2-chemlab
+