summaryrefslogtreecommitdiff
path: root/packages/python/python-pyro_3.7.bb
blob: 80875af5c58edd1dd9d4a83eaf5414e23d2cd150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Pyro is an acronym for PYthon Remote Objects. \
It is an advanced and powerful Distributed Object Technology \
system written entirely in Python, that is designed to be very \
easy to use, and is small simple and free. Written by Irmen de Jong."
HOMEPAGE = "http://pyro.sourceforge.net"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "MIT"
RDEPENDS = "python-crypt python-io python-lang python-math python-netserver python-pickle \
python-re python-shell python-stringold python-threading"
PR = "ml0"

SRC_URI = "cvs://anonymous:@pyro.cvs.sourceforge.net/cvsroot/pyro;module=Pyro;method=pserver;tag=pyro3_7 \
           file://pyro-unattended-install.patch;patch=1;pnum=0"
S="${WORKDIR}/Pyro"

inherit distutils
oolRichard Purdie1 2008-01-26divers: replace '=' definition of dbg packages with '+=' for 43 files. fixes...Rolf Leggewie2 2008-01-25divers: add debug package for 85 files with hardcoded PACKAGES definition. P...Rolf Leggewie2 2008-01-08libtool 1.5.6: Re-introduce recipe.Robert Schuster3 2007-12-01libtool: Add missing patchesRichard Purdie2 2007-12-01libtool: Sync patches from Poky. Drop uneeded tag1 patch, make sure ltmain.sh...Richard Purdie5 2007-10-29Remove final references to BUILD_SYS in staging pathsRichard Purdie3 2007-08-24libtool-native 1.5.24: DEFAULT_PREFERENCE = "-1"Koen Kooi1 2007-08-03libtool : Add bb files for libtool-1.5.24 support. This version seems toPhilip Balister12 td>bluez: document that hciattach-ti-bts.patch has landed upstreamRolf Leggewie2 2009-05-22bluez-libs: add 4.40, set default preference to -1 pending availabilityPhil Blundell2 2009-05-13bluez: add 4.39Koen Kooi1 2009-05-01bluez-gnome: Update to version 1.8.Stanislav Brabec1 2009-04-23bluez4: add 4.37Koen Kooi1 2009-04-21angstrom: have bluez4 provide bluez-utils as wellKoen Kooi1 2009-04-12obexd: add 0.10, needs bluez4Koen Kooi1 2009-04-12bluez4: fix HUGE bugKoen Kooi1 2009-04-12bluez4: add 4.35Koen Kooi1 2009-04-08bluez4: fix dbus service fileKoen Kooi2 2009-04-08bluez4: add less restrictive (and hence less secure) bluetooth dbus configKoen Kooi2 2009-03-19bluez4: changed globs in FILES_${PN}-dev to make package_rpm happyMarcin Juszkiewicz1 2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko52