[Python-modules-commits] r26744 - in packages/singledispatch/trunk (11 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Thu Dec 12 23:34:55 UTC 2013


    Date: Thursday, December 12, 2013 @ 23:34:54
  Author: barry
Revision: 26744

[svn-inject] Applying Debian modifications (3.4.0.2-1) to trunk

Added:
  packages/singledispatch/trunk/debian/
  packages/singledispatch/trunk/debian/changelog
  packages/singledispatch/trunk/debian/compat
  packages/singledispatch/trunk/debian/control
  packages/singledispatch/trunk/debian/copyright
  packages/singledispatch/trunk/debian/patches/
  packages/singledispatch/trunk/debian/patches/series
  packages/singledispatch/trunk/debian/rules
  packages/singledispatch/trunk/debian/source/
  packages/singledispatch/trunk/debian/source/format
  packages/singledispatch/trunk/debian/watch


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

Added: packages/singledispatch/trunk/debian/changelog
===================================================================
--- packages/singledispatch/trunk/debian/changelog	                        (rev 0)
+++ packages/singledispatch/trunk/debian/changelog	2013-12-12 23:34:54 UTC (rev 26744)
@@ -0,0 +1,5 @@
+singledispatch (3.4.0.2-1) UNRELEASED; urgency=low
+
+  * Initial release.  Closes: #732038
+
+ -- Barry Warsaw <barry at debian.org>  Mon, 25 Nov 2013 12:54:45 -0500

Added: packages/singledispatch/trunk/debian/compat
===================================================================
--- packages/singledispatch/trunk/debian/compat	                        (rev 0)
+++ packages/singledispatch/trunk/debian/compat	2013-12-12 23:34:54 UTC (rev 26744)
@@ -0,0 +1 @@
+8

Added: packages/singledispatch/trunk/debian/control
===================================================================
--- packages/singledispatch/trunk/debian/control	                        (rev 0)
+++ packages/singledispatch/trunk/debian/control	2013-12-12 23:34:54 UTC (rev 26744)
@@ -0,0 +1,40 @@
+Source: singledispatch
+Maintainer: Barry Warsaw <barry at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Homepage: http://docs.python.org/3/library/functools.html#functools.singledispatch
+Section: python
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Priority: optional
+Build-Depends: debhelper (>= 8),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.5
+Vcs-Hg: https://bitbucket.org/ambv/singledispatch
+
+Package: python-singledispatch
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: single-dispatch generic functions for Python
+ PEP 443 proposed to expose a mechanism in the functools standard library
+ module in Python 3.4 that provides a simple form of generic programming known
+ as single-dispatch generic functions.
+ .
+ This library is a backport of this functionality to Python 2.6 - 3.3.
+ .
+ This is the Python 2 version of the library.
+
+Package: python3-singledispatch
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: single-dispatch generic functions for Python
+ PEP 443 proposed to expose a mechanism in the functools standard library
+ module in Python 3.4 that provides a simple form of generic programming known
+ as single-dispatch generic functions.
+ .
+ This library is a backport of this functionality to Python 2.6 - 3.3.
+ .
+ This is the Python 3 version of the library.

Added: packages/singledispatch/trunk/debian/copyright
===================================================================
--- packages/singledispatch/trunk/debian/copyright	                        (rev 0)
+++ packages/singledispatch/trunk/debian/copyright	2013-12-12 23:34:54 UTC (rev 26744)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: singledispatch
+Source: https://pypi.python.org/pypi/singledispatch
+
+Files: *
+Copyright: 2013 by Łukasz Langa <lukasz at langa.pl>
+License: Expat
+
+Files: debian/*
+Copyright: 2013 Barry Warsaw <barry at debian.org>
+License: Expat
+
+License: 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.

Added: packages/singledispatch/trunk/debian/patches/series
===================================================================
Added: packages/singledispatch/trunk/debian/rules
===================================================================
--- packages/singledispatch/trunk/debian/rules	                        (rev 0)
+++ packages/singledispatch/trunk/debian/rules	2013-12-12 23:34:54 UTC (rev 26744)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=singledispatch
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild


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

Added: packages/singledispatch/trunk/debian/source/format
===================================================================
--- packages/singledispatch/trunk/debian/source/format	                        (rev 0)
+++ packages/singledispatch/trunk/debian/source/format	2013-12-12 23:34:54 UTC (rev 26744)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/singledispatch/trunk/debian/watch
===================================================================
--- packages/singledispatch/trunk/debian/watch	                        (rev 0)
+++ packages/singledispatch/trunk/debian/watch	2013-12-12 23:34:54 UTC (rev 26744)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/s/singledispatch/singledispatch-(.*).tar.gz




More information about the Python-modules-commits mailing list