[Python-modules-commits] r23986 - in packages/python-park/trunk (8 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Apr 23 00:00:18 UTC 2013


    Date: Tuesday, April 23, 2013 @ 00:00:16
  Author: eriol-guest
Revision: 23986

Initial import

Added:
  packages/python-park/trunk/debian/
  packages/python-park/trunk/debian/changelog
  packages/python-park/trunk/debian/compat
  packages/python-park/trunk/debian/control
  packages/python-park/trunk/debian/rules
  packages/python-park/trunk/debian/source/
  packages/python-park/trunk/debian/source/format
  packages/python-park/trunk/debian/watch


Property changes on: packages/python-park/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-park/trunk/debian/changelog
===================================================================
--- packages/python-park/trunk/debian/changelog	                        (rev 0)
+++ packages/python-park/trunk/debian/changelog	2013-04-23 00:00:16 UTC (rev 23986)
@@ -0,0 +1,5 @@
+python-park (1.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #705970)
+
+ -- Daniele Tricoli <eriol at mornie.org>  Tue, 23 Apr 2013 01:36:07 +0200

Added: packages/python-park/trunk/debian/compat
===================================================================
--- packages/python-park/trunk/debian/compat	                        (rev 0)
+++ packages/python-park/trunk/debian/compat	2013-04-23 00:00:16 UTC (rev 23986)
@@ -0,0 +1 @@
+7

Added: packages/python-park/trunk/debian/control
===================================================================
--- packages/python-park/trunk/debian/control	                        (rev 0)
+++ packages/python-park/trunk/debian/control	2013-04-23 00:00:16 UTC (rev 23986)
@@ -0,0 +1,26 @@
+Source: python-park
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Daniele Tricoli <eriol at mornie.org>
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 7),
+ python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6b3)
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.6
+Homepage: https://github.com/litl/park
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-park/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-park/trunk/
+
+Package: python-park
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
+Description: persistent key-value API for Python with ordered traversal of keys
+ Park is a persistent key-value API for Python with ordered traversal of
+ keys. Both keys and values are binary safe. It's similar in use to
+ LevelDB, but has no dependencies outside the Python standard library.
+ It is meant to be extremely easy to use and can scale to a few
+ gigabytes of data.

Added: packages/python-park/trunk/debian/rules
===================================================================
--- packages/python-park/trunk/debian/rules	                        (rev 0)
+++ packages/python-park/trunk/debian/rules	2013-04-23 00:00:16 UTC (rev 23986)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2


Property changes on: packages/python-park/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-park/trunk/debian/source/format
===================================================================
--- packages/python-park/trunk/debian/source/format	                        (rev 0)
+++ packages/python-park/trunk/debian/source/format	2013-04-23 00:00:16 UTC (rev 23986)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-park/trunk/debian/watch
===================================================================
--- packages/python-park/trunk/debian/watch	                        (rev 0)
+++ packages/python-park/trunk/debian/watch	2013-04-23 00:00:16 UTC (rev 23986)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/p/park/park-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list