2016-02-26 13:23:25 +00:00
|
|
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2021-03-15 07:39:54 +00:00
|
|
|
require setup-py [ import=distutils blacklist="2" multibuild=false ]
|
|
|
|
require github [ user="AGProjects" pn="python3-application" tag="${PV}" ]
|
2016-02-26 13:23:25 +00:00
|
|
|
|
|
|
|
SUMMARY="Basic building blocks for python applications"
|
|
|
|
HOMEPAGE="http://ag-projects.com/"
|
|
|
|
|
|
|
|
LICENCES="LGPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
MYOPTIONS=""
|
|
|
|
|
2016-03-16 15:23:00 +00:00
|
|
|
DEPENDENCIES="
|
|
|
|
dev-python/zopeinterface[python_abis:*(-)?]
|
|
|
|
"
|
2022-03-13 11:09:05 +00:00
|
|
|
DEFAULT_SRC_PREPARE_PATCHES=(
|
|
|
|
"${FILES}"/08c503bdd1e128118e45fa50be256e27415bbd41.patch
|
|
|
|
)
|
2016-03-16 15:23:00 +00:00
|
|
|
|