forked from hasufell/hasufell-repository
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			695 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			695 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-msrplib" tag="${PV}" ]
 | |
| require setup-py [ import=distutils blacklist="2" multibuild=false ]
 | |
| 
 | |
| SUMMARY="Client library for MSRP protocol and its relay extension"
 | |
| HOMEPAGE="http://sipsimpleclient.org"
 | |
| 
 | |
| LICENCES="LGPL-2"
 | |
| SLOT="0"
 | |
| PLATFORMS="~amd64 ~x86"
 | |
| MYOPTIONS=""
 | |
| 
 | |
| DEPENDENCIES="
 | |
|     run:
 | |
|         dev-python/python-application[>=3.0.3][python_abis:*(-)?]
 | |
|         dev-python/python-eventlib[>=0.3.0][python_abis:*(-)?]
 | |
|         dev-python/python-gnutls[>=3.1.8][python_abis:*(-)?]
 | |
|         net-twisted/Twisted[python_abis:*(-)?]
 | |
| "
 | |
| 
 |