summaryrefslogtreecommitdiff
path: root/lang/python/extension.mk
AgeCommit message (Expand)AuthorFilesLines
2011-05-04also put PYLIB in PLIST_SUBST, a part of PR#44826.obache1-2/+2
2010-07-24Explain that PY_NO_EGG probably exists because distutils in Python 2.4gdt1-3/+5
2010-07-23Explain what extension.mk is for, vs egg.mk, and clarify the notion ofgdt1-1/+14
2010-07-21Add optional user-setable PYSETUPARGS variable that is added to the buildwiz1-3/+4
2009-05-26Allow overriding build target for do-build, using PYSETUPBUILDTARGET.wiz1-2/+3
2009-03-08Move the PYTHON_VERSION_REQD logic from extension.mk to pyversion.mk.joerg1-11/+1
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg1-7/+1
2009-02-19For bmake, empty() take a variable, and M modifier only accept the standardobache1-3/+5
2008-12-23Only derive PYTHON_VERSION_REQD from PKGNAME_REQD or PKGNAME_OLD if theyabs1-3/+3
2008-10-06Add support to derive the Python version from PKGNAME_OLD.joerg1-1/+3
2008-06-30Move PY_NO_EGG?= check outside of defined(PYDISTUTILSPKG) to fixabs1-7/+7
2008-04-24prepare for arrival of Python 2.5tnn1-3/+9
2007-10-31With the advent of Apache module prefixes the Python package prefixjoerg1-2/+2
2007-08-09Add some basic infrastructure to manage Python eggs in pkgsrc.joerg1-2/+2
2006-10-09distutils allows installation in a separate tree by passingjoerg1-1/+6
2006-01-24Add missing part for the last python24 fix.recht1-5/+1
2005-11-04Use "+=" for PKG_FAIL_REASON.rillig1-2/+2
2004-12-28- Fix an error where -lpython does not get defined on Darwin and causesadrianp1-1/+5
2004-06-12Add quotes around word "install" in the setup command.darcy1-2/+2
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
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-14hange extension.mk to also install optimized files for distutils packages.recht1-2/+4
2003-09-11Adapt a change from FreeBSD's ports Mk/bsd.python.mk.recht1-3/+3
2003-05-09some packages (e.g. py-wxWindows 2.4.0.7) have the Python setup.pyjdolecek1-3/+4
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-0/+33