[Python-modules-commits] r27258 - in packages/xlsxwriter/trunk/debian (control)
spineau-guest at users.alioth.debian.org
spineau-guest at users.alioth.debian.org
Fri Jan 17 15:34:09 UTC 2014
Date: Friday, January 17, 2014 @ 15:34:08
Author: spineau-guest
Revision: 27258
debian/control: Fix Vcs-Svn, Vcs-Browser and descriptions
Modified:
packages/xlsxwriter/trunk/debian/control
Modified: packages/xlsxwriter/trunk/debian/control
===================================================================
--- packages/xlsxwriter/trunk/debian/control 2014-01-17 15:32:37 UTC (rev 27257)
+++ packages/xlsxwriter/trunk/debian/control 2014-01-17 15:34:08 UTC (rev 27258)
@@ -3,61 +3,55 @@
Section: python
Priority: optional
Standards-Version: 3.9.5
-Vcs-git: git://github.com/jmcnamara/XlsxWriter.git
-Vcs-Browser: https://github.com/jmcnamara/XlsxWriter
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.1
Build-Depends: debhelper (>= 9), python (>= 2.5), python3-all (>= 3.1)
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/xlsxwriter/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/xlsxwriter/trunk/
Homepage: http://xlsxwriter.readthedocs.org/en/latest/
Package: python-xlsxwriter
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: Python module for creating Excel XLSX files.
- XlsxWriter
- ==========
- .
- **XlsxWriter** is a Python module for writing files in the Excel 2007+ XLSX
+Description: Python module for creating Excel XLSX files
+ XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX
file format.
.
XlsxWriter can be used to write text, numbers, formulas and hyperlinks to
multiple worksheets and it supports features such as formatting and many more,
including:
.
- * 100% compatible Excel XLSX files.
- * Full formatting.
- * Merged cells.
- * Defined names.
- * Charts.
- * Autofilters.
- * Data validation and drop down lists.
- * Conditional formatting.
- * Worksheet PNG/JPEG images.
- * Rich multi-format strings.
+ * 100% compatible Excel XLSX files
+ * Full formatting
+ * Merged cells
+ * Defined names
+ * Charts
+ * Autofilters
+ * Data validation and drop down lists
+ * Conditional formatting
+ * Worksheet PNG/JPEG images
+ * Rich multi-format strings
Package: python3-xlsxwriter
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: Python 3 module for creating Excel XLSX files.
- XlsxWriter
- ==========
- .
- **XlsxWriter** is a Python 3 module for writing files in the Excel 2007+ XLSX
+Description: Python 3 module for creating Excel XLSX files
+ XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX
file format.
.
XlsxWriter can be used to write text, numbers, formulas and hyperlinks to
multiple worksheets and it supports features such as formatting and many more,
including:
.
- * 100% compatible Excel XLSX files.
- * Full formatting.
- * Merged cells.
- * Defined names.
- * Charts.
- * Autofilters.
- * Data validation and drop down lists.
- * Conditional formatting.
- * Worksheet PNG/JPEG images.
- * Rich multi-format strings.
+ * 100% compatible Excel XLSX files
+ * Full formatting
+ * Merged cells
+ * Defined names
+ * Charts
+ * Autofilters
+ * Data validation and drop down lists
+ * Conditional formatting
+ * Worksheet PNG/JPEG images
+ * Rich multi-format strings
.
This is the Python 3 version of the package.
More information about the Python-modules-commits
mailing list