forked from ports/contrib
psyco: update to 1.6
This commit is contained in:
parent
f33eb6d624
commit
571653f527
@ -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
|
||||
|
@ -1 +1 @@
|
||||
89e629d27acda765f01aa870230d1162 psyco-1.5.1-src.tar.gz
|
||||
8816fca8ba521e05d18dde3e1a11b0bd psyco-1.6-src.tar.gz
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user