diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 19:25:39 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 19:25:39 +0000 |
commit | 1f505ad6fbe8b3b1afac905ba571a41f58e18c0b (patch) | |
tree | 6787ac286a44af7ac120db92b08c9f8b8a8aea7b /packages | |
parent | 02a6e4cfb545c7606b4bf90b47975f702818351f (diff) |
python-pyro: 3.7 -> 3.8.1
Diffstat (limited to 'packages')
-rw-r--r-- | packages/python/python-pyro_3.8.1.bb (renamed from packages/python/python-pyro_3.7.bb) | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/packages/python/python-pyro_3.7.bb b/packages/python/python-pyro_3.8.1.bb index 80875af5c5..695d8fb7aa 100644 --- a/packages/python/python-pyro_3.7.bb +++ b/packages/python/python-pyro_3.8.1.bb @@ -6,12 +6,26 @@ 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" +SRC_URI = "\ + ${SOURCEFORGE_MIRROR}/pyro/Pyro-${PV}.tar.gz \ + file://pyro-unattended-install.patch;patch=1;pnum=0 \ +" +S = "${WORKDIR}/Pyro-${PV}" inherit distutils + +RDEPENDS = "\ + python-crypt \ + python-io \ + python-lang \ + python-math \ + python-netserver \ + python-pickle \ + python-re \ + python-shell \ + python-stringold \ + python-threading \ +" + |