summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-qt5-gui/Makefile
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2018-02-14 21:30:14 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2018-02-14 21:30:14 +0000
commitbb3fdd9409dbc4a66133e489be5243b3896b7cac (patch)
tree1fc8112b93ec40c8d54601cbd10b3b884210472d /x11-toolkits/py-qt5-gui/Makefile
parentUpdate roda to 3.5.0 (diff)
PyQt: Unconditionally install the .pyi files
r460809 started installing .pyi with the %%PYTHON3%% substitution in the plists. Support for .pyi files was added in Python 3.5, and PyQt's configure.py only installs the files on Python >= 3.5. This patch removes the version checks from configure.py (the files are just unused in earlier Python versions), as it is easier than checking Python 3's version in each PyQt port's Makefile (or to add the logic to Mk/Uses/pyqt.mk). PR: 225773 Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D14361
Notes
Notes: svn path=/head/; revision=461841
Diffstat (limited to 'x11-toolkits/py-qt5-gui/Makefile')
-rw-r--r--x11-toolkits/py-qt5-gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-qt5-gui/Makefile b/x11-toolkits/py-qt5-gui/Makefile
index 49e3ec542646..0450f2d2714d 100644
--- a/x11-toolkits/py-qt5-gui/Makefile
+++ b/x11-toolkits/py-qt5-gui/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gui
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits devel python
MAINTAINER= kde@FreeBSD.org