summaryrefslogtreecommitdiffstats
path: root/packages/dev-python/jedi/jedi-0.5.5.exheres-0
blob: 24c7a54f5df9dbc36d42d9ae0d426e5a0e0362eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
"