[Python-modules-commits] [python-molotov] 03/05: Initial release. (Closes: #889296)
Ondrej Novy
onovy at debian.org
Sun Feb 4 09:35:34 UTC 2018
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-molotov.
commit 4f55096d427b0168f9c4aef1dec85a7cd0f1810d
Author: Ondřej Nový <onovy at debian.org>
Date: Sun Feb 4 10:30:16 2018 +0100
Initial release. (Closes: #889296)
---
debian/.git-dpm | 3 +++
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 29 +++++++++++++++++++++++++++++
debian/copyright | 27 +++++++++++++++++++++++++++
debian/rules | 11 +++++++++++
debian/source/options | 1 +
debian/tests/control.autodep8 | 2 ++
debian/watch | 3 +++
9 files changed, 82 insertions(+)
diff --git a/debian/.git-dpm b/debian/.git-dpm
index 90138f8..9c389b3 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@ dd775394135e0c260fcf6525077e4e09094b2b0c
python-molotov_1.4.orig.tar.gz
0ca1247b06164ad24a1b52f9c2f60509448fb807
34365
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..dee29a5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-molotov (1.4-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #889296)
+
+ -- Ondřej Nový <onovy at debian.org> Sat, 03 Feb 2018 17:48:30 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..368d400
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: python-molotov
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ondřej Nový <onovy at debian.org>,
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 11),
+ dh-python,
+ python3-all,
+ python3-setuptools,
+ python3-aiohttp,
+ python3-aiomeasures,
+ python3-pytest,
+ python3-uvloop,
+Standards-Version: 4.1.3
+Homepage: https://molotov.readthedocs.io/en/stable/
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-molotov.git/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-molotov.git
+Testsuite: autopkgtest-pkg-python
+
+Package: python3-molotov
+Architecture: all
+Depends: ${misc:Depends},
+ ${python3:Depends},
+Description: tool to write load tests in Python
+ Create a load test in Python using functions decorated with the scenario
+ decorator – those functions needs to be coroutines. Based on asyncio, built with
+ aiohttp.
+ .
+ This package contains the Python 3.x module and CLI.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d1cb538
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: molotov
+Source: https://molotov.readthedocs.io/en/stable/
+
+Files: *
+Copyright: 2017 Tarek Ziade
+License: Apache-2
+
+Files: debian/*
+Copyright: 2018 Ondřej Nový <onovy at debian.org>
+License: Apache-2
+
+License: Apache-2
+ 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
+ .
+ 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-based systems the full text of the Apache version 2.0 license
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b819782
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#! /usr/bin/make -f
+
+#export DH_VERBOSE = 1
+export PYBUILD_NAME = molotov
+export PYBUILD_TEST_ARGS = {interpreter} -m pytest
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+ PYBUILD_SYSTEM=custom PYTHONPATH=. dh_auto_test
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..cb61fa5
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"
diff --git a/debian/tests/control.autodep8 b/debian/tests/control.autodep8
new file mode 100644
index 0000000..095eb85
--- /dev/null
+++ b/debian/tests/control.autodep8
@@ -0,0 +1,2 @@
+Test-Command: molotov --help
+Depends: @
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2bf80bb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/molotov/molotov-(.+)\.(?: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-molotov.git
More information about the Python-modules-commits
mailing list