Commits

Dan Villiom Podlaski Christiansen authored d0fbfc1020b
pyobjc: consolidate framework ports

The ensures that we get _all_ the frameworks available for a given OS, rather than just the few we used to include. To avoid breaking old, but possibly working, ports, I only applied the change to the Python 3.x version of PyObjC. As an aside this effectively removes the ports providing: * py27-pyobjc-fsevents * py27-pyobjc-qtkit * py27-pyobjc-quartz * py35-pyobjc-fsevents * py35-pyobjc-qtkit * py35-pyobjc-quartz However, no other ports depend on them, and the imminent EOL of Python 2.7 means that people really shouldn't be relying on them outside of MacPorts anyway, so I consider that acceptable. Although Python 3.5 will remain supported for a bit longer, dropping these extra dependencies shouldn't matter much. To prevent breaking other ports, I altered them to depend on the combined port, if necessary, and bumped their revision just in case even if not.
No tags

python/py-param/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 github 1.0
5 5 PortGroup python 1.0
6 6
7 7 set real_name param
8 8 name py-${real_name}
9 9 github.setup pyviz ${real_name} 1.9.2 v
10 -revision 0
10 +revision 1
11 11 license BSD
12 12 maintainers {mps @Schamschula} openmaintainer
13 13 description Param is a library providing Parameters.
14 14 long_description ${description}: Python attributes extended to have features such as \
15 15 type and range checking, dynamically generated values, documentation \
16 16 strings, default values, etc., each of which is inherited from \
17 17 parent classes if not specified in a subclass.
18 18 platforms darwin
19 19
20 20 checksums rmd160 a951ea9af28dc94c1a1b0aec56b8c837e08a8b1d \

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

Add shortcut