Ticket #20595: pyxltuils.diff
File pyxltuils.diff, 3.6 KB (added by Themanwithoutaplan, 15 years ago) |
---|
-
py-xltutils/Portfile
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 python 1.0 6 7 name py-xlutils 8 version 1.3.2 9 categories python 10 platforms darwin 11 maintainers nomaintainer 12 description Utilities for working with Excel files 13 long_description This package provides a collection of utilities for \ 14 working with Excel files. 15 16 homepage http://www.python-excel.org 17 master_sites http://pypi.python.org/packages/source/x/xlutils/ 18 distname xlutils-${version} 19 checksums md5 e33b22a2c8cc962d56b139b0bb01da26 \ 20 sha1 52022e83ce65f3e8c23161c60e1a8d897defe702 \ 21 de22b29db52a980e673046f1ab050513e2bfd9b2 22 use_zip no 23 24 dependes_run port:py-xlrd \ 25 port:py-xlwt 26 27 post-destroot { 28 xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \ 29 TODO.txt ${destroot}${prefix}/share/doc/${name} 30 } -
py25-xltutils/Portfile
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 python 1.0 6 7 name py25-xlutils 8 version 1.3.2 9 categories python 10 platforms darwin 11 maintainers nomaintainer 12 description Utilities for working with Excel files 13 long_description This package provides a collection of utilities for \ 14 working with Excel files. 15 16 homepage http://www.python-excel.org 17 master_sites http://pypi.python.org/packages/source/x/xlutils/ 18 distname xlutils-${version} 19 checksums md5 e33b22a2c8cc962d56b139b0bb01da26 \ 20 sha1 52022e83ce65f3e8c23161c60e1a8d897defe702 \ 21 de22b29db52a980e673046f1ab050513e2bfd9b2 22 use_zip no 23 24 dependes_run port:py-xlrd \ 25 port:py-xlwt 26 27 post-destroot { 28 xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \ 29 TODO.txt ${destroot}${prefix}/share/doc/${name} 30 } -
py26-xltutils/Portfile
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 python 1.0 6 7 name py26-xlutils 8 version 1.3.2 9 categories python 10 platforms darwin 11 maintainers nomaintainer 12 description Utilities for working with Excel files 13 long_description This package provides a collection of utilities for \ 14 working with Excel files. 15 16 homepage http://www.python-excel.org 17 master_sites http://pypi.python.org/packages/source/x/xlutils/ 18 distname xltutils-${version} 19 checksums md5 e33b22a2c8cc962d56b139b0bb01da26 \ 20 sha1 52022e83ce65f3e8c23161c60e1a8d897defe702 \ 21 de22b29db52a980e673046f1ab050513e2bfd9b2 22 use_zip no 23 24 dependes_run port:py-xlrd \ 25 port:py-xlwt 26 27 post-destroot { 28 xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \ 29 TODO.txt ${destroot}${prefix}/share/doc/${name} 30 }