Commit Graph

195 Commits

Author SHA1 Message Date
steven
94f22279a1 replace MODPY_NO_RUNDEP with MODPY_RUNDEP (yes by default)
add MODPY_LIB_DEPENDS

no objection djm@, ok bernd@
2007-10-22 10:14:02 +00:00
steven
6ff06b85b9 move some test files to the -tests subpackage.
noticed by Simon Kuhnle <simon at blarzwurst.de>
2007-10-21 11:41:32 +00:00
espie
9115667e68 hidden build depend on subversion, if it's around 2007-10-20 06:55:54 +00:00
espie
10bc6b7682 remove the embedded expat source.
This makes sure we pick up the system expat.h
No package change.
2007-10-20 06:54:55 +00:00
ajacoutot
0c0862e8f9 - tweak MESSAGE: force symlink creation (nothing fancy but makes it
easier when changing default python versions)

"sure" steven@
2007-10-16 08:22:32 +00:00
steven
1c3b4e374e oops, missing :L 2007-10-10 21:44:06 +00:00
steven
a0f54e5879 add MODPY_NO_RUNDEP (set to no by default) to be able to use all the
variables from the python module without adding python to RUN_DEPENDS.

requested by and ok bernd@
2007-10-10 21:42:14 +00:00
steven
58855d1489 switch default python version to 2.5
discussed with martynas and djm
2007-10-08 08:21:33 +00:00
alek
813e72e442 AUTOCONF_VERSION is supposed to be overwritten for particular version of python so replace = with ?= in Makefile.inc to make it possible; ok sturm@, steven@ 2007-09-26 14:02:23 +00:00
merdely
f525d52359 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN 2007-09-16 00:27:05 +00:00
fgsch
dbec42eba8 bump package name too; reminded by sturm@. 2007-08-29 13:05:12 +00:00
fgsch
ef320dee10 use the correct interpreter for pydoc; maintainer ok. 2007-08-29 12:47:46 +00:00
martynas
a7e086045b documentation fix: we don't automatically create symbolic links,
also be consistant with binary names, and move rcsid to the top.
bump pkgnames.
ok steven@
2007-06-26 16:50:18 +00:00
martynas
374c9f1d26 use REGRESS_TARGET with setuptools and make it default to test
looks good to steven@; makes sense to xsa@
2007-05-22 15:34:26 +00:00
jasper
d0646ffd3d fix WANTLIB/LIB_DEPENDS
ok alek@ mbalmer@
2007-05-07 15:43:33 +00:00
bernd
ae1bee24e7 Use xenocara expat. 2007-04-28 10:06:24 +00:00
djm
6a6f233846 python-2.5.1 2007-04-24 23:32:46 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
steven
1521946831 make configure script like all versions of OpenBSD, unbreaks build.
ok sturm@
2007-02-16 22:56:48 +00:00
steven
bd3d64849c regen plist.
reminded by alek@
2007-01-11 13:46:19 +00:00
steven
3ccd55cafa - update to python 2.3.6
- build python with CXX, fixes problems with extensions that use CXX
  such as the py-wxWidgets problem spotted by john.danks at gmail.com

from alek@ some time ago
2007-01-10 16:57:56 +00:00
steven
8b63a2b8ee introduce MODPY_RUN_DEPENDS 2006-11-26 10:16:22 +00:00
steven
b1f5c9716e new MULTI_PACKAGES 2006-11-24 20:48:23 +00:00
steven
3fa7fd5027 USE_X11 2006-11-13 11:20:24 +00:00
alek
f0eaa2070a PFRAG file missed in previous commit 2006-11-09 17:36:29 +00:00
djm
3f01d8e28d fix compilation on ARM, where the ctypes module is not supported by
moving it into a new PFRAG; feedback and ok alek@
2006-11-08 19:00:19 +00:00
djm
78f9f58699 refer to 2.5, not 2.4 here 2006-11-08 18:59:38 +00:00
alek
79b5e0d540 Add 2.5 2006-11-01 21:20:04 +00:00
alek
6633bb58a6 Switch from Setup files to setup.py; add new subpackages 2006-11-01 21:11:55 +00:00
alek
c50d7b16d9 Python 2.5 2006-11-01 20:59:18 +00:00
alek
5a61fb12aa Update to 2.4.4; add bz2 subpacakge; switch to setup.py; redo PLISTs 2006-11-01 20:38:37 +00:00
alek
30b29f889b Replace (DE)INSTALL with (UN)MESSAGE 2006-11-01 20:12:58 +00:00
alek
cca855dc21 Switch build to setup.py/distutils instead of Setup files; redo PLISTs; add bz2 subpackage 2006-11-01 20:02:06 +00:00
alek
093bb02619 SHARED_ONLY, part one 2006-10-10 19:08:06 +00:00
alek
969f8bd646 Set PKG_ARGS while setting NO64BIT 2006-10-02 20:29:40 +00:00
alek
9058c0cc43 Zap no_tests and no_tools flavors. Packages -tools and -tests don't
depend on other packages besides main python package so there is no reason
to not to build them by default.
2006-10-02 18:54:09 +00:00
djm
df845c7322 support bits for setuptools-style ports, activated using:
MODPY_SETUPTOOLS = Yes

feedback and ok xsa@
2006-09-26 15:27:02 +00:00
espie
d39a581bf9 more new lib specs 2006-08-03 19:56:08 +00:00
steven
b152800ccb unbreak python build on 4.0, bump PKGNAMEs.
"fine" sturm@, "ok if it works" alek@
2006-07-28 22:36:41 +00:00
alek
974327c525 Switch default python version to 2.4 2006-06-03 09:14:04 +00:00
alek
b48cf21d31 Update to 2.4.3 2006-04-18 17:29:35 +00:00
bernd
c3969a91b0 Don't override do-build and do-install targets if CONFIGURE_STYLE is used.
"put this in" alek@
2006-01-27 17:50:54 +00:00
alek
407c9d0193 Fix build here as well 2006-01-22 11:34:45 +00:00
alek
64dd827320 Fix build 2006-01-22 11:33:32 +00:00
alek
135879e05a - Better RUN_DEPENDS for subpackages
- Use SHARED_LIBS
- Bump PKGNAMEs

spotted by naddy@ and sturm@
SHARED_LIBS tips from espie@
2005-12-27 19:41:21 +00:00
alek
b7726698e9 - Add no_tests and no_tools FLAVORS, just like it's mentioned in DESCR file
- Better RUN_DEPENDS for subpackages
- Build expat subpackage for all versions of python
2005-12-17 12:45:39 +00:00
alek
6f511ff03f - Update to 2.4.2
- Enable -expat subpackage base on included libexpat sources
2005-12-17 12:33:00 +00:00
alek
0e5c057f82 Fix MASTER_SITES 2005-11-11 09:45:29 +00:00
fgsch
7f59f4b5cc fix bug #1019808 and bump package. maintainer@ ok. 2005-10-12 02:41:41 +00:00
naddy
63347c3c80 SECURITY:
CAN-2005-2491, http://securitytracker.com/id?1014744
A remote or local user may be able to supply a specially crafted
regular expression to trigger a heap integer overflow in PCRE.

ok pvalchev@
2005-08-27 15:57:31 +00:00