[Python-modules-commits] r33646 - in packages/mongomock/trunk (10 files)
reazem-guest at users.alioth.debian.org
reazem-guest at users.alioth.debian.org
Fri Aug 7 14:12:21 UTC 2015
Date: Friday, August 7, 2015 @ 14:12:20
Author: reazem-guest
Revision: 33646
Initial packaging
Added:
packages/mongomock/trunk/debian/
packages/mongomock/trunk/debian/changelog
packages/mongomock/trunk/debian/compat
packages/mongomock/trunk/debian/control
packages/mongomock/trunk/debian/copyright
packages/mongomock/trunk/debian/rules
packages/mongomock/trunk/debian/source/
packages/mongomock/trunk/debian/source/format
packages/mongomock/trunk/debian/source/options
packages/mongomock/trunk/debian/watch
Property changes on: packages/mongomock/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/mongomock/trunk/debian/changelog
===================================================================
--- packages/mongomock/trunk/debian/changelog (rev 0)
+++ packages/mongomock/trunk/debian/changelog 2015-08-07 14:12:20 UTC (rev 33646)
@@ -0,0 +1,5 @@
+mongomock (2.2.0-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #XXXXXX)
+
+ -- Alexandre Viau <alexandre at alexandreviau.net> Fri, 07 Aug 2015 09:25:58 -0400
Added: packages/mongomock/trunk/debian/compat
===================================================================
--- packages/mongomock/trunk/debian/compat (rev 0)
+++ packages/mongomock/trunk/debian/compat 2015-08-07 14:12:20 UTC (rev 33646)
@@ -0,0 +1 @@
+9
Added: packages/mongomock/trunk/debian/control
===================================================================
--- packages/mongomock/trunk/debian/control (rev 0)
+++ packages/mongomock/trunk/debian/control 2015-08-07 14:12:20 UTC (rev 33646)
@@ -0,0 +1,43 @@
+Source: mongomock
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Alexandre Viau <alexandre at alexandreviau.net>
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
+Build-Depends-Indep: python-nose,
+ python-pymongo,
+ python3-nose,
+ python3-pymongo
+Standards-Version: 3.9.6
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/mongomock/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/mongomock/trunk/
+Homepage: https://github.com/vmalloc/mongomock
+
+Package: python-mongomock
+Architecture: all
+Depends: ${misc:Depends},
+ ${python:Depends},
+ python-pymongo
+Description: library for mocking pymongo collection objects for testing purposes
+ Mongomock is a small library to help testing Python code that interacts with
+ MongoDB via Pymongo. MongoDB is complex. This library aims at a reasonably complete
+ mock of MongoDB for testing purposes, not a perfect replica
+ .
+ This is the Python 2 compatible package.
+
+Package: python3-mongomock
+Architecture: all
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ python3-pymongo
+Description: library for mocking pymongo collection objects for testing purposes
+ Mongomock is a small library to help testing Python code that interacts with
+ MongoDB via Pymongo. MongoDB is complex. This library aims at a reasonably complete
+ mock of MongoDB for testing purposes, not a perfect replica
+ .
+ This is the Python 3 compatible package
Added: packages/mongomock/trunk/debian/copyright
===================================================================
--- packages/mongomock/trunk/debian/copyright (rev 0)
+++ packages/mongomock/trunk/debian/copyright 2015-08-07 14:12:20 UTC (rev 33646)
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flask-restful
+Source: https://github.com/flask-restful/flask-restful
+
+Files: *
+Copyright: 2013 Twilio Inc. <help at twilio.com>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2015 Alexandre Viau <alexandre at alexandreviau.net>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ - Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ - 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.
+ - Neither the name of the Twilio, Inc. 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 HOLDER 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/mongomock/trunk/debian/rules
===================================================================
--- packages/mongomock/trunk/debian/rules (rev 0)
+++ packages/mongomock/trunk/debian/rules 2015-08-07 14:12:20 UTC (rev 33646)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=mongomock
+export PYBUILD_TEST_NOSE=1
+
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
Property changes on: packages/mongomock/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/mongomock/trunk/debian/source/format
===================================================================
--- packages/mongomock/trunk/debian/source/format (rev 0)
+++ packages/mongomock/trunk/debian/source/format 2015-08-07 14:12:20 UTC (rev 33646)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/mongomock/trunk/debian/source/options
===================================================================
--- packages/mongomock/trunk/debian/source/options (rev 0)
+++ packages/mongomock/trunk/debian/source/options 2015-08-07 14:12:20 UTC (rev 33646)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"
Added: packages/mongomock/trunk/debian/watch
===================================================================
--- packages/mongomock/trunk/debian/watch (rev 0)
+++ packages/mongomock/trunk/debian/watch 2015-08-07 14:12:20 UTC (rev 33646)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.debian.net/mongomock/mongomock(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list