Add epc and sexpdata packages

jedi depends on epc
This commit is contained in:
Tom Willemse 2013-04-23 13:09:28 +02:00
parent 5a724ed693
commit 387c6526b3
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# Copyright 2013 Tom Willemse <tom@ryuslash.org>
# Distributed under the terms of the GNU General Public License v2
require distutils pypi
SUMMARY"EPC is an RPC stack for Emacs Lisp"
LICENCES="GPL-3"
SLOT="0"
PLATFORMS="~amd64"
MYOPTIONS=""
DEPENDENCIES="
build+run:
dev-python/sexpdata[>=0.0.2]
"

View file

@ -16,5 +16,7 @@ MYOPTIONS=""
DEPENDENCIES="
build:
dev-python/setuptools
run:
dev-python/epc
"

View file

@ -0,0 +1,12 @@
# Copyright 2013 Tom Willemse <tom@ryuslash.org>
# Distributed under the terms of the GNU General Public License v2
require distutils pypi
SUMMARY="S-expression parser for Python"
LICENCES="BSD-2"
SLOT="0"
PLATFORMS="~amd64"
MYOPTIONS=""