1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/databases/py-qt5-sql/pkg-plist
Raphael Kubo da Costa bb3fdd9409 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
2018-02-14 21:30:14 +00:00

19 lines
698 B
Plaintext

%%PYTHON_SITELIBDIR%%/PyQt5/QtSql.so
%%PYTHON_SITELIBDIR%%/PyQt5/QtSql.pyi
%%PYQT_SIPDIR%%/QtSql/QtSqlmod.sip
%%PYQT_SIPDIR%%/QtSql/qsql.sip
%%PYQT_SIPDIR%%/QtSql/qsqldatabase.sip
%%PYQT_SIPDIR%%/QtSql/qsqldriver.sip
%%PYQT_SIPDIR%%/QtSql/qsqlerror.sip
%%PYQT_SIPDIR%%/QtSql/qsqlfield.sip
%%PYQT_SIPDIR%%/QtSql/qtsqlglobal.sip
%%PYQT_SIPDIR%%/QtSql/qsqlindex.sip
%%PYQT_SIPDIR%%/QtSql/qsqlquery.sip
%%PYQT_SIPDIR%%/QtSql/qsqlquerymodel.sip
%%PYQT_SIPDIR%%/QtSql/qsqlrecord.sip
%%PYQT_SIPDIR%%/QtSql/qsqlrelationaldelegate.sip
%%PYQT_SIPDIR%%/QtSql/qsqlrelationaltablemodel.sip
%%PYQT_SIPDIR%%/QtSql/qsqlresult.sip
%%PYQT_SIPDIR%%/QtSql/qsqltablemodel.sip
%%API%%share/qt5/qsci/api/python/QtSql.api