summaryrefslogtreecommitdiff
path: root/lang/python
AgeCommit message (Collapse)AuthorFilesLines
2003-08-04prepare for Python-2.3drochner2-5/+42
2003-06-06update Python22 to 2.2.3drochner1-4/+4
This is a bugfix release. Also, use the LINK_ALL_LIBGCC_HACK just introduced to link the interpreter against libgcc. This should fix PR pkg/16144 in the Python2.2 (and NetBSD-1.5) case.
2003-05-09some packages (e.g. py-wxWindows 2.4.0.7) have the Python setup.pyjdolecek1-3/+4
in subdirectory and need to execute setup.py in that directory, but still need WRKSRC set to the base directory for configure/patch targets to handle this, add PYSETUPSUBDIR variable (default empty), and change do-build+do-install targets to use working directory ${WRKSRC}/${PYSETUPSUBDIR} when executing setup.py
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-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
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 versiondrochner2-3/+18
2002-10-18Allow additional sed expressions to be used to patch the python scripts byjlam1-1/+2
passing them in with PYTHON_PATCH_SCRIPT_SED.
2002-10-18Allow PYTHON_PATCH_SCRIPTS to take shell wildcards.jlam1-5/+10
2002-10-15Upgrade python22 package from 2.2.1 to 2.2.2.tsarna1-4/+4
Mostly bug fixes, a few enhancements, notably in the email package.
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-21Strip the ".buildlink" from the names of the python application andjlam2-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-20Move the definitions for PYINC, PYLIB, and PYSITELIB to pyversion.mkjlam2-17/+13
so that they may be used by buildlink2.mk files.
2002-09-20Make this work with buildlink2.jlam1-9/+26
2002-09-04pass the MAKE_ENV to distutils buildsdrochner1-3/+5
2002-09-03make the automatic Python version derivation work with non-numericdrochner1-2/+2
version number components
2002-08-20teach it about python21-pthdrochner2-3/+12
2002-07-14echo -> ${ECHO}wiz1-4/+4
2002-04-15update for new distfilesdrochner1-7/+7
2002-02-02force an error if no usable Python version is founddrochner1-1/+4
2002-01-29don't error it distutils are not presentdrochner1-5/+5
2002-01-29tell it about Python-1.5drochner2-2/+23
2002-01-29remove the old python-2.x pkg, this is superseded by the new frameworkdrochner7-572/+0
2002-01-29not needed anymoredrochner1-42/+0
2002-01-28collect definition for stuff built from the Python source distributiondrochner1-0/+48
(ie Python itself and various modules which depend on additional libs - eg ncurses and gdbm) in one place
2002-01-22nuke the USE_PYPKGPREFIX option - simply require that a pkg usingdrochner1-2/+2
extension.buildlink.mk also uses PYPKGPREFIX
2002-01-19some changes for scripts which get run during build:drochner1-4/+7
-rearrange sed call so that an execute permission doesn't get lost -correct python path earlier (post-patch)
2002-01-19add an option to get a BUILD_DEPENDS onlydrochner1-4/+9
2002-01-18do the script patching pre-install rather than post-build,drochner1-2/+4
to make it work is NO_BUILD is set
2002-01-18use "-f" flag do "mv"drochner1-2/+2
2002-01-17add a conflict with python20-* for the time remainingdrochner1-1/+3
(when all dependant pkgs are verified to work with the new Python packages, this one will be removed)
2002-01-17add a rule to patch #!/the/right/path/to/python into the first linedrochner1-1/+13
of scripts
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-15add a buildlink-style file for use by applications (ie programs whichdrochner1-0/+3
don't install into the version dependant Python library subdir)
2002-01-15-derive the required Python version from the package prefix (pyXX->XX)drochner1-1/+8
if possible -set a variable PYLIB to the path to the standard Python library
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 bydrochner2-65/+67
other buildlink-style files
2001-12-07remove powerpc from IGNORE list on dynamic loadingjmc1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-4/+4
2001-11-01Move pkg/ files into package's toplevel directoryzuntum1-0/+0
2001-10-29use PLIST_SUBST instead of sed, as suggested by Thomas Klausnerdrochner1-11/+2
2001-10-29Don't execute the \!= vars unless $PYTHONBIN exists.jmc1-1/+3
2001-10-19Remove some debugging stuff. Noted by D'Arcy J.M. Cain.wiz1-3/+3