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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py25-xlutils |
---|
8 | version 1.4.1 |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | description Utilities for working with Excel files |
---|
12 | long_description \ |
---|
13 | This package provides a collection of utilities for working with Excel files. |
---|
14 | |
---|
15 | homepage http://www.python-excel.org |
---|
16 | master_sites http://pypi.python.org/packages/source/x/xlutils/ |
---|
17 | distname xlutils-${version} |
---|
18 | checksums md5 51eecabccd6d4dea5059d09a0e0ae100 \ |
---|
19 | sha1 d2d7584ecbf16b2eaef1a8f2b19231a6d43f7a1e \ |
---|
20 | rmd160 8eaee6ee04a878b9854320d2037971566f19da49 |
---|
21 | |
---|
22 | depends_run port:py25-xlrd port:py25-xlwt |
---|
23 | |
---|