blob: 9cafd883a4f3aa29e1c6e2b42287652dabaa065b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Simplified Python Remote Objects is a multilingual object request broker. \
SPyRO uses the most efficient (or available) connection between peers to minimize costs \
of transport and parsing in the communication."
HOMEPAGE = "http://www.spyron.org/"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "MIT"
PR = "ml1"
SRC_URI = "http://lsc.fie.umich.mx/%7esadit/spyro/download/SPyRO-${PV}.tar.gz"
S="${WORKDIR}/SPyRO-${PV}"
inherit distutils
|