Added py-pip 10.0.1 and py-setuptools 39.2.0 (#8377)
This commit is contained in:
		 Massimiliano Culpo
					Massimiliano Culpo
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							e7f82163bf
						
					
				
				
					commit
					88e18a3db7
				
			| @@ -31,6 +31,7 @@ class PyPip(PythonPackage): | ||||
|     homepage = "https://pypi.python.org/pypi/pip" | ||||
|     url      = "https://pypi.io/packages/source/p/pip/pip-9.0.1.tar.gz" | ||||
|  | ||||
|     version('10.0.1', '83a177756e2c801d0b3a6f7b0d4f3f7e') | ||||
|     version('9.0.1', '35f01da33009719497f01a4ba69d63c9') | ||||
|  | ||||
|     depends_on('python@2.6:2.8,3.3:') | ||||
|   | ||||
| @@ -34,6 +34,7 @@ class PySetuptools(PythonPackage): | ||||
|  | ||||
|     import_modules = ['pkg_resources', 'setuptools', 'setuptools.command'] | ||||
|  | ||||
|     version('39.2.0', 'dd4e3fa83a21bf7bf9c51026dc8a4e59') | ||||
|     version('39.0.1', '75310b72ca0ab4e673bf7679f69d7a62') | ||||
|     version('35.0.2', 'c368b4970d3ad3eab5afe4ef4dbe2437') | ||||
|     version('34.4.1', '5f9b07aeaafd29eac2548fc0b89a4934') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user