summaryrefslogtreecommitdiff
path: root/packages/python/python-psyco_1.6.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-07-02 13:24:59 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-07-02 13:24:59 +0000
commitbb8916484f8df71fec0cf59c4352f72cc5b84819 (patch)
tree92310c87764ba4639b2d95102951cb4101b61f9c /packages/python/python-psyco_1.6.bb
parentdc6491d82fdb67ad1cd3ab2c65bac7f17f5a07eb (diff)
parente569eb9f01a6550dac48cf0e88c6c3834c7744f3 (diff)
merge of '0a4c4e919413e2fd4aff39b1053c41c247b9c30f'
and 'f63d89980b66ed036447c254c9d7b544d095d25a'
Diffstat (limited to 'packages/python/python-psyco_1.6.bb')
-rw-r--r--packages/python/python-psyco_1.6.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/python/python-psyco_1.6.bb b/packages/python/python-psyco_1.6.bb
new file mode 100644
index 0000000000..5c47e6971d
--- /dev/null
+++ b/packages/python/python-psyco_1.6.bb
@@ -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