[Python-modules-commits] [python-flaky] 03/11: Initial packaging.

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Jan 18 14:39:54 UTC 2016


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

mithrandi pushed a commit to branch master
in repository python-flaky.

commit c697cdba562de2fd1a073e7fafa2ebba8d3cc04f
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Mon Dec 21 20:52:53 2015 +0200

    Initial packaging.
---
 debian/changelog          |  6 +++++
 debian/compat             |  1 +
 debian/control            | 60 +++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright          | 28 ++++++++++++++++++++++
 debian/python3-flaky.docs |  1 +
 debian/rules              |  5 ++++
 debian/watch              |  4 ++++
 7 files changed, 105 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c494c7f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+flaky (3.0.1-0~pypi2deb) UNRELEASED; urgency=low
+
+  * Autogenerated by py2dsp v1.20151008
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Mon, 21 Dec 2015 12:31:49 +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..b28a95e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,60 @@
+Source: flaky
+Section: python
+Priority: optional
+Maintainer: Tristan Seligmann <mithrandi at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ pypy,
+ pypy-setuptools,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
+Standards-Version: 3.9.6
+Homepage: https://github.com/box/flaky
+
+Package: python-flaky
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+XB-Python-Egg-Name: flaky
+Description: Plugin for nose or py.test that automatically reruns flaky tests (Python 2)
+ Flaky is a plugin for nose or py.test that automatically reruns flaky tests.
+ .
+ Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on
+ components that aren't 100% reliable. With flaky, instead of removing those
+ tests or marking them to @skip, they can be automatically retried.
+ .
+ This package contains the Python 2 version of flaky.
+
+Package: python3-flaky
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+XB-Python-Egg-Name: flaky
+Description: Plugin for nose or py.test that automatically reruns flaky tests (Python 3)
+ Flaky is a plugin for nose or py.test that automatically reruns flaky tests.
+ .
+ Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on
+ components that aren't 100% reliable. With flaky, instead of removing those
+ tests or marking them to @skip, they can be automatically retried.
+ .
+ This package contains the Python 3 version of flaky.
+
+Package: pypy-flaky
+Architecture: all
+Depends: ${misc:Depends}, ${pypy:Depends}
+Recommends: ${pypy:Recommends}
+Suggests: ${pypy:Suggests}
+XB-Python-Egg-Name: flaky
+Description: Plugin for nose or py.test that automatically reruns flaky tests (PyPy)
+ Flaky is a plugin for nose or py.test that automatically reruns flaky tests.
+ .
+ Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on
+ components that aren't 100% reliable. With flaky, instead of removing those
+ tests or marking them to @skip, they can be automatically retried.
+ .
+ This package contains the PyPy version of flaky.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9472203
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flaky
+Upstream-Contact: Box <oss at box.com>
+Source: https://github.com/box/flaky
+
+Files: *
+Copyright: 2015 Box <oss at box.com>
+License: Apache
+
+Files: debian/*
+Copyright: 2015 Tristan Seligmann <mithrandi at debian.org>
+License: Apache
+
+License: Apache
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+    http://www.apache.org/licenses/LICENSE-2.0
+ .
+ On Debian systems, the full text of the License can be found in the file
+ `/usr/share/common-licences/Apache-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.
diff --git a/debian/python3-flaky.docs b/debian/python3-flaky.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-flaky.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..eab3a4c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=flaky
+%:
+	dh $@ --with pypy,python3,python2 --buildsystem=pybuild
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..6951723
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/flaky/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/flaky/flaky-(.+)\.(?: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/python-flaky.git



More information about the Python-modules-commits mailing list