Change-Id: I20305105db37a7150bbd68765aa25bf39548bc86 Reviewed-on: https://galileo.mailstation.de/gerrit/11366 Reviewed-by: Julian Ospald <hasufell@posteo.de>
		
			
				
	
	
		
			19 lines
		
	
	
		
			362 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			362 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # Copyright 2017 Julian Ospald <hasufell@posteo.de>
 | |
| # Distributed under the terms of the GNU General Public License v2
 | |
| 
 | |
| require pypi setup-py [ import=setuptools ]
 | |
| 
 | |
| SUMMARY="Pure-Python RSA implementation"
 | |
| 
 | |
| LICENCES="Apache-2.0"
 | |
| SLOT="0"
 | |
| PLATFORMS="~amd64 ~armv7 ~x86"
 | |
| MYOPTIONS=""
 | |
| 
 | |
| 
 | |
| DEPENDENCIES="
 | |
|     build+run:
 | |
|         dev-python/pyasn1[python_abis:*(-)?]
 | |
| "
 | |
| 
 |