summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorBenoit Coste <benoit.coste@protonmail.com>2020-04-30 14:50:28 +0200
committerGitHub <noreply@github.com>2020-04-30 14:50:28 +0200
commit6c751f931c6ac51846bc5931cde47ec55d520c47 (patch)
treeb9e8c916eb692fbb57021078dc792b31b3993495 /var
parent9698907e741a90e921b5b59e6db9ab80cb459006 (diff)
downloadspack-6c751f931c6ac51846bc5931cde47ec55d520c47.tar.gz
spack-6c751f931c6ac51846bc5931cde47ec55d520c47.tar.bz2
spack-6c751f931c6ac51846bc5931cde47ec55d520c47.tar.xz
spack-6c751f931c6ac51846bc5931cde47ec55d520c47.zip
py-pyquaternion: added package at v0.9.5 (#16386)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-pyquaternion/package.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-pyquaternion/package.py b/var/spack/repos/builtin/packages/py-pyquaternion/package.py
new file mode 100644
index 0000000000..82dc26d796
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-pyquaternion/package.py
@@ -0,0 +1,20 @@
+# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+
+from spack import *
+
+
+class PyPyquaternion(PythonPackage):
+ """Python morphology manipulation toolkit"""
+
+ homepage = "https://kieranwynn.github.io/pyquaternion/"
+ url = "https://pypi.org/packages/source/p/pyquaternion/pyquaternion-0.9.5.tar.gz"
+
+ version('0.9.5', sha256='2d89d19259d62a8fbd25219eee7dacc1f6bb570becb70e1e883f622597c7d81d')
+
+ depends_on('py-setuptools', type=('build', 'run'))
+
+ depends_on('py-numpy', type='run')