Commits

Marcus Calhoun-Lopez authored 25651ab8006
py-pyside2: update version 5.12.2->5.12.3
No tags

python/py-pyside2/Portfile

Modified
1 1 #-*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-pyside2
7 -version 5.12.2
7 +version 5.12.3
8 8 categories-append devel aqua
9 9 platforms darwin
10 10 maintainers {pmetzger @pmetzger} {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
11 11 description Python bindings for the Qt cross-platform application and UI framework
12 12 long_description ${description}
13 13 homepage https://wiki.qt.io/Qt_for_Python
14 14 # see ${worksrcdir}/sources/pyside2/PySide2/licensecomment.txt
15 15 license {GPL-2 GPL-3+ LGPL-3}
16 16 master_sites https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-${version}-src
17 17 distname pyside-setup-everywhere-src-${version}
18 18 use_xz yes
19 19
20 -checksums rmd160 47c8a9b33b14b1af637178fc59137bdcbbabb620 \
21 - sha256 ed974c0592019cbbcd4e4db3b18cf4f2af2c399cc1650e5c526be3efd7562bc1 \
22 - size 5491432
20 +checksums rmd160 401bf2cbde9bb5fe3c33f5a57cf32879be1503d0 \
21 + sha256 4f7aab7d4bbaf1b3573cc989d704e87b0de55cce656ae5e23418a88baa4c6842 \
22 + size 5474384
23 23
24 24 python.versions 27 36 37
25 25
26 -set llvm_version 7.0
26 +set llvm_version 8.0
27 27
28 28 if {${name} ne ${subport}} {
29 29 PortGroup qt5 1.0
30 30
31 31 # see https://trac.macports.org/ticket/57517
32 32 qt5.min_version 5.8
33 33
34 34 depends_build-append \
35 35 path:bin/cmake:cmake \
36 36 port:py${python.version}-setuptools \
37 37 port:py${python.version}-sphinx \
38 38 port:py${python.version}-wheel
39 39
40 40 build.args-append \
41 41 --qmake=${qt_qmake_cmd} \
42 42 --cmake=${prefix}/bin/cmake \
43 - --jobs=${build.jobs} \
43 + --parallel=${build.jobs} \
44 44 --macos-deployment-target=${macosx_deployment_target}
45 45
46 46 if {${configure.sdkroot} != ""} {
47 47 build.args-append \
48 48 --macos-sysroot=${configure.sdkroot}
49 49 # see https://trac.macports.org/ticket/57355
50 50 build.env-append \
51 51 SDKROOT=${configure.sdkroot}
52 52 }
53 53

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut