summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumbach <healther@users.noreply.github.com>2019-11-05 02:38:19 +0100
committerAdam J. Stewart <ajstewart426@gmail.com>2019-11-04 19:38:19 -0600
commit4f5d3770c72fcf3fac65c02f1a5e98e550f77d04 (patch)
treea355f2dfd843db2630acabca153b279948f5cc53
parent0341c38dff42ae5e86353c6d53c2d30aabca555e (diff)
downloadspack-4f5d3770c72fcf3fac65c02f1a5e98e550f77d04.tar.gz
spack-4f5d3770c72fcf3fac65c02f1a5e98e550f77d04.tar.bz2
spack-4f5d3770c72fcf3fac65c02f1a5e98e550f77d04.tar.xz
spack-4f5d3770c72fcf3fac65c02f1a5e98e550f77d04.zip
update py-pyzmq (#13420)
* update py-zmq * update dependencies
-rw-r--r--var/spack/repos/builtin/packages/py-pyzmq/package.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-pyzmq/package.py b/var/spack/repos/builtin/packages/py-pyzmq/package.py
index e3e3944e2d..d698ee5fec 100644
--- a/var/spack/repos/builtin/packages/py-pyzmq/package.py
+++ b/var/spack/repos/builtin/packages/py-pyzmq/package.py
@@ -11,11 +11,15 @@ class PyPyzmq(PythonPackage):
homepage = "https://github.com/zeromq/pyzmq"
url = "https://github.com/zeromq/pyzmq/archive/v14.7.0.tar.gz"
+ version('18.1.0', sha256='32f7618b8104021bc96cbd60be4330bdf37b929e8061dbce362c9f3478a08e21')
version('17.1.2', sha256='77a32350440e321466b1748e6063b34a8a73768b62cb674e7d799fbc654b7c45')
version('16.0.2', sha256='717dd902c3cf432b1c68e7b299ad028b0de0d0a823858e440b81d5f1baa2b1c1')
version('14.7.0', sha256='809a5fcc720d286c840f7f64696e60322b5b2544795a73db626f09b344d16a15')
+ depends_on('python@2.7:2.8,3.3:', type=('build', 'run'), when='@18:')
depends_on('py-cython@0.16:', type=('build', 'run'))
+ depends_on('py-cython@0.20:', type=('build', 'run'), when='@18:')
+ # these dependencies might only be needed for pypy
depends_on('py-py', type=('build', 'run'))
depends_on('py-cffi', type=('build', 'run'))
depends_on('libzmq')