summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-23 13:09:28 +0200
committerGravatar Tom Willemse2013-04-23 13:09:28 +0200
commit387c6526b36cc14ed7e2a480b9b0522fe4dc5272 (patch)
treeba4c00d147e359ec2db199663e2d0b9aec1f4d09
parent5a724ed69303456b67c8c8de31ea90855e444c49 (diff)
downloadexoni-387c6526b36cc14ed7e2a480b9b0522fe4dc5272.tar.gz
exoni-387c6526b36cc14ed7e2a480b9b0522fe4dc5272.zip
Add epc and sexpdata packages
jedi depends on epc
-rw-r--r--packages/dev-python/epc/epc-0.0.3.exheres-017
-rw-r--r--packages/dev-python/jedi/jedi-0.5.5.exheres-02
-rw-r--r--packages/dev-python/sexpdata/sexpdata-0.0.2.exheres-012
3 files changed, 31 insertions, 0 deletions
diff --git a/packages/dev-python/epc/epc-0.0.3.exheres-0 b/packages/dev-python/epc/epc-0.0.3.exheres-0
new file mode 100644
index 0000000..607b2e1
--- /dev/null
+++ b/packages/dev-python/epc/epc-0.0.3.exheres-0
@@ -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]
+"
+
diff --git a/packages/dev-python/jedi/jedi-0.5.5.exheres-0 b/packages/dev-python/jedi/jedi-0.5.5.exheres-0
index d805ed4..24c7a54 100644
--- a/packages/dev-python/jedi/jedi-0.5.5.exheres-0
+++ b/packages/dev-python/jedi/jedi-0.5.5.exheres-0
@@ -16,5 +16,7 @@ MYOPTIONS=""
DEPENDENCIES="
build:
dev-python/setuptools
+ run:
+ dev-python/epc
"
diff --git a/packages/dev-python/sexpdata/sexpdata-0.0.2.exheres-0 b/packages/dev-python/sexpdata/sexpdata-0.0.2.exheres-0
new file mode 100644
index 0000000..d8fbfd2
--- /dev/null
+++ b/packages/dev-python/sexpdata/sexpdata-0.0.2.exheres-0
@@ -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=""
+