[Python-modules-commits] [api-hour] 03/04: Initial release (closes: 832987)

Piotr Ożarowski piotr at moszumanska.debian.org
Sat Jul 30 15:07:23 UTC 2016


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

piotr pushed a commit to branch master
in repository api-hour.

commit 3af2365bff233e8246407042f6bf8589b18485b7
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Sat Jul 30 16:55:40 2016 +0200

    Initial release (closes: 832987)
---
 debian/.git-dpm              |  3 +++
 debian/changelog             |  5 +++++
 debian/compat                |  1 +
 debian/control               | 29 +++++++++++++++++++++++++++++
 debian/copyright             | 15 +++++++++++++++
 debian/python3-api-hour.docs |  1 +
 debian/rules                 |  5 +++++
 debian/source/options        |  1 +
 debian/watch                 |  3 +++
 9 files changed, 63 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index edb1945..b425eb1 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 api-hour_0.8.1.orig.tar.gz
 f2c5cb6546258fa839b99a24d8e1facedea3d392
 14345
+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..5c58ea3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+api-hour (0.8.1-1) unstable; urgency=low
+
+  * Initial release (closes: 832987)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 30 Jul 2016 14:42:09 +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..e6e11ad
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: api-hour
+Section: python
+Priority: optional
+Maintainer: Piotr Ożarowski <piotr at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), dh-python,
+               python3-all,
+               python3-gunicorn,
+               python3-aiohttp,
+               python3-setproctitle,
+               python3-setuptools,
+               python3-yaml,
+Standards-Version: 3.9.8
+Homepage: http://www.api-hour.io
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/api-hour.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/api-hour.git
+
+Package: python3-api-hour
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Description: lightweight daemon framework to write AsyncIO based applications
+ API Hour was created to answer the need for a simple, robust, and super-fast
+ server-side environment to build very efficient Daemons with ease.
+ .
+ By default, API-Hour Starter Kit (Cookiecutter) creates for you a HTTP daemon
+ to develop WebServices.
+ .
+ With API-Hour, you can quickly convert any AsyncIO server library to
+ multi-processing daemon, ready for production.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..df154b7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: api_hour
+Upstream-Contact: Eyepea Dev Team <gmludo at gmail.com>
+Source: http://www.api-hour.io
+
+Files: *
+Copyright: [2015] [Eyepea Dev Team]
+License: Apache2
+
+Files: debian/*
+Copyright: 2016 © Piotr Ożarowski <piotr at debian.org>
+License: Apache2
+
+License: Apache2
+ See /usr/share/common-licenses/Apache-2.0
diff --git a/debian/python3-api-hour.docs b/debian/python3-api-hour.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-api-hour.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f3a2f2e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=api-hour
+%:
+	dh $@ --with python3 --buildsystem=pybuild
\ No newline at end of file
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..d81db3f
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+.egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e3304ec
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/api_hour/api_hour-(.+)\.(?: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/api-hour.git



More information about the Python-modules-commits mailing list