aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-psyco_1.6.bb
blob: cb9f95b63fa27ebc52b89542a75426e7a8132021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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_${PN} = "python-core"
PR = "r1"
SRCNAME = "psyco"

SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}-src.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

COMPATIBLE_HOST = 'i.86.*-linux'

inherit distutils

SRC_URI[md5sum] = "8816fca8ba521e05d18dde3e1a11b0bd"
SRC_URI[sha256sum] = "529de83d76bc71e3334dc5e0b9f5eb8bb5cd095f8ac6dd3154771d50a7373718"