aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-spyro_0.9.14.bb
blob: 73ba6ae2a6095808fe97f5ab6b9083faf5af6f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "MIT"
PR = "ml0"

SRC_URI = "http://lsc.fie.umich.mx/%7esadit/spyro/SPyRO-${PV}.tar.gz"
S="${WORKDIR}/SPyRO-${PV}"

inherit distutils