psyco: update to 1.6

This commit is contained in:
Lucas Hazel 2008-07-11 22:31:56 +10:00
parent f33eb6d624
commit 571653f527
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,6 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.5/
drwxr-xr-x root/root usr/lib/python2.5/site-packages/
-rw-r--r-- root/root usr/lib/python2.5/site-packages/psyco-1.5.1-py2.5.egg-info
drwxr-xr-x root/root usr/lib/python2.5/site-packages/psyco/
-rw-r--r-- root/root usr/lib/python2.5/site-packages/psyco/__init__.py
-rw-r--r-- root/root usr/lib/python2.5/site-packages/psyco/__init__.pyc

View File

@ -1 +1 @@
89e629d27acda765f01aa870230d1162 psyco-1.5.1-src.tar.gz
8816fca8ba521e05d18dde3e1a11b0bd psyco-1.6-src.tar.gz

View File

@ -6,12 +6,13 @@
# Depends on: python
name=psyco
version=1.5.1
release=2
version=1.6
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version-src.tar.gz)
build () {
cd $name-$version
python setup.py install --root=$PKG
chown root:root $PKG
find $PKG -name '*egg-info' | xargs rm
}