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: Portfile 80986 2011-07-22 23:06:46Z raimue@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | distname pss |
---|
8 | name py-${distname} |
---|
9 | version 0.35 |
---|
10 | categories python devel |
---|
11 | maintainers openmaintainer |
---|
12 | platforms darwin |
---|
13 | description pss is a tool for grepping through source code |
---|
14 | long_description pss is a tool for grepping through source code |
---|
15 | |
---|
16 | license GPL-2+ |
---|
17 | homepage https://bitbucket.org/eliben/${distname} |
---|
18 | master_sites http://pypi.python.org/packages/source/p/${distname} |
---|
19 | |
---|
20 | distfiles ${distname}-${version}${extract.suffix} |
---|
21 | worksrcdir ${distname}-${version} |
---|
22 | |
---|
23 | checksums rmd160 305e7b93e3cb8cb788ffc16569bc83fda3e5819e \ |
---|
24 | sha256 acda704cc061954d8f878561b73257cec6ce1f9e3f403c73f40519e738d6787d |
---|
25 | |
---|
26 | python.versions 24 25 26 27 31 32 |
---|
27 | python.default_version 27 |
---|