exoni/packages/dev-python/jedi/jedi-0.5.5.exheres-0

23 lines
374 B
Bash
Raw Normal View History

2013-04-23 12:16:49 +02:00
# Copyright 2013 Tom Willemse <tom@ryuslash.org>
# Distributed under the terms of the GNU General Public License v2
2013-04-23 12:40:37 +02:00
PNV="jedi-0.5b5"
2013-04-23 12:51:23 +02:00
WORK="${WORKBASE}/${PNV}"
2013-04-23 12:16:49 +02:00
require distutils pypi
SUMMARY="Jedi is an autocompletion library for Python"
LICENCES="LGPL-3"
SLOT="0"
PLATFORMS="~amd64"
MYOPTIONS=""
2013-04-23 12:54:01 +02:00
DEPENDENCIES="
build:
dev-python/setuptools
run:
dev-python/epc
2013-04-23 12:54:01 +02:00
"