Commit Graph

336 Commits

Author SHA1 Message Date
rpointel
1411c3f1b5 Update Python 3.2.2 to 3.2.3.
Changelog: http://www.python.org/getit/releases/3.2.3/
ok landry@.
2012-06-27 18:58:25 +00:00
rpointel
9f5c81ba5f needed for the python 3.2.3 update (to understand the splendid pep3147...)
ok landry@.
2012-06-27 18:56:26 +00:00
ajacoutot
c6cc5cfb1b Don't overwrite THREAD_STACK_SIZE but use the default.
ok fgsch@
2012-05-09 06:21:12 +00:00
rpointel
58f0310490 Update Python 2.7.2 to 2.7.3.
ok mpi@, gonzalo@. tested in a bulk build by landry@.
2012-04-27 08:18:59 +00:00
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
ajacoutot
ddd9aa6a1c Add ac_cv_prog_PYTHON in CONFIGURE_ENV. This is needed because sometimes
configure scripts look for hardcoded version of python without taking
into consideration the PYTHON variable we already export.

ok fgsch@
2012-04-03 09:21:42 +00:00
ajacoutot
258288151f Only set SHARED_ONLY if python is needed at build and/or run time and
not just when we use the python MODULE.

ok rpointel@ fgsch@
2012-03-31 08:53:57 +00:00
rpointel
008ea8ea49 Update Python to 2.7.2 and remove hacks for old pthread.
ok fgsch@ and aja@.
2012-02-27 19:30:46 +00:00
fgsch
7cf02618d6 RIP python2.4.
jasper@ ok
2011-12-20 13:08:06 +00:00
rpointel
650dd13bbf Permit to build Python 2 and Python 3 ports.
ok fgsch@.
2011-12-14 20:31:28 +00:00
naddy
3ba3d24b0d ./configure[7897]: LIBS: not found
Don't introduce a syntax error in configure; sh(1) is not make(1)
and here the expansion happens in sh.  ok rpointel@
2011-12-10 19:06:03 +00:00
espie
154a57cb29 PROPERTIES is now available from Makefile.inc, update infra/ 2011-12-08 08:17:28 +00:00
naddy
7011821d4e rather than trying to list all LP64 architectures, get this from
bsd.port.arch.mk; ok espie@ djm@
2011-12-07 15:14:22 +00:00
pascal
a8274ecebc Fix MODPY_INCDIR with python3.
ok rpointel@
2011-11-29 17:29:37 +00:00
espie
56902f8f20 fix build: prevent infinite recursion thru python.
also annotate gamin for bootstrap property, and mark haddock,no_deps as
a "real flavor", since it's only used for bootstrap anyways AND significantly
changes the build.
2011-10-18 06:46:24 +00:00
espie
009a1a9376 avoid weird error message if something defines MODPY_VERSION to a bad value,
by making sure we're a valid value before we try a numerical test.
2011-10-17 13:55:24 +00:00
fgsch
df0099aa3e handle py3-distribute requirement correctly.
sthen@ rpointel@ ok.
2011-10-03 13:54:12 +00:00
fgsch
1d041aca14 python 2.6 is not longer but comment still valid for 2.7 so update accordingly. 2011-09-28 16:59:33 +00:00
sthen
119b2307f8 let Python use PKGSPEC infrastructure, discussed with and variable name
suggestion from fgsch@
2011-09-27 21:27:36 +00:00
nigel
df60e75843 Changed to allow installation with other python versions.
ok sthen@ fsgch@
2011-09-26 19:06:58 +00:00
sthen
1506610460 reinstate MODPYSPEC and restore MODPY_RUN_DEPENDS to previous
same diff/ok fgsch@
2011-09-22 09:44:40 +00:00
fgsch
3505cd6312 Move python 3.2 to the one under python 2011-09-21 14:39:06 +00:00
fgsch
f07def33ab Merge in support for python3.
remi@ sthen@ ok
2011-09-21 14:37:28 +00:00
fgsch
39cac6370f add pkgpath markers.
sthen@ ok.
2011-09-20 12:29:38 +00:00
fgsch
b113d8cfaf - correct maintainer and configure arguments
- this now lives under lang/python
2011-09-20 10:55:28 +00:00
fgsch
f2e7d58191 Reimport 3.2 under lang/python in preparation to merge lang/python3 under
lang/python.
remi@ sthen@ ok.
2011-09-20 10:51:26 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
fgsch
a0eda24d70 siginterrupt test is passing now. remove skipIf from here.
no bump required.
2011-09-14 09:23:11 +00:00
naddy
1e2bbe8777 bump all (sub)packages that depend on db/v4; requested by and help from espie@ 2011-09-12 18:02:34 +00:00
landry
443dbc68e7 Remove empty patches. 2011-09-07 05:18:05 +00:00
rpointel
a03b19cfef Use system libffi on Python 2.5 and 2.7 (except on arm).
ok jasper@ landry@ sthen@.
2011-09-06 20:58:08 +00:00
rpointel
fa6adaafb4 Comma was missing in our patch so test failed. Now it's ok.
Bump revision.
ok aja@.
2011-08-23 07:08:23 +00:00
naddy
97797cc0a0 fix build after after 4.9->5.0; with help from rpointel@ 2011-07-18 15:32:18 +00:00
sthen
17b5e65888 Replace a dead MASTER_SITES mirror with a working one. 2011-07-16 20:22:48 +00:00
jasper
cfe4b19e99 sync 2011-07-13 08:03:40 +00:00
jasper
ec80e75339 Retire this version of the 2.x family. All ports either use the
default (2.7) or are using an even older version (2.4/2.5) so 2.6 can go.

ok sthen@ rpointel@
2011-07-13 08:03:31 +00:00
jasper
a838548eee fix prev. 2011-07-09 09:43:59 +00:00
jasper
2ecb7aa27e fix, as spotted by nigel taylor 2011-07-08 07:39:37 +00:00
jasper
8037b9b663 missing in prev. 2011-07-07 21:32:58 +00:00
jasper
dcc5448126 recognize openbsd5, may need some more work 2011-07-07 21:32:39 +00:00
sthen
62807b896e unbreak patching, spotted by Nigel Taylor.
as a bonus recognise openbsd 5.3 in regression tests.
bump as this file makes it into the package.
2011-07-07 20:55:05 +00:00
jasper
8f4e6e2aa2 regen 2011-07-06 12:25:29 +00:00
jasper
f7c94b8b34 regen 2011-07-06 12:05:56 +00:00
jasper
58a52e292f - zap a patch that would bork instead of fix the path in pydoc
spotted by frantisek holop
2011-07-06 07:35:16 +00:00
rpointel
201b9f189f Add a patch from Samir Saada (thanks) to correctly build on loongson.
Bump revision. Ok jasper@.
2011-06-13 19:43:59 +00:00
rpointel
f280fddcc0 Switch default to python 2.7.
Discussed and ok from many. Bumps will follow.
"go go go" from jasper@.
2011-06-08 17:28:14 +00:00
rpointel
7b840f9416 Modify patch from fgsch@. Bump revision.
ok sthen@ jasper@
2011-06-08 08:02:54 +00:00
rpointel
ea37821819 Correct the wrong value of LDFLAGS (certain ports will need WANTLIB += ${MODPY_WANTLIB}).
Thanks for fgsch@ for his patch-Modules_selectmodule_c to correct SIGBUS error on sparc64 (test_kqueue.py).

It's time make bulks of Python2.7 on as many archs as we can.

Thanks a lot.

ok sthen@ aja@
2011-05-30 21:11:44 +00:00
jasper
dcd4f22681 Remove python-mode.el, it's now part of the emacs-python package.
It wasn't distributed anymore in the python distfile starting from 2.7 anymore.

Please install the emacs-python pacakge to continue using the functionality.

ok rpointel@
2011-05-23 06:42:02 +00:00
jasper
87723a3ac3 the python-mode.el isn't distributed anymore with python >= 2.7, so remove
this message for now.

discussed with and ok rpointel@
2011-05-22 19:21:24 +00:00