aboutsummaryrefslogtreecommitdiff
path: root/lang/python31/files/patch-setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/python31, it expired on 2014-06-01Rene Ladan2014-06-011-95/+0
| | | | Notes: svn path=/head/; revision=356142
* Fix OSS Audio and enable FreeBSD 11 support in Python 3.2 and 3.1Kubilay Kocak2013-12-011-11/+16
| | | | | | | | | | | | | | | | | | - Add the appropriate Python platform (plat-*) files for FreeBSD 11 - Update pkg-plist Backport a upstream change [1] removing OS major version from the check to enable the OSS Audio module in setup.py: Issue #12326: don't test the major version of sys.platform Use startswith, instead of ==, when testing sys.platform to support new platforms like Linux 3 or OpenBSD 5. [2] [1] http://hg.python.org/cpython/rev/50f1922bc1d5 [2] http://bugs.python.org/issue12326 Notes: svn path=/head/; revision=335376
* - Fix build on FreeBSD 10Beat Gaetzi2011-10-281-2/+2
| | | | | | | Approved by: miwi (implicit) Notes: svn path=/head/; revision=284516
* - Update to 3.1.3Wen Heping2010-12-141-36/+35
| | | | Notes: svn path=/head/; revision=266272
* - Add support for FreeBSD 9Martin Wilke2009-11-261-3/+21
| | | | Notes: svn path=/head/; revision=244768
* - Add Python 3.1Li-Wen Hsu2009-07-061-18/+17
| | | | Notes: svn path=/head/; revision=237278
* - Honor EXAMPLESDIR, DATADIR and NOPORTEXAMPLES, NOPORTDATALi-Wen Hsu2009-07-021-1/+1
| | | | | | | | | | | | | | | - Remove bsddb module in pkg-message since it's removed from Python default modules (python3 user should use databases/py-bsddb3) - Fix WITH_UCS4 support - Mark jobs safe - Makefile/patch cleanup PR: ports/133440 Submitted by: Paul Hoffman <phoffman AT proper.com> Notes: svn path=/head/; revision=236890
* Remove "_gdbm" module from packaging which should be excluded inHye-Shik Chang2008-10-131-1/+1
| | | | | | | | | this port. Reported by: QAT Notes: svn path=/head/; revision=221522
* Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)Hye-Shik Chang2008-10-131-23/+15
| | | | | | | | | | | Python 2.6 will be the next default python version when enough testings of consumer ports are done. The new "2to3" program is renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively. Repo-copied by: marcus Notes: svn path=/head/; revision=221521
* Force to build bsddb185 module to make pkg-plist consistent.Hye-Shik Chang2008-02-291-9/+18
| | | | | | | Reported by: ports/121191 Notes: svn path=/head/; revision=208184
* - Force setup.py picks up readline and ncurses from base. This fixes buildRong-En Fan2007-02-271-3/+37
| | | | | | | | | | | | when devel/ncurses installed. - Similar to python24, don't pick up ncursesw in python25. This results in both ncurses are linked into _curses.so Tested by: krion Approved by: alexbl (python@) Notes: svn path=/head/; revision=186149
* Correct a patch not to install unwanted files.Hye-Shik Chang2006-10-161-10/+10
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=175345
* Revert the default version of Python to 2.4 for the ports freezeHye-Shik Chang2006-10-131-0/+10
| | | | | | | | | | | | period. Python 2.5 brought a vast range of incompatibility to a large number of ports, so the python@ team will do more basic compatibility work in a private repository and merge it later. Sorry for the inconvenience. Approved by: portmgr (kris) Notes: svn path=/head/; revision=175244
* - Update the main python version to 2.5.Hye-Shik Chang2006-10-091-12/+11
| | | | | | | | | | | | | | - 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
* Fix plist for FreeBSD 7 or systems with OpenSSL 0.9.8.Hye-Shik Chang2006-08-101-3/+12
| | | | | | | Spotted by: pointyhat via kris Notes: svn path=/head/; revision=170267
* Update python-devel to 2.5b1.Hye-Shik Chang2006-06-231-5/+5
| | | | Notes: svn path=/head/; revision=166069
* Update to 2.4a3Hye-Shik Chang2004-09-031-12/+3
| | | | | | | | PR: 71340 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=118057
* - Add support for FreeBSD 6.Hye-Shik Chang2004-08-211-3/+12
| | | | | | | | | | | - Drop FreeBSD 2 support. - Fix build on -stable. Spotted by: marcus, kris Obtained from: Python CVS Notes: svn path=/head/; revision=116864
* - Update to 2.4a2Hye-Shik Chang2004-08-071-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
* - Update to 2.4a1, the first alpha release of Python 2.4.Hye-Shik Chang2004-07-081-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
* - Include pyexpat module in python base ports because python incorporatedHye-Shik Chang2003-11-041-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
* - Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang2003-10-291-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
* Update to 2.3c1Hye-Shik Chang2003-07-191-4/+4
| | | | Notes: svn path=/head/; revision=85183
* o Utilize MASTER_SITE_PYTHON.Hye-Shik Chang2003-07-041-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
* Don't build mpz extension, it's moved to a separate port.Thomas Gellekum2001-10-191-1/+1
| | | | Notes: svn path=/head/; revision=48936
* Upgrade to 2.1.Thomas Gellekum2001-05-021-0/+11
Notes: svn path=/head/; revision=42158