[Python-modules-commits] r21196 - in packages/python-flexmock/trunk (8 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Fri Apr 13 14:25:46 UTC 2012


    Date: Friday, April 13, 2012 @ 14:25:45
  Author: stefanor
Revision: 21196

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

Added:
  packages/python-flexmock/trunk/debian/
  packages/python-flexmock/trunk/debian/changelog
  packages/python-flexmock/trunk/debian/compat
  packages/python-flexmock/trunk/debian/control
  packages/python-flexmock/trunk/debian/copyright
  packages/python-flexmock/trunk/debian/rules
  packages/python-flexmock/trunk/debian/source/
  packages/python-flexmock/trunk/debian/source/format


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

Added: packages/python-flexmock/trunk/debian/changelog
===================================================================
--- packages/python-flexmock/trunk/debian/changelog	                        (rev 0)
+++ packages/python-flexmock/trunk/debian/changelog	2012-04-13 14:25:45 UTC (rev 21196)
@@ -0,0 +1,5 @@
+python-flexmock (0.9.3-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #668606).
+
+ -- Stefano Rivera <stefanor at debian.org>  Fri, 13 Apr 2012 13:37:47 +0200

Added: packages/python-flexmock/trunk/debian/compat
===================================================================
--- packages/python-flexmock/trunk/debian/compat	                        (rev 0)
+++ packages/python-flexmock/trunk/debian/compat	2012-04-13 14:25:45 UTC (rev 21196)
@@ -0,0 +1 @@
+8

Added: packages/python-flexmock/trunk/debian/control
===================================================================
--- packages/python-flexmock/trunk/debian/control	                        (rev 0)
+++ packages/python-flexmock/trunk/debian/control	2012-04-13 14:25:45 UTC (rev 21196)
@@ -0,0 +1,59 @@
+Source: python-flexmock
+Priority: optional
+Section: python
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Stefano Rivera <stefanor at debian.org>
+Build-Depends:
+ debhelper (>= 8),
+ python-all (>= 2.6.6-3~),
+ python3-all (>= 3.1.2)
+Standards-Version: 3.9.3
+Homepage: http://has207.github.com/flexmock/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-flexmock/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-flexmock/trunk/
+X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.0
+
+Package: python-flexmock
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Mock/Stub/Spy library for Python
+ flexmock is a testing library for Python that makes it easy to create mocks,
+ stubs and fakes.
+ .
+ The API is inspired by a Ruby library of the same name, but Python flexmock is
+ not a clone of the Ruby version. It omits a number of redundancies in the Ruby
+ flexmock API, alters some defaults, and introduces a number of Python-only
+ features.
+ .
+ flexmock's design focuses on simplicity and intuitiveness. This means that the
+ API is as lean as possible, though a few convenient short-hand methods are
+ provided to aid brevity and readability.
+ .
+ flexmock declarations are structured to read more like English sentences than
+ API calls, and it is possible to chain them together in any order to achieve
+ high degree of expressiveness in a single line of code.
+ .
+ This package contains the Python 2.x version of flexmock.
+
+Package: python3-flexmock
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Mock/Stub/Spy library for Python 3
+ flexmock is a testing library for Python that makes it easy to create mocks,
+ stubs and fakes.
+ .
+ The API is inspired by a Ruby library of the same name, but Python flexmock is
+ not a clone of the Ruby version. It omits a number of redundancies in the Ruby
+ flexmock API, alters some defaults, and introduces a number of Python-only
+ features.
+ .
+ flexmock's design focuses on simplicity and intuitiveness. This means that the
+ API is as lean as possible, though a few convenient short-hand methods are
+ provided to aid brevity and readability.
+ .
+ flexmock declarations are structured to read more like English sentences than
+ API calls, and it is possible to chain them together in any order to achieve
+ high degree of expressiveness in a single line of code.
+ .
+ This package contains the Python 3 version of flexmock.

Added: packages/python-flexmock/trunk/debian/copyright
===================================================================
--- packages/python-flexmock/trunk/debian/copyright	                        (rev 0)
+++ packages/python-flexmock/trunk/debian/copyright	2012-04-13 14:25:45 UTC (rev 21196)
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flexmock
+Upstream-Contact: Herman Sheremetyev <herman at swebpage.com>
+Source: https://github.com/has207/flexmock
+
+Files: *
+Copyright: 2011-2012, Herman Sheremetyev <herman at swebpage.com>
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2012, Stefano Rivera <stefanor at debian.org>
+License: BSD-2-clause
+
+License: BSD-2-clause
+ 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.
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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-flexmock/trunk/debian/rules
===================================================================
--- packages/python-flexmock/trunk/debian/rules	                        (rev 0)
+++ packages/python-flexmock/trunk/debian/rules	2012-04-13 14:25:45 UTC (rev 21196)
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+
+PYVERS = $(shell pyversions -r)
+PY3VERS = $(shell py3versions -r)
+
+%:
+	dh $@ --with python2,python3
+
+override_dh_auto_build:
+	set -ex; \
+	for py in $(PYVERS) $(PY3VERS); do \
+		$$py setup.py build; \
+	done
+
+override_dh_auto_install:
+	set -ex; \
+	for py in $(PYVERS); do \
+		$$py setup.py install --skip-build --root debian/python-flexmock \
+		                      --install-layout=deb; \
+	done
+	set -ex; \
+	for py in $(PY3VERS); do \
+		$$py setup.py install --skip-build --root debian/python3-flexmock \
+		                      --install-layout=deb; \
+	done
+
+override_dh_auto_clean:
+	rm -rf build


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

Added: packages/python-flexmock/trunk/debian/source/format
===================================================================
--- packages/python-flexmock/trunk/debian/source/format	                        (rev 0)
+++ packages/python-flexmock/trunk/debian/source/format	2012-04-13 14:25:45 UTC (rev 21196)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list