[Python-modules-commits] [python-progress] 03/03: Initial release. (Closes: #812908)

Barry Warsaw barry at moszumanska.debian.org
Wed Jan 27 20:05:57 UTC 2016


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

barry pushed a commit to branch master
in repository python-progress.

commit 1a8f56232e73f869ab1f8964ea05ada63c5895e4
Author: Barry Warsaw <barry at python.org>
Date:   Wed Jan 27 15:03:11 2016 -0500

    Initial release.  (Closes: #812908)
---
 debian/changelog             |  5 +++++
 debian/compat                |  1 +
 debian/control               | 37 ++++++++++++++++++++++++++++++++++++
 debian/copyright             | 45 ++++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series        |  0
 debian/python-progress.docs  |  1 +
 debian/python3-progress.docs |  1 +
 debian/rules                 |  6 ++++++
 debian/watch                 |  3 +++
 9 files changed, 99 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e7eed9e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-progress (1.2-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #812908)
+
+ -- Barry Warsaw <barry at debian.org>  Wed, 27 Jan 2016 14:49:25 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8330b71
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: python-progress
+Section: python
+Priority: optional
+Maintainer: Barry Warsaw <barry at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/verigak/progress/
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-progress.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-progress.git
+X-Python-Version: >= 2.7, << 2.8
+X-Python3-Version: >= 3.4
+
+Package: python-progress
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: easy progress reporting for Python
+ This package provides several canned progress bars for command line Python
+ programs.  Progress bars are customizable and can be advanced by using the
+ next() method, with the finish() method to finish.
+ .
+ This is the Python 2 version.
+
+Package: python3-progress
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: easy progress reporting for Python
+ This package provides several canned progress bars for command line Python
+ programs.  Progress bars are customizable and can be advanced by using the
+ next() method, with the finish() method to finish.
+ .
+ This is the Python 3 version.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0bce114
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: progress
+Source: http://pypi.python.org/pypi/progress
+
+Files: *
+Copyright: Copyright (c) 2012 Giorgos Verigakis <verigak at gmail.com>
+License: ISC
+
+Files: debian/*
+Copyright: Copyright 2016 Barry A. Warsaw <barry at debian.org>
+License: MIT/Expat
+
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THIS SOFTWARE.
+
+License: MIT/Expat
+ 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/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e69de29
diff --git a/debian/python-progress.docs b/debian/python-progress.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python-progress.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/python3-progress.docs b/debian/python3-progress.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-progress.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..faa1a15
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME = progress
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b635aed
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/progress/progress-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Python-modules-commits mailing list