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
|
|
|
|
|
2016-05-22 23:21:57 +00:00
|
|
|
require pypi setup-py [ import=distutils blacklist="3" ]
|
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:*(-)?]
|
|
|
|
"
|
|
|
|
|