Ticket #33628: Portfile

File Portfile, 1.0 KB (added by seanfarley (Sean Farley), 13 years ago)

py-pss portfile

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