Alexander Botero-Lowry
4942ce5a7d
- Make Python 2.5.1 the default Python version
...
- 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
2007-07-30 09:42:28 +00:00
Xin LI
f523e0e7b2
Update to Python 2.4.4.
...
Approved by: maintainer timeout, alexbl (python@)
Tested by: pointyhat
PR: ports/105901
2007-02-14 06:07:29 +00:00
Hye-Shik Chang
1d18bb4fff
- Update the main python version to 2.5.
...
- 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.
2006-10-09 14:29:18 +00:00
Hye-Shik Chang
750745277b
Add a checksum for 2.5c2 and remove checksums for old beta releases.
2006-09-13 16:29:31 +00:00
Hye-Shik Chang
1e199b4c5b
Add checksums for Python 2.5b3 and remove old checksums for pre-alpha
...
versions.
2006-08-04 06:39:10 +00:00
Hye-Shik Chang
450fd714b8
Add a checksum for Python 2.5b1
2006-06-23 03:11:37 +00:00
Hye-Shik Chang
5c0873479e
Update to Python 2.4.3.
2006-03-30 09:40:13 +00:00
Hye-Shik Chang
b93202c714
Add a checksum for Python 2.5.a0.20060326
2006-03-26 08:05:43 +00:00
Edwin Groothuis
6461bf0db2
SHA256ify (approved by krion@)
2006-02-01 03:47:20 +00:00
Hye-Shik Chang
08a19a2887
- Update to Python 2.4.2. [1]
...
- 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]
2005-10-02 14:31:39 +00:00
Hye-Shik Chang
e430271557
Add checksum for 2.5.a0.20050728 snapshot.
2005-07-28 08:30:36 +00:00
Hye-Shik Chang
88c5d79c02
Update to Python 2.4.1
2005-04-03 13:55:44 +00:00
Hye-Shik Chang
d5491d3c9f
Add checksum info for Python 2.3.5.
2005-03-20 16:20:11 +00:00
Hye-Shik Chang
35c8a898d4
Resurrect lang/python-devel port with Python 2.5 development snapshot
...
as of today.
2005-01-29 05:01:02 +00:00
Hye-Shik Chang
cbee63519e
- Update lang/python to 2.4 final release.
...
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4
2004-12-01 15:04:05 +00:00
Hye-Shik Chang
c8faaa29b0
- Update python-devel to 2.4c1
2004-11-20 17:17:28 +00:00
Hye-Shik Chang
79f412180b
Add checksum for Python-2.4b2.
2004-11-06 19:50:06 +00:00
Hye-Shik Chang
172630458a
Add distinfo for Python-2.4a3
2004-09-03 17:14:14 +00:00
Hye-Shik Chang
f0c20c8b69
- Allow to disable IPv6 support [1]
...
- Add checksum for 2.4a2
PR: 69950 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
2004-08-07 07:00:18 +00:00
Hye-Shik Chang
d8b04cd486
The tarball for Python 2.4a1 is renamed in the site.
2004-07-09 16:53:03 +00:00
Hye-Shik Chang
b5e05a7dd0
Add checksum info for 2.4a1.
2004-07-08 15:58:53 +00:00
Hye-Shik Chang
7866c5194c
- Update to Python 2.3.4.
...
- Test WITHOUT_* instead of WITH_* for values which are on by default
so that package build clusters detect correctly.
2004-05-27 15:58:02 +00:00
Hye-Shik Chang
2c1a480460
- Fix installation problem where PREFIX != LOCALBASE.
...
- Add checksum for Python-2.4.a0.20040311
2004-03-11 15:55:38 +00:00
Hye-Shik Chang
d3a457db41
- Use process scope threads instead of system scope to enable large
...
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]
2004-02-09 09:54:07 +00:00
Hye-Shik Chang
5443533e04
Add checksum entry for Python 2.4 040106.
2004-01-09 02:01:39 +00:00
Hye-Shik Chang
60d09f59f5
- Update to Python-2.3.3
...
- Pass PYTHON_VERSION variable to dependent builds.
- Enable email package to use cjkcodecs.
- Decrease default recursion limit to 900 on sparc64.
2003-12-20 07:13:43 +00:00
Hye-Shik Chang
040577c1f7
- Update lang/python-devel to Python-2.4 031022 snapshot.
...
- 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]
2003-10-29 21:31:13 +00:00
Hye-Shik Chang
ec722082a1
Update to Python-2.3.2
2003-10-04 05:17:10 +00:00
Hye-Shik Chang
ac5bea6285
- Update to Python-2.3.1, the lastest Bugfix release.
...
- 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.
2003-09-24 11:07:22 +00:00
Hye-Shik Chang
d82437caea
Add md5 digest for python 2.4a0.20030801
2003-08-01 09:14:44 +00:00
Hye-Shik Chang
d6fb067853
- Update to Python-2.3
...
- 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]
2003-07-31 19:34:54 +00:00
Hye-Shik Chang
63f2be090f
Update to 2.2.3
...
PR: 52830
Submitted by: Chuck Swiger <chuck@pkix.net> (partly)
Approved by: maintainer (implicitly)
2003-06-04 08:36:48 +00:00
Hye-Shik Chang
72143e1b7c
Upgrade to Python-2.2.2.
...
Approved by: tg
2002-10-17 11:14:17 +00:00
Thomas Gellekum
70f395a1f5
Upgrade to Python-2.2.
...
PR: 36977
Submitted by: Hye-Shik Chang <perky@fallin.lv>
2002-04-12 10:33:42 +00:00
Thomas Gellekum
555f286ca1
Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.
...
PR: 33444
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Add new MD5 to dependent ports.
2002-01-07 13:26:47 +00:00
Thomas Gellekum
ef41855096
Upgrade to 2.1.1.
2001-07-25 11:11:25 +00:00
Thomas Gellekum
a0e827ef6c
Upgrade to 2.1.
2001-05-02 11:25:02 +00:00
Thomas Gellekum
78f16e0bfd
Upgrade to 2.0.
2000-10-18 11:58:50 +00:00
Thomas Gellekum
21f7ea9447
Upgrade to 1.6.
2000-09-08 11:41:43 +00:00
Munechika SUMIKAWA
a6d7ea1d57
move IPv6-enable python to python+ipv6 and revert origial python
...
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
2000-01-27 15:54:26 +00:00
Thomas Gellekum
207ad0ba66
Oops, forgot to update the checksum file.
2000-01-18 09:22:38 +00:00
Munechika SUMIKAWA
66082ac2d0
- Support IPv6.
...
- remove DIST_SUBDIR since there are 2 distfiles on this port anymore.
Reviewed by: tg(maintainer)
2000-01-13 13:28:10 +00:00
Jacques Vidrine
b1860f81da
* Update python 1.5.1 -> 1.5.2
...
* Remove python-beta
1999-04-21 05:56:27 +00:00
Jacques Vidrine
1e8b28510e
Distribution file pyth151.tgz checksum changed.
1999-02-22 18:52:33 +00:00
Peter Hawkins
30e32b11bd
back to 1.5.1. Build is broken, but is ok since python 1.5.2b1 is in ports/lang/python-beta
1999-02-18 09:37:38 +00:00
Peter Hawkins
c6c926d903
upgrade to 1.5.2b1 (fixes build problem along the way)
1999-02-16 13:59:42 +00:00
Thomas Gellekum
9d8888929d
Include latest official patches.
1998-07-28 06:59:46 +00:00
Thomas Gellekum
7badc319ae
Pick up latest official patches.
1998-06-19 09:00:53 +00:00
Thomas Gellekum
48da0b17e4
Add latest official patches.
1998-06-03 07:06:33 +00:00
Thomas Gellekum
c1481205a8
Include latest official patches.
1998-05-20 08:37:13 +00:00