diff options
Diffstat (limited to 'recipes/python/python-rpyc_3.02.bb')
-rw-r--r-- | recipes/python/python-rpyc_3.02.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/python/python-rpyc_3.02.bb b/recipes/python/python-rpyc_3.02.bb new file mode 100644 index 0000000000..d79f0d00a5 --- /dev/null +++ b/recipes/python/python-rpyc_3.02.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "RPyC is a Remote Procedure Call Package for Python" +SECTION = "devel/python" +HOMEPAGE = "http://rpyc.wikizone.com" +LICENSE = "GPL" +SRCNAME = "rpyc" +PR = "ml0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/rpyc/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |