| 
									
										
										
										
											2018-02-27 10:54:52 +01:00
										 |  |  | { buildPythonPackage | 
					
						
							|  |  |  | , lib | 
					
						
							|  |  |  | , fetchPypi | 
					
						
							|  |  |  | , xstatic-jquery | 
					
						
							|  |  |  | }: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | buildPythonPackage rec { | 
					
						
							|  |  |  |   pname = "XStatic-jquery-ui"; | 
					
						
							| 
									
										
										
										
											2018-10-06 12:56:21 +02:00
										 |  |  |   version = "1.12.1.1"; | 
					
						
							| 
									
										
										
										
											2018-02-27 10:54:52 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |   src = fetchPypi { | 
					
						
							|  |  |  |     inherit version pname; | 
					
						
							| 
									
										
										
										
											2018-10-06 12:56:21 +02:00
										 |  |  |     sha256 = "d6ba48bb474420a8bcb2be02eef6ae96281ec24eff6befa54f04ebc9e4cc8910"; | 
					
						
							| 
									
										
										
										
											2018-02-27 10:54:52 +01:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   # no tests implemented | 
					
						
							|  |  |  |   doCheck = false; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   propagatedBuildInputs = [ xstatic-jquery ]; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   meta = with lib;{ | 
					
						
							|  |  |  |     homepage = http://jqueryui.com/; | 
					
						
							|  |  |  |     description = "jquery-ui packaged static files for python"; | 
					
						
							|  |  |  |     license = licenses.mit; | 
					
						
							|  |  |  |     maintainers = with maintainers; [ makefu ]; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } |