committed by
					
						
						Adam J. Stewart
					
				
			
			
				
	
			
			
			
						parent
						
							0341c38dff
						
					
				
				
					commit
					4f5d3770c7
				
			@@ -11,11 +11,15 @@ class PyPyzmq(PythonPackage):
 | 
				
			|||||||
    homepage = "https://github.com/zeromq/pyzmq"
 | 
					    homepage = "https://github.com/zeromq/pyzmq"
 | 
				
			||||||
    url      = "https://github.com/zeromq/pyzmq/archive/v14.7.0.tar.gz"
 | 
					    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('17.1.2', sha256='77a32350440e321466b1748e6063b34a8a73768b62cb674e7d799fbc654b7c45')
 | 
				
			||||||
    version('16.0.2', sha256='717dd902c3cf432b1c68e7b299ad028b0de0d0a823858e440b81d5f1baa2b1c1')
 | 
					    version('16.0.2', sha256='717dd902c3cf432b1c68e7b299ad028b0de0d0a823858e440b81d5f1baa2b1c1')
 | 
				
			||||||
    version('14.7.0', sha256='809a5fcc720d286c840f7f64696e60322b5b2544795a73db626f09b344d16a15')
 | 
					    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.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-py', type=('build', 'run'))
 | 
				
			||||||
    depends_on('py-cffi', type=('build', 'run'))
 | 
					    depends_on('py-cffi', type=('build', 'run'))
 | 
				
			||||||
    depends_on('libzmq')
 | 
					    depends_on('libzmq')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user