Add epc and sexpdata packages
jedi depends on epc
This commit is contained in:
parent
5a724ed693
commit
387c6526b3
3 changed files with 31 additions and 0 deletions
17
packages/dev-python/epc/epc-0.0.3.exheres-0
Normal file
17
packages/dev-python/epc/epc-0.0.3.exheres-0
Normal 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]
|
||||||
|
"
|
||||||
|
|
|
@ -16,5 +16,7 @@ MYOPTIONS=""
|
||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
build:
|
build:
|
||||||
dev-python/setuptools
|
dev-python/setuptools
|
||||||
|
run:
|
||||||
|
dev-python/epc
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
12
packages/dev-python/sexpdata/sexpdata-0.0.2.exheres-0
Normal file
12
packages/dev-python/sexpdata/sexpdata-0.0.2.exheres-0
Normal 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=""
|
||||||
|
|
Loading…
Reference in a new issue