You are not logged in.

#1 2004-04-28 21:03:58

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

[devel: utilities] pyrex

PKGBUILD.pyrex-0.9 in incoming. This is a dependency needed by PyWM. I haven't actually tested the PKGBUILD, since I need to get PyWM working first.  it installs, dunno if python is recognizing it. wink

pkgname=pyrex
pkgver=0.9
pkgrel=1
pkgdesc=Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python.
url="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/"
depends=(xfree86 python gcc glibc)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-0.9.tar.gz)
md5sums=('99ae698c3f308d0d1eff1078ac87d459')

build() {
    cd $startdir
    mkdir -p pkg/usr
    cd $startdir/src/Pyrex-$pkgver
    python setup.py install --prefix=$startdir/pkg/usr
} 

AIR
http://bliss-solutions.org/archlinux/in … php?id=648

Offline

#2 2004-04-28 22:23:26

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: [devel: utilities] pyrex

Doesn't distinst use --root?


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#3 2004-04-28 23:27:05

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: [devel: utilities] pyrex

huh?

its distutils, not distinst, which I've never heard of...

http://docs.python.org/inst/alt-install … 0000000000

That's what I looked at, but I can freely confess that I haven't a clue what I was doing.

Dusty

Offline

#4 2004-04-29 01:28:53

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: [devel: utilities] pyrex

Gah, right, distutils.

Check how namcap's PKGBUILD uses it.  It uses --root.  I think I read the code to figure out that option.  I can't remember why I didn't want to use prefix... there was a reason though... hardcoded something-or-another...


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

Board footer

Powered by FluxBB