diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-03 20:45:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-03 20:45:01 +0800 |
commit | 0f572ff892cf57a38cd6b2c702be033cff02f11a (patch) | |
tree | 5f0ea5cf0973909e57f6138b9a9c33fbe31d4329 /x11 | |
parent | 5081134538b1fcb3b5e15d3879ff0453319525d5 (diff) | |
download | freebsd-ports-graphics-0f572ff892cf57a38cd6b2c702be033cff02f11a.tar.gz freebsd-ports-graphics-0f572ff892cf57a38cd6b2c702be033cff02f11a.tar.zst freebsd-ports-graphics-0f572ff892cf57a38cd6b2c702be033cff02f11a.zip |
- Update WWWs for all py-qt4* and py-qt5* ports
- Fix plists for py-qt5* for python3 case, adding missing .pyi files
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt4-opengl/pkg-descr | 2 | ||||
-rw-r--r-- | x11/py-qt5-opengl/pkg-descr | 2 | ||||
-rw-r--r-- | x11/py-qt5-opengl/pkg-plist | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/x11/py-qt4-opengl/pkg-descr b/x11/py-qt4-opengl/pkg-descr index aca7a3b1c6d..6fd0a631610 100644 --- a/x11/py-qt4-opengl/pkg-descr +++ b/x11/py-qt4-opengl/pkg-descr @@ -1,4 +1,4 @@ PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtOpenGL module. -WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ +WWW: https://riverbankcomputing.com/software/pyqt diff --git a/x11/py-qt5-opengl/pkg-descr b/x11/py-qt5-opengl/pkg-descr index 5b2a788a57f..7caebe1f174 100644 --- a/x11/py-qt5-opengl/pkg-descr +++ b/x11/py-qt5-opengl/pkg-descr @@ -1,4 +1,4 @@ PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtOpenGL module. -WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ +WWW: https://riverbankcomputing.com/software/pyqt diff --git a/x11/py-qt5-opengl/pkg-plist b/x11/py-qt5-opengl/pkg-plist index 9e14cd09cce..fcba5e3f82a 100644 --- a/x11/py-qt5-opengl/pkg-plist +++ b/x11/py-qt5-opengl/pkg-plist @@ -1,4 +1,5 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtOpenGL.so +%%PYTHON3%%%%PYTHON_SITELIBDIR%%/PyQt5/QtOpenGL.pyi %%PYQT_SIPDIR%%/QtOpenGL/QtOpenGLmod.sip %%PYQT_SIPDIR%%/QtOpenGL/qgl.sip %%API%%share/qt5/qsci/api/python/QtOpenGL.api |