Ticket #20595: Portfile

File Portfile, 840 bytes (added by Themanwithoutaplan, 14 years ago)

Portfile for py25-xlutils

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem 1.0
5PortGroup       python25 1.0
6
7name            py25-xlutils
8version         1.4.1
9platforms       darwin
10maintainers     nomaintainer
11description     Utilities for working with Excel files
12long_description \
13   This package provides a collection of utilities for working with Excel files.
14
15homepage        http://www.python-excel.org
16master_sites    http://pypi.python.org/packages/source/x/xlutils/
17distname        xlutils-${version}
18checksums       md5     51eecabccd6d4dea5059d09a0e0ae100 \
19                sha1    d2d7584ecbf16b2eaef1a8f2b19231a6d43f7a1e \
20                rmd160  8eaee6ee04a878b9854320d2037971566f19da49
21
22depends_run     port:py25-xlrd port:py25-xlwt
23