forked from hasufell/hasufell-repository
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			525 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			525 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
 | 
						|
# Distributed under the terms of the GNU General Public License v2
 | 
						|
 | 
						|
require github [ user="AGProjects" tag="release-${PV}" ]
 | 
						|
require setup-py [ import=distutils blacklist="3" work="${PN}-release-${PV}" ]
 | 
						|
 | 
						|
SUMMARY="Coroutine-based networking library"
 | 
						|
HOMEPAGE="http://sipsimpleclient.org"
 | 
						|
 | 
						|
LICENCES="MIT"
 | 
						|
SLOT="0"
 | 
						|
PLATFORMS="~amd64 ~x86"
 | 
						|
MYOPTIONS=""
 | 
						|
 | 
						|
 | 
						|
DEPENDENCIES="
 | 
						|
    run:
 | 
						|
        dev-python/greenlet[python_abis:*(-)?]
 | 
						|
        net-twisted/Twisted[python_abis:*(-)?]
 | 
						|
"
 | 
						|
 |