Commits
Christopher Chavez authored and Michael Dickens committed a758939a7b7
8 8 | categories-append devel |
9 9 | platforms macosx |
10 10 | maintainers {michaelld @michaelld} openmaintainer |
11 11 | license GPL-3 |
12 12 | description PyQt4 is a set of Python bindings for the Qt4 toolkit |
13 13 | long_description \ |
14 14 | PyQt4 is a set of Python bindings for the Qt4 toolkit. The \ |
15 15 | bindings are implemented as a set of Python modules: qt, \ |
16 16 | qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, \ |
17 17 | and contains 300 classes and over 5,750 functions and methods. |
18 - | homepage http://www.riverbankcomputing.co.uk/software/pyqt/intro |
18 + | homepage https://www.riverbankcomputing.com/software/pyqt/intro |
19 19 | |
20 20 | version 4.12.1 |
21 21 | |
22 22 | set branch [join [lrange [split ${version} .] 0 1] .] |
23 23 | set patch [lindex [split ${version} .] 2] |
24 24 | |
25 25 | # pre-declare provided subports |
26 26 | |
27 27 | python.versions 27 34 35 36 37 |
28 28 | python.default_version 27 |
252 252 | if {[string last devel ${subport}] != -1} { |
253 253 | |
254 254 | livecheck.type none |
255 255 | |
256 256 | } else { |
257 257 | |
258 258 | if {${patch} == 0} { |
259 259 | livecheck.version ${branch} |
260 260 | } |
261 261 | livecheck.type regex |
262 - | livecheck.url http://www.riverbankcomputing.co.uk/software/pyqt/download |
262 + | livecheck.url https://www.riverbankcomputing.com/software/pyqt/download |
263 263 | livecheck.regex >PyQt4_gpl_mac-(\[0-9.\]*).tar.gz< |
264 264 | |
265 265 | } |