| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-12-31 | Improve EGG_NAME default to work for packages with '-' in their name. | wiz | 1 | -2/+2 | |
| Remove now unnecessary overrides in various packages. | |||||
| 2014-12-17 | Bump py-setuptools dependency to 0.8 since that version changed | wiz | 1 | -2/+2 | |
| version number handling. | |||||
| 2014-12-06 | Make EGG_INFODIR available for use in Makefiles. Clarify comment regarding | rodent | 1 | -5/+7 | |
| necessity of substituting EGG_NAME in PLISTs. | |||||
| 2014-01-26 | Do not use py-distrbute with Python 3.x, but always use py-setuptools | wiz | 1 | -5/+1 | |
| (as was the default for Python-2.x in this file). py-distribute is by now obsolete, and py-setuptools the standard way. | |||||
| 2014-01-12 | Remove python32 as proposed a week ago on pkgsrc-users. | wiz | 1 | -2/+2 | |
| Upstream doesn't talk about it any longer, and python-3.3 is a drop-in replacement. Ok bsiegert, prlw1, rodent | |||||
| 2012-12-10 | Add Python 3.3.0 | tsarna | 1 | -2/+2 | |
| 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.) | |||||
| 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 | |
| 2010-07-23 | Clarify that this mk fragment is only for python distributions that | gdt | 1 | -1/+5 | |
| use setuptools. | |||||
| 2009-11-03 | As the default PYTHON_VERSIONS_ACCEPTED matches with the supported list | joerg | 1 | -3/+1 | |
| of py-setuptools, drop the override here. | |||||
| 2009-04-19 | Add untested entries for python26. | wiz | 1 | -2/+2 | |
| 2009-02-17 | Use bsd.fast.prefs.mk. | joerg | 1 | -2/+2 | |
| 2009-02-17 | Require setuptools 0.6c9 to get consistent native_libs.txt behavior. | joerg | 1 | -3/+3 | |
| No recursive bump as packages either have been broken or are working correctly with older versions. While here, fix the Python version comment. | |||||
| 2008-09-12 | Default EGG_NAME to ${DISTNAME} in egg.mk and drop EGG_NAME from packages that | epg | 1 | -1/+3 | |
| set it to ${DISTNAME}. | |||||
| 2008-09-10 | Add PRINT_PLIST_AWK code. | epg | 1 | -1/+5 | |
| 2008-04-26 | Python 2.5 should support eggs as well. | joerg | 1 | -2/+2 | |
| 2007-08-10 | Explicitly specify --root=/ for the non-DESTDIR case so that setuptools | joerg | 1 | -1/+4 | |
| shuts up. Fixes PR 36758. | |||||
| 2007-08-09 | EGGNAME -> EGG_NAME for consistency. | joerg | 1 | -3/+3 | |
| 2007-08-09 | Add some basic infrastructure to manage Python eggs in pkgsrc. | joerg | 1 | -0/+21 | |
| We use the flat installation mode (e.g. no multiple versions by default) by default. That avoids having to run DEINSTALL/INSTALL scripts and allows DESTDIR installation. | |||||
