pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update PYTHON_VERSIONS_INCOMPATIBLE
Module Name: pkgsrc-wip
Committed By: Silas Silva <silasdb%gmail.com@localhost>
Pushed By: silasdb
Date: Thu Aug 25 15:51:04 2016 -0300
Changeset: bc8d5c10c0864626f6e5ec21f28ebd5a9a8def37
Modified Files:
py-jswebkit/Makefile
Log Message:
Update PYTHON_VERSIONS_INCOMPATIBLE
Also, include python/distutils.mk before wip/py-webkit because of
variable setting issues.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bc8d5c10c0864626f6e5ec21f28ebd5a9a8def37
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-jswebkit/Makefile | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diffs:
diff --git a/py-jswebkit/Makefile b/py-jswebkit/Makefile
index 4fe639e..9439080 100644
--- a/py-jswebkit/Makefile
+++ b/py-jswebkit/Makefile
@@ -16,11 +16,15 @@ USE_LANGUAGES= c
PLIST_SUBST+= THIS_EGG_FILE=${EGG_NAME:S|python-|python_|}-py${PYVERSSUFFIX}.egg-info
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 via py-webkit
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 via py-webkit
BUILDLINK_API_DEPENDS.pycython+= ${PYPKGPREFIX}-cython>=0.13
.include "../../devel/py-cython/buildlink3.mk"
-.include "../../wip/py-webkit/buildlink3.mk"
+# This most come before including wip/py-webkit/buildlink3.mk, because py-webkit
+# also sets PYTHON_VERSIONS_INCOMPATIBLE.
.include "../../lang/python/distutils.mk"
+
+.include "../../wip/py-webkit/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index