How to build python2.7 packages
Carsten Grzemba
grzemba at contac-dt.de
Wed Feb 12 12:43:48 CET 2014
What is the correct way to package for both (or all) versions of python?
I can not use the category python for pygtk and pygobject and it seems to be that:
_MERGE_EXCLUDE_CATEGORY += .*/$(NAME)/test
_MERGE_EXCLUDE_CATEGORY += .*/$(NAME)/test/.*
PYCOMPILE = 1
_CATEGORY_MODULATORS ?= PYTHON_VERSION
MODULATIONS_PYTHON_VERSION ?= 2_6 2_7
MERGE_SCRIPTS_isa-default-python_version-2_6 ?= copy-all
MERGE_SCRIPTS_isa-default-python_version-2_7 ?= copy-all
MERGE_SCRIPTS_isa-default-python_version-3_3 ?= copy-all
is not enough.
Carsten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencsw.org/pipermail/maintainers/attachments/20140212/d0c7965a/attachment-0001.html>
More information about the maintainers
mailing list