- Add WITH_PYGOBJECT and WITH_PYSQLOBJECT knobs
- Replace ${BUILD_DEPENDS} with explicit list of dependencies
- Replace FECH_CMD with FETCH_ARGS
- Use ${COPYTREE_SHARE} to install docs and examples
- Use ${PYTHON_PKGNAMEPREFIX} in (DOC|EXAMPLES)DIR
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
kiwi offers a set of enhanced widgets for Python based on PyGTK. It also
includes a framework designed to make creating Python applications using
PyGTK and libglade much simpler.
PR: 96852
Submitted by: Nicola Vitale <nivit@email.it>
Approved by: arved (mentor)