[csw-devel] SF.net SVN: gar:[21991] csw/mgar/pkg/lang-python/pyqt/trunk/Makefile

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Tue Sep 24 16:56:58 CEST 2013


Revision: 21991
          http://gar.svn.sourceforge.net/gar/?rev=21991&view=rev
Author:   pfelecan
Date:     2013-09-24 14:56:57 +0000 (Tue, 24 Sep 2013)
Log Message:
-----------
lang-python/pyqt/trunk: exclude experimental Python 3 code

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/pyqt/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/pyqt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pyqt/trunk/Makefile	2013-09-24 11:50:11 UTC (rev 21990)
+++ csw/mgar/pkg/lang-python/pyqt/trunk/Makefile	2013-09-24 14:56:57 UTC (rev 21991)
@@ -39,6 +39,10 @@
 
 INSTALL_SCRIPTS	=	custom
 
+# experimental Python 3 code which is indiscriminately included and
+# raises compilation error when Python 2 is used...
+EXTRA_MERGE_EXCLUDE_FILES		+=	$(PYTHON_SITE_PACKAGES)/PyQt4/uic/port_v3/.*
+
 PACKAGES						+=	CSWpy-pyqt-common
 CATALOGNAME_CSWpy-pyqt-common	=	py_pyqt_common
 SPKG_DESC_CSWpy-pyqt-common		=	$(DESCRIPTION), common files

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list