update py-pyzmq (#13420)

* update py-zmq

* update dependencies
This commit is contained in:
Andreas Baumbach 2019-11-05 02:38:19 +01:00 committed by Adam J. Stewart
parent 0341c38dff
commit 4f5d3770c7

View File

@ -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')