[Python-modules-commits] [betamax] 03/08: Initial release. (Closes: #808880)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Jan 3 19:29:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a commit to branch master
in repository betamax.

commit a7fec397897e0378c1188605ba6495ff51795454
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Sun Jan 3 17:21:08 2016 +0100

    Initial release. (Closes: #808880)
---
 debian/changelog |  6 ++++++
 debian/compat    |  1 +
 debian/control   | 43 +++++++++++++++++++++++++++++++++++++++++++
 debian/copyright | 29 +++++++++++++++++++++++++++++
 debian/docs      |  1 +
 debian/rules     |  5 +++++
 debian/watch     |  3 +++
 7 files changed, 88 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e155bcf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+betamax (0.5.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #808880)
+
+ -- Daniele Tricoli <eriol at mornie.org>  Sun, 03 Jan 2016 15:34:07 +0000
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7269f7e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: betamax
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Daniele Tricoli <eriol at mornie.org>,
+ Ian Cordasco <graffatcolmingov at gmail.com>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-requests (>= 2.0),
+ python-setuptools,
+ python3-all,
+ python3-requests (>= 2.0),
+ python3-setuptools,
+Standards-Version: 3.9.6
+Homepage: https://github.com/sigmavirus24/betamax
+
+Package: python-betamax
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Description: VCR imitation designed only for python-requests - Python 2.X
+ Betamax records HTTP interactions and replay them allowing fast, deterministic
+ and accurate tests and it's designed to be used with python-requests. If
+ you are not using python-requests, you should checkout vcr.py.
+ .
+ Betamax comes with integrations for py.test and unittest and supports
+ third party packages that provide extra request matchers and cassette
+ serializers.
+
+Package: python3-betamax
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Description: VCR imitation designed only for python-requests - Python 3.X
+ Betamax records HTTP interactions and replay them allowing fast, deterministic
+ and accurate tests and it's designed to be used with python-requests. If
+ you are not using python-requests, you should checkout vcr.py.
+ .
+ Betamax comes with integrations for py.test and unittest and supports
+ third party packages that provide extra request matchers and cassette
+ serializers.
+ .
+ This package contains the Python 3 version of the library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..814761f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: betamax
+Upstream-Contact: Ian Cordasco <graffatcolmingov at gmail.com>
+Source: https://github.com/sigmavirus24/betamax
+
+Files: *
+Copyright: 2013, Ian Cordasco
+License: Apache
+
+Files: debian/*
+Copyright: 2016, Daniele Tricoli <eriol at mornie.org>,
+           2016, Ian Cordasco <graffatcolmingov at gmail.com>
+License: Apache
+
+License: Apache
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this software except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+   http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the full text of the Apache License, Version 2.0 can be
+ found in the file `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..de314c2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=betamax
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1cc2690
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/betamax/betamax-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/betamax.git



More information about the Python-modules-commits mailing list