[Python-modules-commits] r27235 - in packages/xlsxwriter/trunk (11 files)

spineau-guest at users.alioth.debian.org spineau-guest at users.alioth.debian.org
Wed Jan 15 08:35:48 UTC 2014


    Date: Wednesday, January 15, 2014 @ 08:35:46
  Author: spineau-guest
Revision: 27235

Initial commit

Added:
  packages/xlsxwriter/trunk/debian/
  packages/xlsxwriter/trunk/debian/changelog
  packages/xlsxwriter/trunk/debian/compat
  packages/xlsxwriter/trunk/debian/control
  packages/xlsxwriter/trunk/debian/copyright
  packages/xlsxwriter/trunk/debian/python-xlsxwriter.install
  packages/xlsxwriter/trunk/debian/python3-xlsxwriter.install
  packages/xlsxwriter/trunk/debian/rules
  packages/xlsxwriter/trunk/debian/source/
  packages/xlsxwriter/trunk/debian/source/format
  packages/xlsxwriter/trunk/debian/watch


Property changes on: packages/xlsxwriter/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/xlsxwriter/trunk/debian/changelog
===================================================================
--- packages/xlsxwriter/trunk/debian/changelog	                        (rev 0)
+++ packages/xlsxwriter/trunk/debian/changelog	2014-01-15 08:35:46 UTC (rev 27235)
@@ -0,0 +1,5 @@
+xlsxwriter (0.5.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #728712)
+
+ -- Sylvain Pineau <sylvain.pineau at canonical.com>  Tue, 07 Jan 2014 17:53:46 +0100

Added: packages/xlsxwriter/trunk/debian/compat
===================================================================
--- packages/xlsxwriter/trunk/debian/compat	                        (rev 0)
+++ packages/xlsxwriter/trunk/debian/compat	2014-01-15 08:35:46 UTC (rev 27235)
@@ -0,0 +1 @@
+9

Added: packages/xlsxwriter/trunk/debian/control
===================================================================
--- packages/xlsxwriter/trunk/debian/control	                        (rev 0)
+++ packages/xlsxwriter/trunk/debian/control	2014-01-15 08:35:46 UTC (rev 27235)
@@ -0,0 +1,63 @@
+Source: xlsxwriter
+Maintainer: Sylvain Pineau <sylvain.pineau at canonical.com>
+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)
+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
+ 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.
+
+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
+ 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.
+ .
+ This is the Python 3 version of the package.

Added: packages/xlsxwriter/trunk/debian/copyright
===================================================================
--- packages/xlsxwriter/trunk/debian/copyright	                        (rev 0)
+++ packages/xlsxwriter/trunk/debian/copyright	2014-01-15 08:35:46 UTC (rev 27235)
@@ -0,0 +1,34 @@
+This package was debianized by Sylvain Pineau <sylvain.pineau at canonical.com> on
+Mon, 04 Nov 2013 14:23:03 +0100.
+
+It was downloaded from https://pypi.python.org/pypi/XlsxWriter.
+
+Copyright Holder: John McNamara <jmcnamara at cpan.org>
+
+License:
+
+Copyright (c) 2013, John McNamara, All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+The views and conclusions contained in the software and documentation are those
+of the authors and should not be interpreted as representing official policies,
+either expressed or implied, of the FreeBSD Project.

Added: packages/xlsxwriter/trunk/debian/python-xlsxwriter.install
===================================================================
--- packages/xlsxwriter/trunk/debian/python-xlsxwriter.install	                        (rev 0)
+++ packages/xlsxwriter/trunk/debian/python-xlsxwriter.install	2014-01-15 08:35:46 UTC (rev 27235)
@@ -0,0 +1 @@
+usr/lib/python2.*/*-packages/*

Added: packages/xlsxwriter/trunk/debian/python3-xlsxwriter.install
===================================================================
--- packages/xlsxwriter/trunk/debian/python3-xlsxwriter.install	                        (rev 0)
+++ packages/xlsxwriter/trunk/debian/python3-xlsxwriter.install	2014-01-15 08:35:46 UTC (rev 27235)
@@ -0,0 +1 @@
+usr/lib/python3/*-packages/*

Added: packages/xlsxwriter/trunk/debian/rules
===================================================================
--- packages/xlsxwriter/trunk/debian/rules	                        (rev 0)
+++ packages/xlsxwriter/trunk/debian/rules	2014-01-15 08:35:46 UTC (rev 27235)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2,python3
+
+override_dh_auto_install:
+	dh_auto_install
+	python3 ./setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb
+
+override_dh_auto_build:
+	dh_auto_build
+	python3 ./setup.py build
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf build .*egg-info


Property changes on: packages/xlsxwriter/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/xlsxwriter/trunk/debian/source/format
===================================================================
--- packages/xlsxwriter/trunk/debian/source/format	                        (rev 0)
+++ packages/xlsxwriter/trunk/debian/source/format	2014-01-15 08:35:46 UTC (rev 27235)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/xlsxwriter/trunk/debian/watch
===================================================================
--- packages/xlsxwriter/trunk/debian/watch	                        (rev 0)
+++ packages/xlsxwriter/trunk/debian/watch	2014-01-15 08:35:46 UTC (rev 27235)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-(.*)\.tar.gz




More information about the Python-modules-commits mailing list