Ticket #20595: pyxltuils.diff

File pyxltuils.diff, 3.6 KB (added by Themanwithoutaplan, 15 years ago)

Portfiles for standard, Python2.5 and Python2.6

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