| 
									
										
										
										
											2017-10-21 04:12:30 +03:00
										 |  |  | { lib, buildPythonPackage, fetchPypi, cython, numpy, nine, pytest, pytestrunner, python-utils, enum34 }: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | buildPythonPackage rec { | 
					
						
							|  |  |  |   pname = "numpy-stl"; | 
					
						
							| 
									
										
										
										
											2019-04-16 19:15:38 +02:00
										 |  |  |   version = "2.10.1"; | 
					
						
							| 
									
										
										
										
											2017-10-21 04:12:30 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  |   src = fetchPypi { | 
					
						
							|  |  |  |     inherit pname version; | 
					
						
							| 
									
										
										
										
											2019-04-16 19:15:38 +02:00
										 |  |  |     sha256 = "f6b529b8a8112dfe456d4f7697c7aee0aca62be5a873879306afe4b26fca963c"; | 
					
						
							| 
									
										
										
										
											2017-10-21 04:12:30 +03:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   checkInputs = [ pytest pytestrunner ]; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   checkPhase = "py.test"; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   propagatedBuildInputs = [ cython numpy nine python-utils enum34 ]; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   meta = with lib; { | 
					
						
							|  |  |  |     description = "Library to make reading, writing and modifying both binary and ascii STL files easy"; | 
					
						
							|  |  |  |     homepage = "https://github.com/WoLpH/numpy-stl/"; | 
					
						
							|  |  |  |     license = licenses.bsd3; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | } |