# HG changeset patch
# User Sean Farley <sean.michael.farley@gmail.com>
# Date 1354587762 21600
# Node ID ad432c056ad0eb8b8127d2918c609d0c7275c988
# Parent 28cc291acd987d10037be54b6589e25837c3ea18
py-pyobjc-cocoa: whitespace cleanup
diff --git a/dports/python/py-pyobjc-cocoa/Portfile b/dports/python/py-pyobjc-cocoa/Portfile
a
|
b
|
|
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 | # $Id$ |
3 | 3 | |
4 | | PortSystem 1.0 |
5 | | PortGroup python27 1.0 |
| 4 | PortSystem 1.0 |
| 5 | PortGroup python27 1.0 |
6 | 6 | |
7 | | name py27-pyobjc-cocoa |
8 | | version 2.3 |
9 | | categories python devel |
10 | | license MIT |
11 | | maintainers nomaintainer |
12 | | platforms darwin |
13 | | description cocoa wrappers for py27-pyobjc |
| 7 | name py27-pyobjc-cocoa |
| 8 | version 2.3 |
| 9 | categories python devel |
| 10 | license MIT |
| 11 | maintainers nomaintainer |
| 12 | platforms darwin |
| 13 | description cocoa wrappers for py27-pyobjc |
14 | 14 | long_description This port provides the CoreFoundation, Foundation and \ |
15 | 15 | AppKit wrappers for use with py27-pyobjc. |
16 | 16 | |
17 | | homepage http://pyobjc.sourceforge.net/ |
18 | | master_sites http://pypi.python.org/packages/source/p/pyobjc-framework-Cocoa/ |
19 | | distname pyobjc-framework-Cocoa-${version} |
| 17 | homepage http://pyobjc.sourceforge.net/ |
| 18 | master_sites http://pypi.python.org/packages/source/p/pyobjc-framework-Cocoa/ |
| 19 | distname pyobjc-framework-Cocoa-${version} |
20 | 20 | |
21 | | checksums sha1 fa51fafac47f8b0bbbeb8ccad3b43f9d2e91037c \ |
22 | | rmd160 0f88ab283461d642716e29e62cb67fd0f3dfc173 |
| 21 | checksums sha1 fa51fafac47f8b0bbbeb8ccad3b43f9d2e91037c \ |
| 22 | rmd160 0f88ab283461d642716e29e62cb67fd0f3dfc173 |
23 | 23 | |
24 | | depends_lib port:py27-pyobjc |
| 24 | depends_lib port:py27-pyobjc |
25 | 25 | |
26 | 26 | post-destroot { |
27 | 27 | xinstall -m 644 -W ${worksrcpath} \ |
28 | 28 | LICENSE.txt README.txt \ |
29 | 29 | ${destroot}${prefix}/share/doc/${name} |