summaryrefslogtreecommitdiff
path: root/lang/python
AgeCommit message (Collapse)AuthorFilesLines
2014-06-07Add python-digestwiz1-1/+2
2014-06-02Rollback last commit. This is not going to work due to package namerodent1-2/+1
difference. Maybe we could consider extending how ${pkg} is matched.
2014-06-02+digestrodent1-1/+2
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-04-02x11/py-X and x11/py-X2 don't exist.asau1-2/+2
Make it refer to textproc/py-X and textproc/py-X2 which do exist.
2014-01-31Add unittest2.wiz1-1/+2
2014-01-26Do not use py-distrbute with Python 3.x, but always use py-setuptoolswiz1-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-25Remove support for PYTHON_PATCH_SCRIPTS; use REPLACE_PYTHON.wiz1-6/+3
2014-01-25Remove PYTHON_VERSIONS_INCLUDE_3X.wiz1-14/+2
Allow python-3.x by default.
2014-01-24Move PY_PEP3147 specific PRINT_PLIST handling from common ↵obache1-1/+4
mk/plist/print-plist.mk to lang/python/extension.mk, handling reverse way.
2014-01-23Fix syntax; fix variable evaluation problem.wiz1-4/+4
2014-01-23Add support for "foo:link" and "foo:build" for link dependencieswiz1-6/+15
and build dependencies. For link dependencies, the corresponding buildlink3.mk file will be included (instead of DEPENDS). For build dependencies, BUILD_DEPENDS is used (instead of DEPENDS). Add cairo support.
2014-01-20+ ephemwiz1-1/+2
2014-01-20Add X.wiz1-1/+2
2014-01-18Revert unintended commit; pkgsrc not ready yet.wiz1-2/+14
2014-01-18Support Pmw.wiz2-15/+4
2014-01-18Support flup.wiz1-1/+2
2014-01-18Add jsoblib support (currently unused).wiz1-1/+2
2014-01-18Add quoting in the hope it fixes NetBSD 5's make(1)'s problems.wiz1-2/+2
2014-01-17Add py-dns/py-dns3 support.wiz1-1/+2
2014-01-16Add support for python package modules having different pkgsrc packageswiz1-0/+37
depending on python major version. For now, this supports the dateutil module.
2014-01-12Remove python32 as proposed a week ago on pkgsrc-users.wiz3-19/+11
Upstream doesn't talk about it any longer, and python-3.3 is a drop-in replacement. Ok bsiegert, prlw1, rodent
2013-11-10Add a package settable `PY_PEP3147=no' for the case PEP 3147 is not supported.obache1-1/+5
2013-10-30Only define do-test target for the case package itself does not define ownobache1-1/+3
test target.
2013-10-29Restore PY_PATCHPLIST line, lost in previous (hi tron!)wiz1-1/+2
2013-10-29Define "do-test" target for testing Python packages.tron1-2/+8
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.0tsarna2-9/+17
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.wiz2-17/+9
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-07-25use py-distribute for Python3 rather than py-setuptoolsdrochner1-1/+6
(The former might be used for Python2 as well, but it needs more testing.)
2012-05-13prepare Python>=32 bytecode file location changeobache2-1/+57
2012-05-06Add python32 support.obache1-7/+14
2012-04-23revive ${EGG_FILE} handling in print-PLIST, accidently(?) removed atobache1-1/+3
killing ${PLIST.eggfile}
2012-04-08Update comment.wiz1-3/+2
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-8/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08All supported python version in pkgsrc set PYDISTUTILS_CREATES_EGGFILESwiz2-13/+2
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-16Expand comments. (No code change.)gdt1-4/+13