django: update to 1.0
This commit is contained in:
parent
4cca36458f
commit
4c4fecdac8
@ -1 +1 @@
|
||||
58b00f01adf50c2a8ce9f7c647f58fc0 django-r8916.tar.bz2
|
||||
84d0490e4126f31d1c23f640e1e86f2f Django-1.0.tar.gz
|
||||
|
@ -4,12 +4,12 @@
|
||||
# Depends on: setuptools
|
||||
|
||||
name=django
|
||||
version=r8916
|
||||
version=1.0
|
||||
release=1
|
||||
source=(http://crux.nu/~lucas/files/$name-$version.tar.bz2)
|
||||
source=(http://media.djangoproject.com/releases/$version/Django-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd Django-$version
|
||||
python setup.py install --root=$PKG
|
||||
# Don't lay eggs
|
||||
find $PKG -name '*egg-info' | xargs rm
|
||||
|
Loading…
x
Reference in New Issue
Block a user