[Python-modules-commits] r28438 - in packages/python-w3lib/trunk (10 files)
vcheng at users.alioth.debian.org
vcheng at users.alioth.debian.org
Tue Apr 1 17:46:12 UTC 2014
Date: Tuesday, April 1, 2014 @ 17:46:11
Author: vcheng
Revision: 28438
[svn-inject] Applying Debian modifications (1.0-1) to trunk
Added:
packages/python-w3lib/trunk/debian/
packages/python-w3lib/trunk/debian/changelog
packages/python-w3lib/trunk/debian/compat
packages/python-w3lib/trunk/debian/control
packages/python-w3lib/trunk/debian/copyright
packages/python-w3lib/trunk/debian/lintian-overrides
packages/python-w3lib/trunk/debian/rules
packages/python-w3lib/trunk/debian/source/
packages/python-w3lib/trunk/debian/source/format
packages/python-w3lib/trunk/debian/watch
Property changes on: packages/python-w3lib/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-w3lib/trunk/debian/changelog
===================================================================
--- packages/python-w3lib/trunk/debian/changelog (rev 0)
+++ packages/python-w3lib/trunk/debian/changelog 2014-04-01 17:46:11 UTC (rev 28438)
@@ -0,0 +1,5 @@
+python-w3lib (1.0-1) unstable; urgency=low
+
+ * Initial release. (Closes: #659315)
+
+ -- Ignace Mouzannar <mouzannar at gmail.com> Fri, 10 Feb 2012 07:12:01 +0400
Added: packages/python-w3lib/trunk/debian/compat
===================================================================
--- packages/python-w3lib/trunk/debian/compat (rev 0)
+++ packages/python-w3lib/trunk/debian/compat 2014-04-01 17:46:11 UTC (rev 28438)
@@ -0,0 +1 @@
+7
Added: packages/python-w3lib/trunk/debian/control
===================================================================
--- packages/python-w3lib/trunk/debian/control (rev 0)
+++ packages/python-w3lib/trunk/debian/control 2014-04-01 17:46:11 UTC (rev 28438)
@@ -0,0 +1,32 @@
+Source: python-w3lib
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ignace Mouzannar <mouzannar at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
+X-Python-Version: >=2.5, <=2.7
+Standards-Version: 3.9.2
+Homepage: http://pypi.python.org/pypi/w3lib
+
+Package: python-w3lib
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: Collection of web-related functions for Python
+ Python module with simple, reusable functions to work with URLs, HTML,
+ forms, and HTTP, that arenât found in the Python standard library.
+ .
+ This module is used to, for example:
+ - remove comments, or tags from HTML snippets
+ - extract base url from HTML snippets
+ - translate entites on HTML strings
+ - encoding mulitpart/form-data
+ - convert raw HTTP headers to dicts and vice-versa
+ - construct HTTP auth header
+ - RFC-compliant url joining
+ - sanitize urls (like browsers do)
+ - extract arguments from urls
+ .
+ The code of w3lib was originally part of the Scrapy framework but was later
+ stripped out of Scrapy, with the aim of make it more reusable and to provide
+ a useful library of web functions without depending on Scrapy.
Added: packages/python-w3lib/trunk/debian/copyright
===================================================================
--- packages/python-w3lib/trunk/debian/copyright (rev 0)
+++ packages/python-w3lib/trunk/debian/copyright 2014-04-01 17:46:11 UTC (rev 28438)
@@ -0,0 +1,62 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=213&view=co&pathrev=213
+Upstream-Name: w3lib
+Upstream-Contact: Scrapy project <info at scrapy.org>
+Source: http://pypi.python.org/pypi/w3lib
+
+Files: debian/*
+Copyright:
+ 2009-2012, Ignace Mouzannar <mouzannar at gmail.com>
+License: BSD
+ 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.
+ 3. Neither the name of Scrapy nor the names of its contributors may be used
+ to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ 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.
+
+Files: *
+Copyright:
+ 2011, Scrapy project <info at scrapy.org>
+License: BSD
+ 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.
+ 3. Neither the name of Scrapy nor the names of its contributors may be used
+ to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ 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.
Added: packages/python-w3lib/trunk/debian/lintian-overrides
===================================================================
--- packages/python-w3lib/trunk/debian/lintian-overrides (rev 0)
+++ packages/python-w3lib/trunk/debian/lintian-overrides 2014-04-01 17:46:11 UTC (rev 28438)
@@ -0,0 +1 @@
+python-w3lib: no-upstream-changelog
Added: packages/python-w3lib/trunk/debian/rules
===================================================================
--- packages/python-w3lib/trunk/debian/rules (rev 0)
+++ packages/python-w3lib/trunk/debian/rules 2014-04-01 17:46:11 UTC (rev 28438)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+ dh $@ --with python2
Property changes on: packages/python-w3lib/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-w3lib/trunk/debian/source/format
===================================================================
--- packages/python-w3lib/trunk/debian/source/format (rev 0)
+++ packages/python-w3lib/trunk/debian/source/format 2014-04-01 17:46:11 UTC (rev 28438)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-w3lib/trunk/debian/watch
===================================================================
--- packages/python-w3lib/trunk/debian/watch (rev 0)
+++ packages/python-w3lib/trunk/debian/watch 2014-04-01 17:46:11 UTC (rev 28438)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/w/w3lib/w3lib-([\d\.]+).tar.gz
More information about the Python-modules-commits
mailing list