aboutsummaryrefslogtreecommitdiff
path: root/lang/python/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Remove distinfo, same informaion can (and should) be retrieved fromLi-Wen Hsu2009-07-081-93/+0
| | | | | | | | ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo - Use ${SYSCTL} Notes: svn path=/head/; revision=237437
* - Update lang/python26 and make Python 2.6.2 to the default Python versionMartin Wilke2009-06-081-0/+3
| | | | | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3 Notes: svn path=/head/; revision=235453
* - Update python30 to 3.0.1Martin Wilke2009-03-091-0/+3
| | | | | | | | Release Changelog: http://python.org/download/releases/3.0.1/NEWS.txt Notes: svn path=/head/; revision=229812
* - Fix sha256 checksum for python 2.6.1.Stanislav Sedov2009-02-181-1/+1
| | | | | | | | Reported by: kib@ Approved by: python (miwi) Notes: svn path=/head/; revision=228593
* - Add missing distinfo for python 2.5.4 and python 2.6.1Martin Wilke2009-02-171-0/+6
| | | | Notes: svn path=/head/; revision=228542
* Welcome to the new era of Python 3, with antigravity support!Hye-Shik Chang2008-12-041-3/+3
| | | | | | | Update to Python 3.0. Notes: svn path=/head/; revision=223755
* Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)Hye-Shik Chang2008-10-131-0/+6
| | | | | | | | | | | 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
* Update python23 to 2.3.7.Hye-Shik Chang2008-05-301-0/+3
| | | | Notes: svn path=/head/; revision=213912
* Update python23 to Python 2.3.6 and python24 to Python 2.4.5.Hye-Shik Chang2008-03-161-0/+6
| | | | Notes: svn path=/head/; revision=209145
* Update to Python 2.5.2.Hye-Shik Chang2008-02-241-0/+3
| | | | Notes: svn path=/head/; revision=207831
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+3
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Update to Python 2.4.4.Xin LI2007-02-141-0/+3
| | | | | | | | | Approved by: maintainer timeout, alexbl (python@) Tested by: pointyhat PR: ports/105901 Notes: svn path=/head/; revision=185141
* - Update the main python version to 2.5.Hye-Shik Chang2006-10-091-3/+3
| | | | | | | | | | | | | | - 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
* Add a checksum for 2.5c2 and remove checksums for old beta releases.Hye-Shik Chang2006-09-131-6/+3
| | | | Notes: svn path=/head/; revision=172950
* Add checksums for Python 2.5b3 and remove old checksums for pre-alphaHye-Shik Chang2006-08-041-9/+3
| | | | | | | versions. Notes: svn path=/head/; revision=169620
* Add a checksum for Python 2.5b1Hye-Shik Chang2006-06-231-0/+3
| | | | Notes: svn path=/head/; revision=166070
* Update to Python 2.4.3.Hye-Shik Chang2006-03-301-0/+3
| | | | Notes: svn path=/head/; revision=158415
* Add a checksum for Python 2.5.a0.20060326Hye-Shik Chang2006-03-261-0/+3
| | | | Notes: svn path=/head/; revision=158132
* SHA256ify (approved by krion@)Edwin Groothuis2006-02-011-11/+41
| | | | Notes: svn path=/head/; revision=154967
* - Update to Python 2.4.2. [1]Hye-Shik Chang2005-10-021-0/+2
| | | | | | | | | | | | | | | | | | - Allow to override a command passing to distutils using PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2] - Allow to specify BUILD/RUN dependency separatedly. [3] - Replace shell executions with regex replacement on bsd.python.mk. [3] - Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3 and later versions because we've got thread-safe implementation. [4] - Add a workaround to avoid curses.h problem of FreeBSD base. PR: 86685 [1] Submitted by: Soeren Straarup <xride@x12.dk> [1], lioux [2], vsevolod [3], sobomax [4] Obtained from: Python CVS [4] Notes: svn path=/head/; revision=143983
* Add checksum for 2.5.a0.20050728 snapshot.Hye-Shik Chang2005-07-281-0/+2
| | | | Notes: svn path=/head/; revision=140295
* Update to Python 2.4.1Hye-Shik Chang2005-04-031-0/+2
| | | | Notes: svn path=/head/; revision=132349
* Add checksum info for Python 2.3.5.Hye-Shik Chang2005-03-201-0/+2
| | | | Notes: svn path=/head/; revision=131739
* Resurrect lang/python-devel port with Python 2.5 development snapshotHye-Shik Chang2005-01-291-2/+2
| | | | | | | as of today. Notes: svn path=/head/; revision=127590
* - Update lang/python to 2.4 final release.Hye-Shik Chang2004-12-011-6/+2
| | | | | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4 Notes: svn path=/head/; revision=122898
* - Update python-devel to 2.4c1Hye-Shik Chang2004-11-201-2/+2
| | | | Notes: svn path=/head/; revision=122021
* Add checksum for Python-2.4b2.Hye-Shik Chang2004-11-061-2/+2
| | | | Notes: svn path=/head/; revision=120989
* Add distinfo for Python-2.4a3Hye-Shik Chang2004-09-031-4/+2
| | | | Notes: svn path=/head/; revision=118058
* - Allow to disable IPv6 support [1]Hye-Shik Chang2004-08-071-0/+2
| | | | | | | | | | - Add checksum for 2.4a2 PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=115551
* The tarball for Python 2.4a1 is renamed in the site.Hye-Shik Chang2004-07-091-2/+2
| | | | Notes: svn path=/head/; revision=113287
* Add checksum info for 2.4a1.Hye-Shik Chang2004-07-081-1/+2
| | | | Notes: svn path=/head/; revision=113223
* - Update to Python 2.3.4.Hye-Shik Chang2004-05-271-0/+2
| | | | | | | | - Test WITHOUT_* instead of WITH_* for values which are on by default so that package build clusters detect correctly. Notes: svn path=/head/; revision=110139
* - Fix installation problem where PREFIX != LOCALBASE.Hye-Shik Chang2004-03-111-1/+2
| | | | | | | - Add checksum for Python-2.4.a0.20040311 Notes: svn path=/head/; revision=103663
* - Use process scope threads instead of system scope to enable largeHye-Shik Chang2004-02-091-0/+1
| | | | | | | | | | | | | | | | amount of threads on -CURRENT libpthread by default. [1] - Merge bugfixes from python 2.3 maintenance branch: [2] o weakref object's garbage collection problem. o save unnecessary startup-time memory allocation of 100KB+ from intobject. - SIZEify. - Bump PORTREVISION subsequently. Advised by: eischen, julian [1] Obtained from: Python CVS [2] Notes: svn path=/head/; revision=100480
* Add checksum entry for Python 2.4 040106.Hye-Shik Chang2004-01-091-0/+1
| | | | Notes: svn path=/head/; revision=97728
* - Update to Python-2.3.3Hye-Shik Chang2003-12-201-0/+1
| | | | | | | | | - Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64. Notes: svn path=/head/; revision=96254
* - Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang2003-10-291-1/+1
| | | | | | | | | | | | | - 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 Python-2.3.2Hye-Shik Chang2003-10-041-0/+1
| | | | Notes: svn path=/head/; revision=90205
* - Update to Python-2.3.1, the lastest Bugfix release.Hye-Shik Chang2003-09-241-0/+1
| | | | | | | | | | - Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed for them. - Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it on linking their own dynamic library. Notes: svn path=/head/; revision=89191
* Add md5 digest for python 2.4a0.20030801Hye-Shik Chang2003-08-011-0/+1
| | | | Notes: svn path=/head/; revision=86115
* - Update to Python-2.3Hye-Shik Chang2003-07-311-0/+12
| | | | | | | | | | - Correct pydoc search path to lang/python-doc-html port's [1] PR: 43036 [1] Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1] Notes: svn path=/head/; revision=86069
* Update to 2.2.3Hye-Shik Chang2003-06-041-1/+1
| | | | | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly) Notes: svn path=/head/; revision=82237
* Upgrade to Python-2.2.2.Hye-Shik Chang2002-10-171-1/+1
| | | | | | | Approved by: tg Notes: svn path=/head/; revision=68198
* Upgrade to Python-2.2.Thomas Gellekum2002-04-121-1/+1
| | | | | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=57615
* Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.Thomas Gellekum2002-01-071-1/+1
| | | | | | | | | | PR: 33444 Submitted by: Hye-Shik Chang <perky@fallin.lv> Add new MD5 to dependent ports. Notes: svn path=/head/; revision=52711
* Upgrade to 2.1.1.Thomas Gellekum2001-07-251-1/+1
| | | | Notes: svn path=/head/; revision=45469
* Upgrade to 2.1.Thomas Gellekum2001-05-021-1/+1
| | | | Notes: svn path=/head/; revision=42158
* Upgrade to 2.0.Thomas Gellekum2000-10-181-1/+1
| | | | Notes: svn path=/head/; revision=33960
* Upgrade to 1.6.Thomas Gellekum2000-09-081-1/+1
| | | | Notes: svn path=/head/; revision=32431
* move IPv6-enable python to python+ipv6 and revert origial pythonMunechika SUMIKAWA2000-01-271-1/+0
| | | | | | | | | | | | | | to before IPv6. Since IPv6-enable python make bigger the size of sockaddr, some of scripts are affected. I maintain python+ipv6 separately to minimize impact for users. It will be removed when IPv6 patches are merged into original distribution, such as ruby. Repositry copied by: asami Notes: svn path=/head/; revision=25122