[Python-modules-commits] [terminaltables] 03/10: Initial release (Closes: #850093)

Carl Suster arcresu-guest at moszumanska.debian.org
Sat Jan 7 05:20:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

arcresu-guest pushed a commit to branch master
in repository terminaltables.

commit 3dd5a8edeb20c06ad127ca3aade177d9843ce952
Author: Carl Suster <carl at contraflo.ws>
Date:   Sat Jan 7 00:02:14 2017 +1100

    Initial release (Closes: #850093)
---
 debian/changelog      |  5 +++++
 debian/clean          |  2 ++
 debian/compat         |  1 +
 debian/control        | 29 +++++++++++++++++++++++++++++
 debian/copyright      | 30 ++++++++++++++++++++++++++++++
 debian/rules          |  8 ++++++++
 debian/source/options |  1 +
 debian/watch          |  4 ++++
 8 files changed, 80 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..da434f2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+terminaltables (3.1.0-1) unstable; urgency=medium
+
+  * Initial release (Closes: #850093)
+
+ -- Carl Suster <carl at contraflo.ws>  Fri, 06 Jan 2017 23:46:16 +1100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..739fbc2
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+*.egg-info/*
+.cache/
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b0a2b3c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: terminaltables
+Section: python
+Priority: optional
+Maintainer: Carl Suster <carl at contraflo.ws>
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python3-all,
+ python3-pytest,
+Standards-Version: 3.9.8
+Homepage: https://github.com/Robpol86/terminaltables
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/terminaltables.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/terminaltables.git
+X-Python3-Version: >= 3.3
+
+Package: python3-terminaltables
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: Python library for printing tables to the console
+ Easily draw tables in terminal/console applications from a list of lists of
+ strings.
+ .
+ Supports: multi-line rows, table titles, POSIX and Windows, Wide CJK
+ (Chinese/Japanese/Korean) characters are displayed correctly, RTL Arabic and
+ Hebrew characters are aligned correctly, alignment and justification.
+ Colored text is supported through colorclass, colorama, termcolor, or just
+ plain ANSI escape codes.
+ .
+ This package provides the Python 3 module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2bf448e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: terminaltables
+Source: https://github.com/Robpol86/terminaltables
+
+Files: *
+Copyright: 2016 Robpol86
+License: MIT
+
+Files: debian/*
+Copyright: 2017 Carl Suster <carl at contraflo.ws>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..de5196c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+export PYBUILD_NAME=terminaltables
+
+
+%:
+	dh $@ --with python3 --buildsystem pybuild
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b2b7b88
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+\.egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d5156e4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/colorclass-$1\.tar\.gz/ \
+  https://github.com/Robpol86/terminaltables/releases .*/v?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/terminaltables.git



More information about the Python-modules-commits mailing list