commit: 37f16c305db2e2be97ca92eafa72818523b32448
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 10:31:07 2016 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon May 23 10:31:07 2016 +0000
URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=37f16c30
dev-python/ase: initial commit
dev-python/ase/Manifest | 1 +
dev-python/ase/ase-3.11.0.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-python/ase/Manifest b/dev-python/ase/Manifest
new file mode 100644
index 0000000..929feca
--- /dev/null
+++ b/dev-python/ase/Manifest
@@ -0,0 +1 @@
+DIST ase-3.11.0.tar.gz 1105889 SHA256
d66bcc9581d95b49c4e4f11a2c33a01f5d45f4b37e18327cb32d8bce4dd78e4d SHA512
da1b4af541d8be9338124614a0c8b95593c7e680ce150657fc4a49324419295c4784a4f2f4a54f1708f43a570fd42e6f4ed0a0bccd0b58d5267373f40b07f432
WHIRLPOOL
346f7f57dd084060d35507193c05b0c0ef72e4f3d4ca1ecb4a079e7d73e2f4d7e7f30a7d3c2b11ac1237297c94da1dead7a173d011b92f01afb583a3c41a9a74
diff --git a/dev-python/ase/ase-3.11.0.ebuild b/dev-python/ase/ase-3.11.0.ebuild
new file mode 100644
index 0000000..0e42b02
--- /dev/null
+++ b/dev-python/ase/ase-3.11.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Atomic Simulation Environment"
+HOMEPAGE="https://wiki.fysik.dtu.dk/ase https://pypi.python.org/pypi/ase"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"