Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-12 | Explicitly default PYTHON_FOR_BUILD_ONLY to `no'. | riastradh | 1 | -1/+2 | |
Avoids problems with make on NetBSD 5 where empty(XYZ:Mfoo) fails rather than yielding false if XYZ is undefined. | |||||
2013-05-10 | Partially back out change to PYTHON_FOR_BUILD_ONLY. | riastradh | 1 | -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-10 | Use a tool dependency, not buildlink3, if PYTHON_FOR_BUILD_ONLY. | riastradh | 1 | -5/+7 | |
ok agc | |||||
2013-04-29 | Remove python31. | wiz | 1 | -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-10 | Add Python 3.3.0 | tsarna | 2 | -9/+17 | |
2012-10-03 | Move documentation for *_REQD variables to "Infrastructure variables" | cheusov | 1 | -4/+5 | |
as suggested by obache@ | |||||
2012-10-03 | Introduce variable PYTHON_SELF_CONFLICT | cheusov | 1 | -1/+16 | |
for registering conflicts between python modules. | |||||
2012-10-03 | Remove python25, as promised in March. EOL'd last year. | wiz | 2 | -17/+9 | |
2012-09-16 | Update documentation for {PYTHON,RUBY,PHP}_VERSION_REQD variables, move them | cheusov | 1 | -1/+9 | |
to "user variables" section. pkglint is now aware of them. Bump pkglint version. Oked by wiz@ | |||||
2012-08-01 | oops - forgot to commit a framework change needed by py-dbus: | drochner | 1 | -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-07-25 | use py-distribute for Python3 rather than py-setuptools | drochner | 1 | -1/+6 | |
(The former might be used for Python2 as well, but it needs more testing.) | |||||
2012-05-13 | prepare Python>=32 bytecode file location change | obache | 2 | -1/+57 | |
2012-05-06 | Add python32 support. | obache | 1 | -7/+14 | |
2012-04-23 | revive ${EGG_FILE} handling in print-PLIST, accidently(?) removed at | obache | 1 | -1/+3 | |
killing ${PLIST.eggfile} | |||||
2012-04-08 | Update comment. | wiz | 1 | -3/+2 | |
2012-04-08 | All supported python versions in pkgsrc support eggs, so remove | wiz | 1 | -8/+2 | |
${PLIST.eggfile} from PLISTs and support code from lang/python. | |||||
2012-04-08 | All supported python version in pkgsrc set PYDISTUTILS_CREATES_EGGFILES | wiz | 2 | -13/+2 | |
to "yes", so remove variable and code for "no". | |||||
2012-04-08 | Remove python24 and all traces of it from pkgsrc. | wiz | 1 | -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-08 | Update python default version to 2.7, per announcement on pkgsrc-users | wiz | 1 | -5/+5 | |
last week. | |||||
2012-02-26 | Revert the below change (by me). | sbd | 1 | -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-21 | Add _PYTHON_VERSION_DEFAULT with the "default" python version and set | sbd | 1 | -2/+3 | |
PYTHON_VERSION_DEFAULT from that. | |||||
2012-01-28 | Some packages play with PYPKGPREFIX, even if no valid Python version can | joerg | 1 | -1/+2 | |
be found, so provide it. | |||||
2011-12-16 | Expand comments. (No code change.) | gdt | 1 | -4/+13 | |
2011-12-16 | Clarify when distutils.mk should be used. | gdt | 1 | -2/+3 | |
2011-12-03 | Tag the 28 locations that result in a Python 3.1 package as supporting so. | joerg | 1 | -2/+14 | |
Remove it from the default list for the rest. | |||||
2011-10-14 | Add make fragment for easy to use python as tool. | obache | 1 | -0/+29 | |
2011-07-07 | Make sure that PYDISTUTILS_CREATES_EGGFILES is defined in all branches. | joerg | 1 | -1/+3 | |
2011-06-21 | Change the PYDEPENDENCY for python31 to python31. | reed | 1 | -2/+2 | |
What uses PYDEPENDENCY? | |||||
2011-06-17 | Add support for python31. | reed | 1 | -7/+14 | |
(I have been using this for around 18 months on several platforms; adjusted once after python27 was added.) | |||||
2011-05-04 | also put PYLIB in PLIST_SUBST, a part of PR#44826. | obache | 1 | -2/+2 | |
2011-03-26 | No need to add 27 for PYTHON_VERSIONS_ACCEPTED over again. | obache | 1 | -2/+2 | |
2011-03-12 | Add MULTI variable, and add it to BUILD_DEFS, to more easily find | wiz | 1 | -1/+5 | |
variable settings affecting binary packages. From Aleksey Cheusov in PR 44695. | |||||
2011-02-25 | Let's assume for now that everything that worked with python-2.6 also | wiz | 1 | -2/+2 | |
works with python-2.7. | |||||
2011-02-22 | Use function-style `print', for python3. | obache | 1 | -4/+4 | |
2011-02-22 | fix for python27. | obache | 1 | -3/+3 | |
2011-02-22 | Allow python27 and acceptable by default (default python is still 2.6). | obache | 1 | -8/+16 | |
2011-02-13 | change to match de-expanded ${PYSITELIB} in PRINT_PLIST_AWK. | obache | 1 | -4/+3 | |
2011-02-13 | remove "next;" in PRINT_PLIST_AWK, it may prevent additional substitute, | obache | 1 | -7/+4 | |
like ${EGG_INFODIR}. | |||||
2010-09-17 | Share distfile related information for each python variants with | obache | 1 | -30/+3 | |
srcdist.mk to make update simplicity. | |||||
2010-09-04 | Update for Python 2.6.6. | tron | 1 | -3/+3 | |
2010-07-24 | Clarify when to use this fragment, and that it's ok to use it and | gdt | 1 | -1/+6 | |
egg.mk in the same package. | |||||
2010-07-24 | Add support for packaging python "distributions" that use distutils. | gdt | 2 | -1/+48 | |
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-07-24 | Explain that PY_NO_EGG probably exists because distutils in Python 2.4 | gdt | 1 | -3/+5 | |
and earlier did not create egg files. | |||||
2010-07-23 | Explain what extension.mk is for, vs egg.mk, and clarify the notion of | gdt | 1 | -1/+14 | |
egg info files in non-egg python distributions. Add a comment that PY_NO_EGG appears wrong. Obviously there is a reason it was added, but we need to figure out why and if it's still true. | |||||
2010-07-23 | Clarify that this mk fragment is only for python distributions that | gdt | 1 | -1/+5 | |
use setuptools. | |||||
2010-07-21 | Add optional user-setable PYSETUPARGS variable that is added to the build | wiz | 1 | -3/+4 | |
and install command lines _before_ the target name. Needed for non-target specific options, used e.g. by gaupol. | |||||
2010-05-02 | Update for python26-2.6.5. | wiz | 1 | -3/+3 | |
2010-04-07 | Adjust to new version of Python 2.5 (pointed out by Dennis den Brok in | gdt | 1 | -3/+3 | |
private mail). | |||||
2010-02-12 | allow to override cmake's Python search order, to enforce the version | drochner | 1 | -1/+5 | |
selected by pkgsrc this automatically affects pkgs which use FIND_PACKAGE(PythonInterp) or FIND_PACKAGE(PythonLibs) | |||||
2010-02-10 | Make Python 2.6 the default version. | joerg | 1 | -6/+2 | |