22 lines
		
	
	
		
			529 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			529 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
 | 
						|
# Distributed under the terms of the GNU General Public License v2
 | 
						|
 | 
						|
require github [ user="AGProjects" pn="python3-eventlib" tag="${PV}" ]
 | 
						|
require setup-py [ import=distutils blacklist="2" multibuild=false ]
 | 
						|
 | 
						|
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:*(-)?]
 | 
						|
"
 | 
						|
 |