aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2015-08-04 08:12:03 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-24 13:56:25 +0200
commit4b374e9c8f0a2a12b77e7b06d199f67eab876a23 (patch)
tree3086daa14effb0312e3fca9677f59a3755638dba /recipes-connectivity
parenta8d58c30d41921d60ac5e736aad69e68153694c2 (diff)
downloadmeta-python2-4b374e9c8f0a2a12b77e7b06d199f67eab876a23.tar.gz
python-pyro4: Add new recipe.
Pyro4 allows remote execution of objects over the network. (From meta-openembedded commit: 3eb8991e7d2c726f46bbc3970c49fbeb222f69e4) Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/python-pyro4/python-pyro4_4.39.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb b/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb
new file mode 100644
index 0000000..aed0c9c
--- /dev/null
+++ b/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Python Remote Objects"
+HOMEPAGE = "https://pypi.python.org/pypi/Pyro4/"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b48b62dd270c4691fabaa85be3236030"
+
+SRCNAME = "Pyro4"
+
+SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "75ed5cd142803b0a8d587dc8b6bb51ed"
+SRC_URI[sha256sum] = "39c6ca7f86b0f0bebfeada687a5a8b99f66470a52b0f815195ae63c683266f24"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools