debian/0000775000000000000000000000000012531233640007167 5ustar debian/source/0000775000000000000000000000000012326667202010476 5ustar debian/source/format0000664000000000000000000000001412326667202011704 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000066012326674651010266 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_auto_clean: dh_auto_clean rm -fr socketIO_client.egg-info override_dh_auto_install: dh_auto_install find debian/python-socketio-client -name "*SOURCES.txt" -delete override_dh_installchangelogs: dh_installchangelogs -k CHANGES.rst override_dh_python2: dh_python2 --no-guessing-deps debian/compat0000664000000000000000000000000212326667202010374 0ustar 9 debian/control0000664000000000000000000000140312326674314010601 0ustar Source: python-socketio-client Section: python Priority: optional Maintainer: Leo Iannacone Build-Depends: debhelper (>= 9) , python-all (>= 2.6.6-3~) , python-setuptools Standards-Version: 3.9.5 Homepage: https://github.com/invisibleroads/socketIO-client Vcs-Git: git://anonscm.debian.org/collab-maint/python-socketio-client.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-socketio-client.git Package: python-socketio-client Architecture: all Depends: ${python:Depends} , ${misc:Depends} , python-requests , python-six , python-websocket Description: socket.io-client library for python This package contains a socket.io client library for Python. . You can use it to write test code against your socket.io server. debian/changelog0000664000000000000000000000055612531233640011047 0ustar python-socketio-client (0.5.3-1~ubuntu14.04.1) trusty-backports; urgency=medium * No-change backport to trusty (LP: #1458651) -- Micah Gersten Tue, 26 May 2015 22:18:56 -0500 python-socketio-client (0.5.3-1) unstable; urgency=low * Initial release (Closes: #744690) -- Leo Iannacone Sat, 26 Apr 2014 11:19:16 +0200 debian/copyright0000664000000000000000000000254212326667202011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: socketIO-client Source: https://github.com/invisibleroads/socketIO-client Files: * Copyright: Roy Hyunjin Han License: Expat Files: debian/* Copyright: 2014 Leo Iannacone License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/watch0000664000000000000000000000025412326667202010230 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/python-socketio-client-$1\.tar\.gz/ \ https://github.com/invisibleroads/socketIO-client/tags .*/v?(\d\S*)\.tar\.gz debian/docs0000664000000000000000000000005612326667202010052 0ustar README.rst TODO.goals TODO.log serve_tests.js