add python-psyco, a specializing compiler
authorMichael Lauer <mickey@vanille-media.de>
Tue, 28 Mar 2006 10:04:42 +0000 (10:04 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 28 Mar 2006 10:04:42 +0000 (10:04 +0000)
packages/python/python-egenix-mx-base_2.0.6.bb [moved from packages/python/python-egenix-mx-base_2.0.5.bb with 87% similarity]
packages/python/python-psyco_1.5.bb [new file with mode: 0644]

@@ -12,4 +12,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
 
+export INCLUDE = "${STAGING_INCDIR}/${PYTHON_DIR}"
+export LIB = "${STAGING_LIBDIR}"
+
 FILES_${PN} += "${datadir}"
diff --git a/packages/python/python-psyco_1.5.bb b/packages/python/python-psyco_1.5.bb
new file mode 100644 (file)
index 0000000..b633b65
--- /dev/null
@@ -0,0 +1,15 @@
+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"
+MAINTAINER = "dkm@kataplop.net"
+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