summaryrefslogtreecommitdiff
path: root/packages/python/python-psyco_1.5.bb
blob: b633b65061295bccddfce24436973258dbde3dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
>Richard Purdie1 2008-03-15gcc-cross-sdk: Fixup sdk packaging to be self contained and drop gcc-package-...Richard Purdie1 2008-03-15gcc: Clean up FILESDIR settings (move to gcc-common.inc)Richard Purdie1 2008-03-15gcc: Rename gcc-package.inc gcc-package-target.inc and move includes a level ...Richard Purdie1 2008-03-15Create gcc-common.incRichard Purdie1 2008-03-15gcc: Create .inc files for each gcc version and update all .bb files to use t...Richard Purdie1 2008-02-28gcc: Enable sysroot options, hacking around path layout issues for now. This ...Richard Purdie1 2007-11-05packages/gcc/gcc_4.1.1.bb : Add mpc8323e patchesStelios Koroneos1 2007-09-01gcc4-sdk: Use sysroot to workaround various path problems with external toolc...Richard Purdie1 2006-11-26gcc-cross-sdk: change include order to make it fail in a different placeKoen Kooi1 2006-10-25gcc-cross-sdk: add 4.1.1Koen Kooi1