Ticket #33937: Portfile

File Portfile, 1.1 KB (added by michelle.lynn.gill@…, 12 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2# $Id: Portfile 71797 2010-09-23 15:06:18Z jameskyle@macports.org $
3# vim: set fileencoding=utf-8 tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl :
4
5PortSystem          1.0
6PortGroup           python  1.0
7
8name                py-pytools
9set real_name       pytools
10version             2011.5
11categories          python
12platforms           darwin
13maintainers         openmaintainer
14description         A collection of add-ons to the python standard library
15long_description    Pytools is a big bag of things that are "missing" from the Python standard library. \
16                    This package is used by pyopencl at runtime.
17
18distname            ${real_name}-${version}
19homepage            http://pypi.python.org/pypi/pytools
20master_sites        http://pypi.python.org/packages/source/p/${real_name}
21checksums           md5     90107519fee21eeb7e712afb2178a568 \
22                    sha1    ebaeb51b2a80b9d5f487868ded240430a736b750 \
23                    rmd160  31250206a2026646dd293c888bf356307c90799c
24
25python.versions     26 27
26python.default_version 27
27