1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-PyICU |
---|
7 | version 0.8.1 |
---|
8 | categories python textproc |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | |
---|
12 | description Python extension wrapping IBM's International \ |
---|
13 | Components for Unicode C++ library (ICU) |
---|
14 | |
---|
15 | long_description \ |
---|
16 | ${description} |
---|
17 | |
---|
18 | homepage http://pyicu.osafoundation.org/ |
---|
19 | master_sites http://pypi.python.org/packages/source/P/PyICU/ |
---|
20 | distname PyICU-${version} |
---|
21 | |
---|
22 | depends_lib port:python26 \ |
---|
23 | port:icu |
---|
24 | |
---|
25 | checksums md5 789092993f84ccd6ba21d7346d6e093d \ |
---|
26 | sha1 f8f3c8821cb90442ba6637530592e91929efdf6d \ |
---|
27 | rmd160 af38047ab04824fab52f529454528cf7dd71d520 |
---|
28 | |
---|
29 | patchfiles patch-setup.py |
---|
30 | |
---|
31 | post-patch { |
---|
32 | reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/setup.py |
---|
33 | } |
---|