| 
									
										
										
										
											2018-07-23 11:27:09 +02:00
										 |  |  | { lib, buildPythonPackage, fetchPypi, cryptography, python-axolotl-curve25519, protobuf }: | 
					
						
							| 
									
										
										
										
											2018-02-25 20:21:36 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | buildPythonPackage rec { | 
					
						
							| 
									
										
										
										
											2018-06-23 15:27:58 +02:00
										 |  |  |   pname = "python-axolotl"; | 
					
						
							| 
									
										
										
										
											2018-07-22 12:18:45 +02:00
										 |  |  |   version = "0.1.42"; | 
					
						
							| 
									
										
										
										
											2018-02-25 20:21:36 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-23 15:27:58 +02:00
										 |  |  |   src = fetchPypi { | 
					
						
							|  |  |  |     inherit pname version; | 
					
						
							| 
									
										
										
										
											2018-07-22 12:18:45 +02:00
										 |  |  |     sha256 = "ef78c2efabcd4c33741669334bdda04710a3ef0e00b653f00127acff6460a7f0"; | 
					
						
							| 
									
										
										
										
											2018-02-25 20:21:36 +03:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-23 11:27:09 +02:00
										 |  |  |   propagatedBuildInputs = [ cryptography python-axolotl-curve25519 protobuf ]; | 
					
						
							| 
									
										
										
										
											2018-02-25 20:21:36 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  |   meta = with lib; { | 
					
						
							|  |  |  |     homepage = https://github.com/tgalal/python-axolotl; | 
					
						
							|  |  |  |     description = "Python port of libaxolotl-android"; | 
					
						
							|  |  |  |     maintainers = with maintainers; [ abbradar ]; | 
					
						
							|  |  |  |     license = licenses.gpl3; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | } |