22 lines
374 B
Bash
22 lines
374 B
Bash
# Copyright 2013 Tom Willemse <tom@ryuslash.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
PNV="jedi-0.5b5"
|
|
WORK="${WORKBASE}/${PNV}"
|
|
|
|
require distutils pypi
|
|
|
|
SUMMARY="Jedi is an autocompletion library for Python"
|
|
|
|
LICENCES="LGPL-3"
|
|
SLOT="0"
|
|
PLATFORMS="~amd64"
|
|
MYOPTIONS=""
|
|
|
|
DEPENDENCIES="
|
|
build:
|
|
dev-python/setuptools
|
|
run:
|
|
dev-python/epc
|
|
"
|
|
|