Commits
Ryan Schmidt authored 7626e27e93e
1 1 | # $Id$ |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python24 1.0 |
5 5 | |
6 6 | name py-paver |
7 - | version 1.0.1 |
7 + | version 1.0.4 |
8 8 | platforms darwin |
9 9 | categories-append devel |
10 10 | maintainers nomaintainer |
11 + | supported_archs noarch |
11 12 | |
12 13 | description Easy build, distribution and deployment scripting |
13 14 | long_description Paver is a Python-based build/distribution/deployment \ |
14 15 | scripting tool along the lines of Make or Rake. What makes Paver unique \ |
15 16 | is its integration with commonly used Python libraries. Common tasks that \ |
16 17 | were easy before remain easy. More importantly, dealing with your \ |
17 18 | applications specific needs and requirements is also easy. |
18 19 | |
19 20 | homepage http://www.blueskyonmars.com/projects/paver/ |
20 21 | master_sites http://pypi.python.org/packages/source/P/Paver/ |
21 22 | distname Paver-${version} |
22 23 | |
23 - | checksums md5 f53d1d5ed6517e6def1926f7918a02ec \ |
24 - | sha1 658977a05377e0b89d1dea7529fe482a01e02342 \ |
25 - | rmd160 a10cdac09c73702773389b06dd9c1fc26a76de9d |
24 + | checksums sha1 b1d9f5fa7d8bdd2955abd255bd246bc1299a50b3 \ |
25 + | rmd160 2de00b419a44e775b686f221255754130ce96521 |
26 26 | |
27 27 | depends_lib-append port:py-setuptools |
28 28 | |
29 29 | post-destroot { |
30 30 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} |
31 31 | xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \ |
32 32 | ${destroot}${prefix}/share/doc/${name} |
33 33 | |
34 34 | # To avoid conflict between py/py25/py26-paver |
35 35 | move ${destroot}${prefix}/bin/paver \ |