[Python-modules-commits] r33752 - in packages/aioredis/trunk (9 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Aug 13 20:23:49 UTC 2015


    Date: Thursday, August 13, 2015 @ 20:23:48
  Author: piotr
Revision: 33752

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

Added:
  packages/aioredis/trunk/debian/
  packages/aioredis/trunk/debian/changelog
  packages/aioredis/trunk/debian/compat
  packages/aioredis/trunk/debian/control
  packages/aioredis/trunk/debian/copyright
  packages/aioredis/trunk/debian/rules
  packages/aioredis/trunk/debian/source/
  packages/aioredis/trunk/debian/source/format
  packages/aioredis/trunk/debian/watch


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

Added: packages/aioredis/trunk/debian/changelog
===================================================================
--- packages/aioredis/trunk/debian/changelog	                        (rev 0)
+++ packages/aioredis/trunk/debian/changelog	2015-08-13 20:23:48 UTC (rev 33752)
@@ -0,0 +1,5 @@
+aioredis (0.2.2-1) unstable; urgency=low
+
+  * Initial release (closes: 795414)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 13 Aug 2015 22:12:46 +0200

Added: packages/aioredis/trunk/debian/compat
===================================================================
--- packages/aioredis/trunk/debian/compat	                        (rev 0)
+++ packages/aioredis/trunk/debian/compat	2015-08-13 20:23:48 UTC (rev 33752)
@@ -0,0 +1 @@
+9

Added: packages/aioredis/trunk/debian/control
===================================================================
--- packages/aioredis/trunk/debian/control	                        (rev 0)
+++ packages/aioredis/trunk/debian/control	2015-08-13 20:23:48 UTC (rev 33752)
@@ -0,0 +1,26 @@
+Source: aioredis
+Section: python
+Priority: optional
+Maintainer: Piotr Ożarowski <piotr at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), dh-python,
+ python3-all,
+ python3-setuptools,
+ python3-hiredis,
+Standards-Version: 3.9.6
+Homepage: http://aioredis.readthedocs.org/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/aiopg/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/aiopg/trunk/
+X-Python3-Version: >= 3.3
+
+Package: python3-aioredis
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: asyncio (PEP 3156) Redis support
+ The library is intended to provide simple and clear interface to Redis based
+ on asyncio.
+ .
+ Features:
+  * Connections pool
+  * Low-level & high-level API
+  * hiredis parser

Added: packages/aioredis/trunk/debian/copyright
===================================================================
--- packages/aioredis/trunk/debian/copyright	                        (rev 0)
+++ packages/aioredis/trunk/debian/copyright	2015-08-13 20:23:48 UTC (rev 33752)
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: aioredis
+Upstream-Contact: Alexey Popravka <alexey.popravka at horsedevel.com>
+Source: https://aioredis.readthedocs.org/
+
+Files: *
+Copyright: 2014 Alexey Popravka
+License: Expat
+
+Files: debian/*
+Copyright: 2015 Piotr Ożarowski <piotr 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/aioredis/trunk/debian/rules
===================================================================
--- packages/aioredis/trunk/debian/rules	                        (rev 0)
+++ packages/aioredis/trunk/debian/rules	2015-08-13 20:23:48 UTC (rev 33752)
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=aioredis
+%:
+	dh $@ --with python3 --buildsystem=pybuild


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

Added: packages/aioredis/trunk/debian/source/format
===================================================================
--- packages/aioredis/trunk/debian/source/format	                        (rev 0)
+++ packages/aioredis/trunk/debian/source/format	2015-08-13 20:23:48 UTC (rev 33752)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/aioredis/trunk/debian/watch
===================================================================
--- packages/aioredis/trunk/debian/watch	                        (rev 0)
+++ packages/aioredis/trunk/debian/watch	2015-08-13 20:23:48 UTC (rev 33752)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/aioredis/aioredis-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file




More information about the Python-modules-commits mailing list