File: gendist

package info (click to toggle)
mdp 3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,276 kB
  • ctags: 2,609
  • sloc: python: 22,290; makefile: 32; sh: 6
file content (10 lines) | stat: -rwxr-xr-x 370 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
./cleandist
python2.6 -V
python2.6 ./setup.py sdist --manifest-only
python2.6 ./setup.py sdist --formats=zip,gztar
python2.6 ./setup.py bdist_wininst --plat-name=Python2
# for python 3 you need to do it under windows
# C:\Python31\python.exe setup.py bdist_wininst --plat-name=Python3
# then copy the resulting installer from build/py3k/dist
rm -rf MANIFEST