forked from hasufell/hasufell-repository
		
	
		
			
	
	
		
			16 lines
		
	
	
		
			323 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			323 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|  | # Copyright 2016 Julian Ospald <hasufell@posteo.de> | ||
|  | # Distributed under the terms of the GNU General Public License v2 | ||
|  | 
 | ||
|  | require pypi setup-py [ import=distutils ] | ||
|  | 
 | ||
|  | 
 | ||
|  | SUMMARY="Basic building blocks for python applications" | ||
|  | HOMEPAGE="http://ag-projects.com/" | ||
|  | 
 | ||
|  | LICENCES="LGPL-2" | ||
|  | SLOT="0" | ||
|  | PLATFORMS="~amd64 ~x86" | ||
|  | MYOPTIONS="" | ||
|  | 
 | ||
|  | 
 |