summaryrefslogtreecommitdiff
path: root/lang/python/pyversion.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-05-10Let to be failed if no suituable python version.obache1-1/+4
2014-05-09Add python34 support and simplify.obache1-32/+15
2014-01-25Remove PYTHON_VERSIONS_INCLUDE_3X.wiz1-14/+2
Allow python-3.x by default.
2014-01-18Revert unintended commit; pkgsrc not ready yet.wiz1-2/+14
2014-01-18Support Pmw.wiz1-14/+2
2014-01-12Remove python32 as proposed a week ago on pkgsrc-users.wiz1-14/+6
Upstream doesn't talk about it any longer, and python-3.3 is a drop-in replacement. Ok bsiegert, prlw1, rodent
2013-05-12Explicitly default PYTHON_FOR_BUILD_ONLY to `no'.riastradh1-1/+2
Avoids problems with make on NetBSD 5 where empty(XYZ:Mfoo) fails rather than yielding false if XYZ is undefined.
2013-05-10Partially back out change to PYTHON_FOR_BUILD_ONLY.riastradh1-6/+8
This broke packages that needed a target Python at build-time. Instead, change it from defined/undefined to yes/no/tool. Most cases of defined used `yes' anyway; fix the few stragglers do that instead. New case `tool' is for TOOL_DEPENDS rather than buildlink3.
2013-05-10Use a tool dependency, not buildlink3, if PYTHON_FOR_BUILD_ONLY.riastradh1-5/+7
ok agc
2013-04-29Remove python31.wiz1-14/+6
There are three python3 versions in pkgsrc, python31, python32 and python33. The last published update for python was only released for python27, python32 and python33 -- not for python31. No reason for keeping python31 was brought up in two weeks on pkgsrc-users, so remove it.
2012-12-10Add Python 3.3.0tsarna1-7/+15
2012-10-03Move documentation for *_REQD variables to "Infrastructure variables"cheusov1-4/+5
as suggested by obache@
2012-10-03Introduce variable PYTHON_SELF_CONFLICTcheusov1-1/+16
for registering conflicts between python modules.
2012-10-03Remove python25, as promised in March. EOL'd last year.wiz1-15/+7
2012-09-16Update documentation for {PYTHON,RUBY,PHP}_VERSION_REQD variables, move themcheusov1-1/+9
to "user variables" section. pkglint is now aware of them. Bump pkglint version. Oked by wiz@
2012-08-01oops - forgot to commit a framework change needed by py-dbus:drochner1-1/+8
provide py2x and py3x PLIST_VARS to let pkgs deal easily with files installed for one major version but not for the other
2012-05-06Add python32 support.obache1-7/+14
2012-04-08All supported python version in pkgsrc set PYDISTUTILS_CREATES_EGGFILESwiz1-6/+1
to "yes", so remove variable and code for "no".
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz1-15/+7
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-03-08Update python default version to 2.7, per announcement on pkgsrc-userswiz1-5/+5
last week.
2012-02-26Revert the below change (by me).sbd1-3/+2
--- Module Name: pkgsrc Committed By: sbd Date: Tue Feb 21 21:04:30 UTC 2012 Modified Files: pkgsrc/lang/python: pyversion.mk Log Message: Add _PYTHON_VERSION_DEFAULT with the "default" python version and set PYTHON_VERSION_DEFAULT from that. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 pkgsrc/lang/python/pyversion.mk
2012-02-21Add _PYTHON_VERSION_DEFAULT with the "default" python version and setsbd1-2/+3
PYTHON_VERSION_DEFAULT from that.
2012-01-28Some packages play with PYPKGPREFIX, even if no valid Python version canjoerg1-1/+2
be found, so provide it.
2011-12-03Tag the 28 locations that result in a Python 3.1 package as supporting so.joerg1-2/+14
Remove it from the default list for the rest.
2011-07-07Make sure that PYDISTUTILS_CREATES_EGGFILES is defined in all branches.joerg1-1/+3
2011-06-21Change the PYDEPENDENCY for python31 to python31.reed1-2/+2
What uses PYDEPENDENCY?
2011-06-17Add support for python31.reed1-7/+14
(I have been using this for around 18 months on several platforms; adjusted once after python27 was added.)
2011-03-26No need to add 27 for PYTHON_VERSIONS_ACCEPTED over again.obache1-2/+2
2011-03-12Add MULTI variable, and add it to BUILD_DEFS, to more easily findwiz1-1/+5
variable settings affecting binary packages. From Aleksey Cheusov in PR 44695.
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2011-02-22Use function-style `print', for python3.obache1-4/+4
2011-02-22fix for python27.obache1-3/+3
2011-02-22Allow python27 and acceptable by default (default python is still 2.6).obache1-8/+16
2011-02-13remove "next;" in PRINT_PLIST_AWK, it may prevent additional substitute,obache1-7/+4
like ${EGG_INFODIR}.
2010-07-24Add support for packaging python "distributions" that use distutils.gdt1-1/+4
Suppport conditional PLIST inclusion of the expected egg file, because python2.4 distutils does not create them but later versions do. (Note that PRINT_PLIST_AWK production is not working, probably due to order of substitution.) Earlier patch reviewed by wiz@.
2010-02-12allow to override cmake's Python search order, to enforce the versiondrochner1-1/+5
selected by pkgsrc this automatically affects pkgs which use FIND_PACKAGE(PythonInterp) or FIND_PACKAGE(PythonLibs)
2010-02-10Make Python 2.6 the default version.joerg1-6/+2
2010-02-09Add PYTHONCONFIG similar to PYTHONBIN.joerg1-1/+2
2009-09-25Simplify pattern to detect Mac OS X Intel 64-Bit.tron1-2/+2
2009-09-25Re-do last change to avoid problems on Mac OS X older than Snow Leopard.tron1-2/+2
2009-09-22Use Python 2.6 by default under Mac OS X if we compile for the 64-Bit ABI.tron1-1/+5
Not even Apple were able to build a 64-Bit version of Python 2.5.
2009-09-07Retire Python 2.3 support.joerg1-13/+6
2009-07-08Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Pythonjoerg1-1/+5
sources in a directory (tree) in pversion.mk. Adjust the various places that called it locally.
2009-07-02Restore PRINT_PLIST_AWK logic in so far they don't create @dirrmjoerg1-1/+11
entries. I pruned them too aggressively as the @dirrm matching here was conditional. OK wiz
2009-06-14Remove @dirrm related logic.joerg1-15/+1
2009-04-19Make BUILDLINK_API_DEPENDS.python26 agree with the package.snj1-2/+2
2009-04-19Add py26 to default list of PYTHON_VERSIONS_ACCEPTED and setsnj1-2/+3
BUILDLINK_API_DEPENDS.python26.
2009-04-19Add untested entries for python26.wiz1-8/+14
2009-03-21Remove traces of python21.snj1-4/+4
2009-03-08Move the PYTHON_VERSION_REQD logic from extension.mk to pyversion.mk.joerg1-1/+11
It shouldn't hurt and allows including application.mk and extension.mk in any order.