1 # Maintainer: Jerome Rose <jrose dot pub at gmail dot com>
3 pkgname=stackless-python-svn
6 pkgdesc="Python is a high-level scripting language. Stackless is an experimental implementation that supports continuations, generators, microthreads, and coroutines. This is the SVN (maint) version"
8 url="http://www.stackless.com"
10 depends=('bzip2' 'expat' 'gdbm' 'libffi' 'openssl' 'zlib')
11 optdepents=('tk: for tkinter')
12 conflicts=('python>=3')
13 provides=('python=3.2')
20 svn checkout "http://svn.python.org/projects/stackless/branches/release${pkgver//./}-maint/"
21 cd "$srcdir/release${pkgver//./}-maint"
31 cd "$srcdir/release${pkgver//./}-maint"
32 make DESTDIR="$pkgdir" install
36 ln -s python3-config python-config