Skip to content
Snippets Groups Projects
Commit 8361ef80 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

[svn-inject] Applying Debian modifications (2.6-1) to trunk

parents
Branches svn
Tags svn/2.6-1
No related merge requests found
python-websockets (2.6-1) unstable; urgency=low
* Initial release (closes: #798397)
-- Piotr Ożarowski <piotr@debian.org> Tue, 08 Sep 2015 21:03:37 +0200
9
Source: python-websockets
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-python,
python3-all,
python3-setuptools,
Standards-Version: 3.9.6
Homepage: https://github.com/aaugustin/websockets
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-websockets/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-websockets/trunk/
X-Python3-Version: >= 3.3
Package: python3-websockets
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: implementation of the WebSocket Protocol (RFC 6455)
websockets is a library for developing WebSocket servers and clients in
Python. It implements RFC 6455 with a focus on correctness and simplicity.
It passes the Autobahn Testsuite.
.
Built on top of Python's asynchronous I/O support introduced in PEP 3156,
it provides an API based on coroutines, making it easy to write highly
concurrent applications.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: websockets
Upstream-Contact: Aymeric Augustin <aymeric.augustin@m4x.org>
Source: https://github.com/aaugustin/websockets
Files: *
Copyright: 2013-2015 Aymeric Augustin and contributors
License: BSD-3-clause
Files: debian/*
Copyright: 2015 © Piotr Ożarowski <piotr@debian.org>
License: BSD-3-clause
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of websockets nor the names of its contributors may
be used to endorse or promote products derived from this software without
specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#! /usr/bin/make -f
export PYBUILD_NAME=websockets
%:
dh $@ --with python3 --buildsystem=pybuild
\ No newline at end of file
3.0 (quilt)
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
https://pypi.debian.net/websockets/websockets-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment