diff options
author | Damien Nguyen | 2020-09-24 15:19:05 +0200 |
---|---|---|
committer | Damien Nguyen | 2020-09-24 15:19:05 +0200 |
commit | 5e1f1820a86f494ddf31f19740638a0e1f2e22f7 (patch) | |
tree | 6ac36ed23b5f84a0d1bed726f38ba8cb0e43e9d0 /.SRCINFO | |
download | aur-5e1f1820a86f494ddf31f19740638a0e1f2e22f7.tar.gz |
Initial commit (v0.11.0)
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..2697ae741f81 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,27 @@ +pkgbase = python-openfermion + pkgdesc = The electronic structure package for quantum computers. + pkgver = 0.11.0 + pkgrel = 1 + url = https://github.com/quantumlib/OpenFermion + arch = any + groups = python-hiq + license = Apache + checkdepends = python-numpy + checkdepends = python-scipy + checkdepends = python-networkx + checkdepends = python-requests + checkdepends = python-pytest + checkdepends = jupyter-nbformat + checkdepends = python-pubchempy + makedepends = python + makedepends = python-setuptools + source = https://github.com/quantumlib/OpenFermion/archive/v0.11.0.tar.gz + sha256sums = 339dd51e738a2ea72f86d71b5a9214ca202ace130fadb013835a142647e0a5c4 + +pkgname = python-openfermion + depends = python-numpy + depends = python-scipy + depends = python-networkx + depends = python-requests + depends = python-pubchempy + |