[Python-modules-commits] [aiohttp-cors] 02/03: Import aiohttp-cors_0.5.0-1.dsc

Brandon Weeks bweeks-guest at moszumanska.debian.org
Mon Jul 24 07:38:04 UTC 2017


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

bweeks-guest pushed a commit to branch master
in repository aiohttp-cors.

commit 9a7564b1928ffe3a25c06379050b503b637a769d
Author: Brandon Weeks <bweeks at google.com>
Date:   Mon Jul 24 00:30:36 2017 -0700

    Import aiohttp-cors_0.5.0-1.dsc
---
 debian/changelog                 |  5 +++++
 debian/compat                    |  1 +
 debian/control                   | 27 +++++++++++++++++++++++++++
 debian/copyright                 | 27 +++++++++++++++++++++++++++
 debian/python3-aiohttp-cors.docs |  1 +
 debian/rules                     |  8 ++++++++
 debian/source/format             |  1 +
 debian/source/options            |  1 +
 debian/watch                     |  3 +++
 9 files changed, 74 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5bf07e9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+aiohttp-cors (0.5.0-1) unstable; urgency=medium
+
+  * Initial release (Closes: #855498)
+
+ -- Brandon Weeks <bweeks at google.com>  Sun, 19 Feb 2017 07:49:52 +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..747f7fb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: aiohttp-cors
+Section: python
+Priority: optional
+Maintainer: Brandon Weeks <bweeks at google.com>
+Build-Depends:
+  debhelper (>= 9),
+  dh-python,
+  python3,
+  python3-aiohttp,
+  python3-pytest,
+  python3-selenium,
+  python3-setuptools
+Standards-Version: 3.9.8
+Homepage: https://github.com/aio-libs/aiohttp-cors
+X-Python3-Version: >= 3.5
+#Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/aiohttp-cors.git
+#Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/aiohttp-cors.git/
+Testsuite: autopkgtest-pkg-python
+
+Package: python3-aiohttp-cors
+Architecture: all
+Depends:
+  ${python3:Depends},
+  ${misc:Depends}
+Description: Cross Origin Resource Sharing (CORS) support for aiohttp
+ aiohttp_cors library implements Cross Origin Resource Sharing (CORS) support
+ for aiohttp asyncio-powered asynchronous HTTP server.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e3baa9d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: aiohttp-cors
+Source: https://github.com/aio-libs/aiohttp-cors 
+
+Files: *
+Copyright: 2015 Vladimir Rutsky <vladimir at rutsky.org>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2017 Brandon Weeks <bweeks at google.com>
+License: Apache-2.0
+
+License: Apache-2.0
+ 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
+ .
+ https://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 complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
diff --git a/debian/python3-aiohttp-cors.docs b/debian/python3-aiohttp-cors.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-aiohttp-cors.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b6196e6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=aiohttp-cors
+export PYBUILD_TEST_PYTEST=1
+export PYBUILD_TEST_ARGS=-k-tests/integration/test_real_browser.py
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
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/watch b/debian/watch
new file mode 100644
index 0000000..04bf5fb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/aiohttp_cors/aiohttp_cors-(.+)\.(?: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/aiohttp-cors.git



More information about the Python-modules-commits mailing list