You are not logged in.

#1 2004-11-01 05:49:29

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

[new] psyco

pkgname=psyco
pkgver=1.2
pkgrel=1
pkgdesc="Psyco is a Python extension module which can massively speed up the execution of any Python code."
url="http://psyco.sourceforge.net"
license=""
depends=('python')
source=(http://umn.dl.sourceforge.net/sourceforge/psyco/$pkgname-$pkgver-src.tar.gz)
md5sums=()

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

I love setup.py projects - my new best friend

Offline

#2 2004-11-01 09:09:06

Mith
Member
From: out there
Registered: 2004-10-05
Posts: 163

Re: [new] psyco

hi,
I won't use it but thx for this one!
btw, could you change your PKGBUILD url path smile) it's psyco not pysco *g*
byebye,


ArchLinux (x86_64) w/ kdemod

Offline

#3 2004-11-01 09:33:58

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

Re: [new] psyco

thanks.
psyco should be at least in staging

Offline

#4 2004-11-01 13:27:38

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: [new] psyco

Ah I see. This psyco also speeds up writing pkgbuilds :-)
As Mith already mentioned url needs fix and also it would be nice to have a description

Psyco is a Python extension module which can massively speed up the execution of any Python code.

Offline

#5 2004-11-01 13:41:57

z4ziggy
Member
From: Israel
Registered: 2004-03-29
Posts: 573
Website

Re: [new] psyco

sorry for the dumb question - but what is setup.py? i searched my hd and found several of them, each belongs to each its own package. i also searched the forums and saw its something todo with wxpython? is that correct?

Offline

#6 2004-11-01 16:17:11

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [new] psyco

fixed my errors => sorry it was done real quick and i fat-fingered "psyco"...

z4ziggy wrote:

sorry for the dumb question - but what is setup.py? i searched my hd and found several of them, each belongs to each its own package. i also searched the forums and saw its something todo with wxpython? is that correct?

No, setup.py is basically a python style Makefile.  It is part of any standard python install (distutils module) and is very easy to use/setup.  It works for non-python files as well (psyco is mostly C code).

Offline

#7 2004-11-01 16:21:31

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [new] psyco

by the way, this will be in my repo once i resync it... feel free to nab what you want (come on AUR!)

Offline

Board footer

Powered by FluxBB