forked from hasufell/hasufell-repository
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			338 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			338 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # Copyright 2018 Alexander Kapshuna <kapsh@kap.sh>
 | |
| # Distributed under the terms of the GNU General Public License v2
 | |
| 
 | |
| require pypi setup-py [ import=setuptools ]
 | |
| 
 | |
| SUMMARY="Experimental type system extensions for programs checked with the mypy typechecker"
 | |
| 
 | |
| LICENCES="MIT"
 | |
| SLOT="0"
 | |
| PLATFORMS="~amd64 ~x86"
 | |
| MYOPTIONS=""
 | |
| 
 | |
| DEPENDENCIES="
 | |
| "
 | |
| 
 |