Commits
Sean Farley authored 4b48ce8b9a6
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 4 | PortSystem 1.0 |
5 5 | PortGroup python 1.0 |
6 + | PortGroup bitbucket 1.0 |
6 7 | |
8 + | bitbucket.setup eliben pss 0.36 v |
7 9 | name py-pss |
8 - | version 0.35 |
9 10 | |
10 11 | categories-append devel |
11 12 | platforms darwin |
12 13 | license public-domain |
13 14 | supported_archs noarch |
14 15 | maintainers sean openmaintainer |
15 16 | |
16 17 | description pss is a tool for grepping through source code |
17 18 | |
18 19 | long_description ${description} |
19 20 | |
20 - | homepage https://bitbucket.org/eliben/pss |
21 - | master_sites http://pypi.python.org/packages/source/p/pss |
22 - | |
23 - | distname pss-${version} |
24 - | |
25 - | checksums rmd160 305e7b93e3cb8cb788ffc16569bc83fda3e5819e \ |
26 - | sha256 acda704cc061954d8f878561b73257cec6ce1f9e3f403c73f40519e738d6787d |
21 + | checksums rmd160 bfa63ae52dbbde57be7229f6149c4b9c9b8b93dd \ |
22 + | sha256 603724d8587a749150970567b47cddb526a83a545b1863bf55c49f8d5895ae73 |
27 23 | |
28 24 | python.versions 26 27 31 32 33 |
29 25 | |
30 - | if {${name} == ${subport}} { |
31 - | livecheck.url [lindex ${master_sites} 0] |
32 - | livecheck.regex pss-(\[0-9.\]+)${extract.suffix} |
33 - | } else { |
26 + | if {${name} != ${subport}} { |
34 27 | livecheck.type none |
35 28 | } |