summaryrefslogtreecommitdiff
path: root/lang/python/pyversion.mk
AgeCommit message (Collapse)AuthorFilesLines
2004-12-05add Python 2.4recht1-3/+30
2004-07-23Add PRINT_PLIST_AWKs for PYINC, PYSITELIB and PYLIB.recht1-1/+15
2004-06-06Add a PYTHON_VERSIONS_INCOMPATIBLE, an additive variable that can be settv1-4/+8
by package Makefiles as well as buildlink3s to prevent usage of particular versions of Python -- even if they appear in PYTHON_VERSIONS_ACCEPTED. (And make Darwin exclusion use this variable instead, so that it effectively overrides any pkg's definition of _ACCEPTED.)
2004-05-23Now that all Python modules have been bl3ified remove the bl2 support.recht1-29/+6
2004-04-23set INSTALL_UNSTRIPPED on Darwin so modules will be able to resolvedanw1-4/+6
symbols in the python binary. Bump PKGREVISION and require the new versions on Darwin. Fixes pkg/25272
2004-04-22Make Python 2.3 the default Python version.recht1-3/+3
ok'd by drochner@
2004-03-11Fix up the supported versions on Darwindanw1-2/+2
2004-01-25add buildlink3 supportrecht1-3/+26
2003-09-30DTRT for USE_BUILDLINK2=no (or [nN][oO]).kristerw1-5/+5
2003-08-04prepare for Python-2.3drochner1-3/+30
2003-05-07use the same logics for pth dependency like in python2?-pth/Makefiledrochner1-3/+11
2003-03-10add 22pth and 21pth to default 'accepted' listjdolecek1-2/+2
fixes PR pkg/20601 by David W. Talmage
2002-12-23Remove references to pth/buildlink.mk.wiz1-5/+1
2002-11-23On Darwin, since it's currently the only Python that's usable there,schmonz1-1/+5
force PYTHON_VERSIONS_ACCEPTED to "22".
2002-10-30Make default version of Python 2.2.x instead of 2.1.x. Since multipletsarna1-2/+2
versions of Python may be installed, and packages that require an earlier version can always specify that, this should cause no problem, and it seems sensible that people who don't care should get the latest. (drochner concurs)
2002-10-25another Python versiondrochner1-1/+16
2002-10-09Set PYPACKAGE to the ${PKGBASE} of the python package used. PYPACKAGE canjlam1-1/+6
later be used to probe the values in the various buildlink2.mk files.
2002-10-09We actually refer to the pth-enable python package as "python21-pth".jlam1-7/+7
2002-09-25Fix typo on python21-pth pathname.seb1-2/+2
2002-09-20Move the definitions for PYINC, PYLIB, and PYSITELIB to pyversion.mkjlam1-3/+12
so that they may be used by buildlink2.mk files.
2002-09-20Make this work with buildlink2.jlam1-9/+26
2002-08-20teach it about python21-pthdrochner1-1/+10
2002-02-02force an error if no usable Python version is founddrochner1-1/+4
2002-01-29tell it about Python-1.5drochner1-1/+12
2002-01-19add an option to get a BUILD_DEPENDS onlydrochner1-4/+9
2002-01-17define a PYVERSSUFFIX (major.minor) and use it to define PYTHONBINdrochner1-5/+11
add some comments
2002-01-16allow to override the python minor versionsdrochner1-4/+8
2002-01-16update for new location of the Python-2.0 pkgdrochner1-3/+2
2002-01-15-protect against multiple inclusiondrochner1-3/+21
-know about Python-2.2 -add a way to override the version selection by a variable "PYTHON_VERSION_REQD"
2002-01-10split out the python version logics into a separate file, for use bydrochner1-0/+65
other buildlink-style files