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 | |
---|
5 | PortSystem 1.0 |
---|
6 | PortGroup python 1.0 |
---|
7 | |
---|
8 | name py-pytools |
---|
9 | set real_name pytools |
---|
10 | version 2011.5 |
---|
11 | categories python |
---|
12 | platforms darwin |
---|
13 | maintainers openmaintainer |
---|
14 | description A collection of add-ons to the python standard library |
---|
15 | long_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 | |
---|
18 | distname ${real_name}-${version} |
---|
19 | homepage http://pypi.python.org/pypi/pytools |
---|
20 | master_sites http://pypi.python.org/packages/source/p/${real_name} |
---|
21 | checksums md5 90107519fee21eeb7e712afb2178a568 \ |
---|
22 | sha1 ebaeb51b2a80b9d5f487868ded240430a736b750 \ |
---|
23 | rmd160 31250206a2026646dd293c888bf356307c90799c |
---|
24 | |
---|
25 | python.versions 26 27 |
---|
26 | python.default_version 27 |
---|
27 | |
---|