summaryrefslogtreecommitdiff
path: root/lang/python-devel/files/patch-setup.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-10-09- Update the main python version to 2.5.Hye-Shik Chang1-30/+0
- Now, lang/python is just a meta-port which depends on lang/python25. - And all versions of Python ports have short version identifier in its package name; python25-2.5, python24-2.4.3 and etc. - Also you must upgrade all python modules after lang/python updated, cd /usr/ports/lang/python && make upgrade-site-packages - Give maintainership of Python ports to the new python@ group which includes me, alexbl@ and others. Notes: svn path=/head/; revision=175093
2006-08-10Fix plist for FreeBSD 7 or systems with OpenSSL 0.9.8.Hye-Shik Chang1-3/+12
Spotted by: pointyhat via kris Notes: svn path=/head/; revision=170267
2006-06-23Update python-devel to 2.5b1.Hye-Shik Chang1-5/+5
Notes: svn path=/head/; revision=166069
2004-09-03Update to 2.4a3Hye-Shik Chang1-12/+3
PR: 71340 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=118057
2004-08-21- Add support for FreeBSD 6.Hye-Shik Chang1-3/+12
- Drop FreeBSD 2 support. - Fix build on -stable. Spotted by: marcus, kris Obtained from: Python CVS Notes: svn path=/head/; revision=116864
2004-08-07- Update to 2.4a2Hye-Shik Chang1-9/+0
- Add IPV6 option [1] PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1] Notes: svn path=/head/; revision=115547
2004-07-08- Update to 2.4a1, the first alpha release of Python 2.4.Hye-Shik Chang1-5/+6
- Provide USE_PYTHON_BUILD and USE_PYTHON_RUN to allow explicit dependencies. [1] - Provide PYDISTUTILS_CONFIGUREARGS and run ${PYSETUP} config on 'do-configure' targets. [2] Reviewed by: eik [1] Submitted by: Mike Brown <mike@skew.org> Notes: svn path=/head/; revision=113222
2003-11-04- Include pyexpat module in python base ports because python incorporatedHye-Shik Chang1-1/+1
expat 1.95.6 in its distribution from Python-2.3. - Bump PORTREVISION subsequently. Requested by: Mike Brown <mike@skew.org> Jeremy Kloth <jeremy.kloth@fourthought.com> Notes: svn path=/head/; revision=93094
2003-10-29- Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang1-3/+12
- Correct USE_ZOPE dependency to Python 2.1. [1] - Fetch from correct MASTER_SITE_SUBDIR when upgrading python in same branch. [2] - Enable installing separated standard modules for python-devel port. Reported by: Filippo Natali <pitonat@libero.it> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> [2] Notes: svn path=/head/; revision=92598
2003-07-19Update to 2.3c1Hye-Shik Chang1-4/+4
Notes: svn path=/head/; revision=85183
2003-07-04o Utilize MASTER_SITE_PYTHON.Hye-Shik Chang1-6/+15
o Rename pydoc to pydoc${PORTVERSION} to avoid conflicts among these ports. (lang/python port keeps both of bin/pydoc and bin/pydoc2.2) o Set LATEST_LINK to ${PYTHON_VERSION:S/.//} except lang/python. Now, we can install all of these python versions together cleanly. Notes: svn path=/head/; revision=84198
2001-10-19Don't build mpz extension, it's moved to a separate port.Thomas Gellekum1-1/+1
Notes: svn path=/head/; revision=48936
2001-05-02Upgrade to 2.1.Thomas Gellekum1-0/+11
Notes: svn path=/head/; revision=42158