summaryrefslogtreecommitdiff
path: root/lang/python
AgeCommit message (Collapse)AuthorFilesLines
2004-01-25add buildlink3 supportrecht1-3/+26
2004-01-14Add missing `*', noted by Min Sik Kim in private email.xtraeme1-2/+2
2004-01-14Accept any python executable with _PYTHON_PATCH_SCRIPT_SED; previousxtraeme1-2/+2
scheme only accepts `python', so if we have a script which uses: #!/path/to/python23 PYTHON_PATCH_SCRIPTS will fail. Fix provided by Min Sik Kim in PR pkg/24069.
2003-12-23update to 2.3.3recht1-4/+4
This is a bug-fix release for Python 2.3 that fixes a number of bugs, including a couple of serious errors with weakrefs and the cyclic garbage collector. There are also a number of fixes to the standard library - see the release notes ( http://www.python.org/2.3.3/NEWS.html )for details.
2003-12-08Update to Python 2.3.2recht1-4/+4
Changes in Python: Quite a few fixes.. See NEWS for details. Changes in the pkg: - add FreeBSD patches from the FreeBSD port - add fix for a fatal bug in type's GC handling causes segfaults (via FreeBSD port) see http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u - always build the db 1.85 module (on all platforms)
2003-12-05Fix PYTHON_VERSION_REQG regex for non-NetBSD native make (read for bmake).recht1-2/+2
2003-12-03Revert previous change. I was trying to get pkglint to keep quiet butdarcy1-2/+2
Marc Recht pointed out that install is not the install command here but rather an argument to the Python setup program.
2003-12-03Change hard coded call of install to use INSTALL environment variable.darcy1-2/+2
2003-11-03Add a comment for the last change.recht1-1/+2
2003-11-01Fix breakage caused by PKGNAME_REQD quoting in bsd.pkg.mk.recht1-2/+2
2003-09-30DTRT for USE_BUILDLINK2=no (or [nN][oO]).kristerw1-5/+5
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht1-2/+4
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-09-11Adapt a change from FreeBSD's ports Mk/bsd.python.mk.recht1-3/+3
Change the order of PYSETUP*AGS and the corresponding target. Eg.: s/${PYSETUPINSTALLARGS} install/install ${PYSETUPINSTALLARGS}/ This allows us to automatically install .pyo files with a PYSETUPINSTALLARGS=-O1 -c and thus drop the compileall.py stuff in the post-install target. ok'ed by drochner@
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