NOTICE: This package has been removed from pkgsrc

./wip/py-openpyxl, Python library to read/write Excel 2007 xlsx/xlsm files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.8.0, Package name: py27-openpyxl-1.8.0, Maintainer: kamelderouiche

openpyxl is a pure python reader and writer of Excel OpenXML files.
It is ported from the PHPExcel project


Required to run:
[devel/py-setuptools] [lang/python27]

Master sites:

SHA1: 92c6da13dcc7bf6f64ff607b0d8e6e30b162ab38
RMD160: e0fac7560d4ef19b1883fd023bb2f0bbe849e8b1
Filesize: 76.733 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-26 00:41:30 by Aleksey Cheusov | Files touched by this commit (4) | Package removed
Log message:
Remove py-openpyxl. It was fixed, updated and imported to pkgsrc.
   2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208)
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
   2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2014-01-11 21:52:09 by Kamel Derouiche | Files touched by this commit (3)
Log message:
Update Makefile

   2013-07-26 22:10:33 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import py27-openpyxl-1.6.2 as wip/py-openpyxl.

openpyxl is a pure python reader and writer of Excel OpenXML files.
It is ported from the PHPExcel project