Commit 580975d3 authored by PJ Eby's avatar PJ Eby

0.6c3 release

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051938
parent 3f80f94b
......@@ -30,6 +30,9 @@ md5_data = {
'setuptools-0.6c1-py2.4.egg': 'b45adeda0667d2d2ffe14009364f2a4b',
'setuptools-0.6c2-py2.3.egg': 'f0064bf6aa2b7d0f3ba0b43f20817c27',
'setuptools-0.6c2-py2.4.egg': '616192eec35f47e8ea16cd6a122b7277',
'setuptools-0.6c3-py2.3.egg': 'f181fa125dfe85a259c9cd6f1d7b78fa',
'setuptools-0.6c3-py2.4.egg': 'e0ed74682c998bfb73bf803a50e7b71e',
'setuptools-0.6c3-py2.5.egg': 'abef16fdd61955514841c7c6bd98965e',
}
import sys, os
......
......@@ -9,14 +9,15 @@
export VERSION="0.6c3"
wpython setup.py -q release source && \
cpython setup.py -q release binary && \
python ez_setup.py --md5update dist/setuptools-$VERSION*-py2.?.egg && \
scp ez_setup.py virtual-python.py t3:web/PEAK/dist/ && \
python2.3 setup.py -q release source && \
python2.4 setup.py -q release binary && \
python2.5 setup.py -q release binary && \
python2.3 ez_setup.py --md5update dist/setuptools-$VERSION*-py2.?.egg && \
cp ez_setup.py virtual-python.py ~/distrib/ && \
cp ez_setup.py ~/projects/ez_setup/__init__.py && \
svn ci -m "Update ez_setup for setuptools $VERSION" \
~/projects/ez_setup/__init__.py && \
svn up ~/projects/*/ez_setup
~/projects/ez_setup/__init__.py #&& \
#svn up ~/projects/*/ez_setup
# XXX update wiki pages from EasyInstall.txt, setuptools.txt, &
# pkg_resources.txt
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment