You are not logged in.

#1 2004-04-20 19:30:55

sweiss
Member
Registered: 2004-02-16
Posts: 635

[system: compilers] psyco

PKGBUILD:

#Created by sweiss (sweiss4@gmx.net)

pkgname=psyco
pkgver=1.2
pkgrel=1
pkgdesc="An inline optimizer for Python code."
url="http://sourceforge.net/projects/psyco"
license=""
depends=('python' 'glibc')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://umn.dl.sourceforge.net/sourceforge/psyco/$pkgname-$pkgver-src.tar
.gz)
md5sums=(441bfc7693bf13902a479550dcbaabd2)

build() {
  cd $startdir/src/$pkgname-$pkgver
  python setup.py install --root=$startdir/pkg || return 1
}

Can be found here.

Have fun.

Offline

#2 2004-04-20 22:52:32

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [system: compilers] psyco

Python and AL doesn't go together in the official [current/extra] repos.
(un)fortunately there is incoming.. [eric3 is there too, PyQT..]
Spe (with wxGlade) and/or Boa Constructor is not there.
your addition is a good addition. hope a maintainer gets this

Offline

#3 2004-04-20 23:17:37

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: [system: compilers] psyco

What do you mean Python and AL don't go together? Python works fine over here.

SPE is in Staging. I should check if there's un update, it's been a while. I made a Boa Constructor package awhile ago, and it works fine as well.


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#4 2004-04-20 23:34:37

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [system: compilers] psyco

sorry for the confusion. I just meant that there aren't enough Python-related pkgs. But if you keep that way then soon we'll have them all tongue

Offline

Board footer

Powered by FluxBB