22 lines
		
	
	
		
			581 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			581 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="2" multibuild=false ]
 | 
						|
require github [ user="AGProjects" pn="python3-application" tag="${PV}" ]
 | 
						|
 | 
						|
SUMMARY="Basic building blocks for python applications"
 | 
						|
HOMEPAGE="http://ag-projects.com/"
 | 
						|
 | 
						|
LICENCES="LGPL-2"
 | 
						|
SLOT="0"
 | 
						|
PLATFORMS="~amd64 ~x86"
 | 
						|
MYOPTIONS=""
 | 
						|
 | 
						|
DEPENDENCIES="
 | 
						|
    dev-python/zopeinterface[python_abis:*(-)?]
 | 
						|
"
 | 
						|
DEFAULT_SRC_PREPARE_PATCHES=(
 | 
						|
    "${FILES}"/08c503bdd1e128118e45fa50be256e27415bbd41.patch
 | 
						|
)
 | 
						|
 |