Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
2011-06-17 | Add support for python31. | reed | 1 | -7/+14 |
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 |
2011-02-25 | Let's assume for now that everything that worked with python-2.6 also | wiz | 1 | -2/+2 |
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 |
2010-09-17 | Share distfile related information for each python variants with | obache | 1 | -30/+3 |
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 |
2010-07-24 | Add support for packaging python "distributions" that use distutils. | gdt | 2 | -1/+48 |
2010-07-24 | Explain that PY_NO_EGG probably exists because distutils in Python 2.4 | gdt | 1 | -3/+5 |
2010-07-23 | Explain what extension.mk is for, vs egg.mk, and clarify the notion of | gdt | 1 | -1/+14 |
2010-07-23 | Clarify that this mk fragment is only for python distributions that | gdt | 1 | -1/+5 |
2010-07-21 | Add optional user-setable PYSETUPARGS variable that is added to the build | wiz | 1 | -3/+4 |
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 |
2010-02-12 | allow to override cmake's Python search order, to enforce the version | drochner | 1 | -1/+5 |
2010-02-10 | Make Python 2.6 the default version. | joerg | 1 | -6/+2 |
2010-02-09 | Add PYTHONCONFIG similar to PYTHONBIN. | joerg | 1 | -1/+2 |
2009-11-03 | As the default PYTHON_VERSIONS_ACCEPTED matches with the supported list | joerg | 1 | -3/+1 |
2009-11-03 | Update for Python26-2.6.4 | wiz | 1 | -3/+3 |
2009-10-21 | Update for python26-2.6.3. | wiz | 1 | -3/+3 |
2009-09-25 | Simplify pattern to detect Mac OS X Intel 64-Bit. | tron | 1 | -2/+2 |
2009-09-25 | Re-do last change to avoid problems on Mac OS X older than Snow Leopard. | tron | 1 | -2/+2 |
2009-09-22 | Use Python 2.6 by default under Mac OS X if we compile for the 64-Bit ABI. | tron | 1 | -1/+5 |
2009-09-07 | Retire Python 2.3 support. | joerg | 2 | -24/+7 |
2009-07-08 | Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python | joerg | 1 | -1/+5 |
2009-07-02 | Restore PRINT_PLIST_AWK logic in so far they don't create @dirrm | joerg | 1 | -1/+11 |
2009-06-14 | Remove @dirrm related logic. | joerg | 1 | -15/+1 |
2009-05-26 | Allow overriding build target for do-build, using PYSETUPBUILDTARGET. | wiz | 1 | -2/+3 |
2009-04-19 | Make BUILDLINK_API_DEPENDS.python26 agree with the package. | snj | 1 | -2/+2 |
2009-04-19 | Add py26 to default list of PYTHON_VERSIONS_ACCEPTED and set | snj | 1 | -2/+3 |
2009-04-19 | Add untested entries for python26. | wiz | 2 | -10/+16 |
2009-04-19 | Add untested entry for python26. | wiz | 1 | -2/+12 |
2009-04-11 | Update python25 to 2.5.4. Spammy changes: | snj | 1 | -3/+3 |
2009-03-21 | Remove traces of python21. | snj | 1 | -4/+4 |
2009-03-08 | Move the PYTHON_VERSION_REQD logic from extension.mk to pyversion.mk. | joerg | 2 | -12/+12 |
2009-03-05 | Remove PYBINMODULE. All it did was mark some packages as not available | joerg | 1 | -7/+1 |
2009-02-19 | For bmake, empty() take a variable, and M modifier only accept the standard | obache | 1 | -3/+5 |
2009-02-18 | Update comments, now default python version is 25. | obache | 1 | -2/+2 |