python-pyro: 3.7 -> 3.8.1
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 13 Jan 2009 19:25:39 +0000 (19:25 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 13 Jan 2009 19:25:39 +0000 (19:25 +0000)
packages/python/python-pyro_3.8.1.bb [moved from packages/python/python-pyro_3.7.bb with 53% similarity]

similarity index 53%
rename from packages/python/python-pyro_3.7.bb
rename to packages/python/python-pyro_3.8.1.bb
index 80875af..695d8fb 100644 (file)
@@ -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 \
+"
+