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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python27 1.0 |
---|
6 | |
---|
7 | name py27-pyobjc-quartz |
---|
8 | version 2.3 |
---|
9 | categories python devel |
---|
10 | license MIT |
---|
11 | maintainers nomaintainer |
---|
12 | platforms darwin |
---|
13 | description quartz wrappers for py27-pyobjc |
---|
14 | long_description This port provides the CoreGraphics, ImageIO, \ |
---|
15 | QuartzComposer, QuartzCore, QuarzFilters, ImageKit, \ |
---|
16 | PDFKit and CoreVideo wrappers for use with py27-pyobjc. |
---|
17 | |
---|
18 | homepage http://pyobjc.sourceforge.net/ |
---|
19 | master_sites http://pypi.python.org/packages/source/p/pyobjc-framework-Quartz/ |
---|
20 | distname pyobjc-framework-Quartz-${version} |
---|
21 | checksums md5 254cdcbe20fde9d46cad5cc8a81316e1 \ |
---|
22 | sha1 f21a18deca7726aa08dc1f0aee30b2b7920a5db4 \ |
---|
23 | rmd160 cb03ee15f736a21ceb470bf4a23a84016acf1add |
---|
24 | |
---|
25 | depends_lib port:py27-pyobjc |
---|
26 | |
---|
27 | post-destroot { |
---|
28 | xinstall -m 644 -W ${worksrcpath} \ |
---|
29 | LICENSE.txt README.txt \ |
---|
30 | ${destroot}${prefix}/share/doc/${name} |
---|
31 | copy ${worksrcpath}/Examples \ |
---|
32 | ${destroot}${prefix}/share/doc/${name}/examples |
---|
33 | copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name} |
---|
34 | } |
---|
35 | |
---|
36 | livecheck.type regex |
---|
37 | livecheck.url http://pypi.python.org/pypi/pyobjc-framework-Quartz/ |
---|
38 | livecheck.regex {pyobjc-framework-Quartz ([0-9.]+)} |
---|