21 lines
		
	
	
		
			533 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			533 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # Copyright 2016 Julian Ospald <hasufell@posteo.de>
 | |
| # Distributed under the terms of the GNU General Public License v2
 | |
| 
 | |
| require setup-py [ import=distutils blacklist="3" ]
 | |
| 
 | |
| SUMMARY="Python library for managing XML documents on XCAP server"
 | |
| HOMEPAGE="http://sipsimpleclient.org"
 | |
| DOWNLOADS="http://download.ag-projects.com/XCAP/${PNV}.tar.gz"
 | |
| 
 | |
| LICENCES="GPL-2"
 | |
| SLOT="0"
 | |
| PLATFORMS="~amd64 ~x86"
 | |
| MYOPTIONS=""
 | |
| 
 | |
| DEPENDENCIES="
 | |
|     run:
 | |
|         dev-python/lxml[python_abis:*(-)?]
 | |
|         dev-python/python-application[python_abis:*(-)?]
 | |
| "
 | |
| 
 |