]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-pyro_3.4.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-pyro_3.4.bb
1 DESCRIPTION = "Pyro is an acronym for PYthon Remote Objects. \
2 It is an advanced and powerful Distributed Object Technology \
3 system written entirely in Python, that is designed to be very \
4 easy to use, and is small simple and free. Written by Irmen de Jong."
5 HOMEPAGE = "http://pyro.sourceforge.net"
6 SECTION = "devel/python"
7 PRIORITY = "optional"
8 MAINTAINER = "JStauft <wikimail@telus.net>"
9 LICENSE = "MIT"
10 RDEPENDS = "python-core python-crypt python-io python-lang python-math \
11 python-netserver python-pickle python-re python-shell python-stringold \
12 python-threading"
13 PR = "r1"
14
15 SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/pyro;module=Pyro;method=pserver;tag=pyro3_4  \
16            file://pyro-unattended-install.patch;patch=1;pnum=0"
17 S="${WORKDIR}/Pyro"
18
19 inherit distutils