python-psyco 1.5 update to 1.6. closes #3495
authorMichael Lauer <mickey@vanille-media.de>
Wed, 2 Jul 2008 13:24:16 +0000 (13:24 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 2 Jul 2008 13:24:16 +0000 (13:24 +0000)
packages/python/python-psyco_1.5.bb [deleted file]
packages/python/python-psyco_1.6.bb [new file with mode: 0644]

diff --git a/packages/python/python-psyco_1.5.bb b/packages/python/python-psyco_1.5.bb
deleted file mode 100644 (file)
index 5c47e69..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Psyco lets you run your existing Python software much faster, with no change in your source."
-HOMEPAGE = "http://psyco.sourceforge.net"
-SECTION = "devel/python"
-PRIORITY = "optional"
-LICENSE = "PSF"
-RDEPENDS = "python-core"
-SRCNAME = "psyco"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}-src.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-COMPATIBLE_HOST = 'i.86.*-linux'
-
-inherit distutils
diff --git a/packages/python/python-psyco_1.6.bb b/packages/python/python-psyco_1.6.bb
new file mode 100644 (file)
index 0000000..5c47e69
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "Psyco lets you run your existing Python software much faster, with no change in your source."
+HOMEPAGE = "http://psyco.sourceforge.net"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "PSF"
+RDEPENDS = "python-core"
+SRCNAME = "psyco"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}-src.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+COMPATIBLE_HOST = 'i.86.*-linux'
+
+inherit distutils