debian/0000755000000000000000000000000012173165647007202 5ustar debian/python3-pykka.doc-base0000644000000000000000000000051312172217732013311 0ustar Document: python3-pykka Title: python3-pykka documentation Author: Stein Magnus Jodal Section: Programming Format: HTML Index: /usr/share/doc/python3-pykka/html/index.html Files: /usr/share/doc/python3-pykka/html/*.html Format: Text Index: /usr/share/doc/python3-pykka/rst/index.txt Files: /usr/share/doc/python3-pykka/rst/*.txt debian/python-pykka.preinst0000644000000000000000000000052612172566700013243 0ustar #!/bin/sh set -e # Remove directory symlinks created by old python-pykka-doc # This may be removed after Debian jessie is released if [ -L /usr/share/doc/python-pykka/html ]; then rm -f /usr/share/doc/python-pykka/html fi if [ -L /usr/share/doc/python-pykka/rst ]; then rm -f /usr/share/doc/python-pykka/rst fi #DEBHELPER# exit 0 debian/python-pykka.install0000644000000000000000000000002112172217732013211 0ustar usr/lib/python2* debian/python3-pykka.install0000644000000000000000000000002012172217732013273 0ustar usr/lib/python3 debian/control0000644000000000000000000000316212172221432010567 0ustar Source: python-pykka Section: python Priority: extra Maintainer: Stein Magnus Jodal Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python3-all, python-sphinx (>= 1.0.7+dfsg) | python3-sphinx Standards-Version: 3.9.4 Homepage: http://www.pykka.org/ Vcs-Git: git://github.com/jodal/pykka.git Vcs-Browser: https://github.com/jodal/pykka X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Package: python-pykka Architecture: all Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends} Conflicts: python-pykka-doc Replaces: python-pykka-doc Suggests: python-gevent | python-eventlet Description: Actor model library for Python (Python 2) Pykka is a Python implementation of the actor model. The actor model introduces some simple rules to control the sharing of state and cooperation between execution units, which makes it easier to build concurrent applications. . Pykka provides an actor API with multiple implementations: threading, gevent, and Eventlet. . This is the Python 2 version of the package. Package: python3-pykka Architecture: all Depends: ${python3:Depends}, ${sphinxdoc:Depends}, ${misc:Depends} Description: Actor model library for Python (Python 3) Pykka is a Python implementation of the actor model. The actor model introduces some simple rules to control the sharing of state and cooperation between execution units, which makes it easier to build concurrent applications. . Pykka provides an actor API with multiple implementations: threading, gevent, and Eventlet. . This is the Python 3 version of the package. debian/python3-pykka.docs0000644000000000000000000000003512172217732012563 0ustar README.rst docs/_build/html/ debian/python-pykka.links0000644000000000000000000000041412172205327012666 0ustar usr/share/doc/python-pykka/html/_sources usr/share/doc/python-pykka/rst usr/share/javascript/jquery/jquery.min.js usr/share/doc/python-pykka/html/_static/jquery.js usr/share/javascript/underscore/underscore.min.js usr/share/doc/python-pykka/html/_static/underscore.js debian/compat0000644000000000000000000000000212172217732010370 0ustar 8 debian/copyright0000644000000000000000000000207112172567552011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pykka Upstream-Contact: Stein Magnus Jodal Source: https://github.com/jodal/pykka Files: * Copyright: 2010-2013 Stein Magnus Jodal License: Apache-2.0 Files: debian/* Copyright: 2011-2013 Stein Magnus Jodal 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 . 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 systems the full text of the Apache License (Version 2) can be found in the `/usr/share/common-licenses/Apache-2.0' file. debian/python3-pykka.examples0000644000000000000000000000001312172217732013445 0ustar examples/* debian/python-pykka.doc-base0000644000000000000000000000050512172205327013224 0ustar Document: python-pykka Title: python-pykka documentation Author: Stein Magnus Jodal Section: Programming Format: HTML Index: /usr/share/doc/python-pykka/html/index.html Files: /usr/share/doc/python-pykka/html/*.html Format: Text Index: /usr/share/doc/python-pykka/rst/index.txt Files: /usr/share/doc/python-pykka/rst/*.txt debian/watch0000644000000000000000000000010512172057466010225 0ustar version=3 http://pypi.python.org/pypi/Pykka .*/Pykka-(.*)\.tar\.gz.* debian/rules0000755000000000000000000000200312172230031010230 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) %: dh $@ --with python2,python3,sphinxdoc ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) test-python%: # Want to make testsuite run without nosetests, maybe with 'setup.py # test' before enabling tests as part of the build. #python$* setup.py test -vv override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) endif build-python%: python$* setup.py build override_dh_auto_build: $(PYTHON3:%=build-python%) dh_auto_build install-python%: python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb override_dh_auto_install: $(PYTHON3:%=install-python%) dh_auto_install override_dh_installchangelogs: dh_installchangelogs docs/changes.rst override_dh_installdocs: make -C docs/ clean html dh_installdocs override_dh_auto_clean: dh_auto_clean make -C docs/ clean rm -rf build rm -rf dist rm -rf MANIFEST rm -rf *.egg-info debian/python-pykka.docs0000644000000000000000000000003512172205327012475 0ustar README.rst docs/_build/html/ debian/python-pykka.examples0000644000000000000000000000001312172057466013370 0ustar examples/* debian/gbp.conf0000644000000000000000000000012612172057466010616 0ustar [DEFAULT] debian-branch = debian upstream-branch = master upstream-tag = v%(version)s debian/python3-pykka.links0000644000000000000000000000042012172217732012751 0ustar usr/share/doc/python3-pykka/html/_sources usr/share/doc/python3-pykka/rst usr/share/javascript/jquery/jquery.min.js usr/share/doc/python3-pykka/html/_static/jquery.js usr/share/javascript/underscore/underscore.min.js usr/share/doc/python3-pykka/html/_static/underscore.js debian/source/0000755000000000000000000000000012172057466010500 5ustar debian/source/format0000644000000000000000000000001412172057466011706 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001141412172573005011043 0ustar python-pykka (1.2.0-1) unstable; urgency=low * In preinst, only remove symlinks if the files exists and are symlinks. * Include part of the Apache 2 license in debian/copyright. * Upload to unstable. -- Stein Magnus Jodal Sat, 20 Jul 2013 22:06:33 +0200 python-pykka (1.2.0-0mopidy2) unstable; urgency=low * Convert to dh_python2. * Merge main and documentation package. * Bump debhelper compat level to 8. * Build package for Python 3 too. * Update copyright file format, refer to common-licenses. * Use dh_sphinxdoc to build docs. -- Stein Magnus Jodal Thu, 18 Jul 2013 23:40:14 +0200 python-pykka (1.2.0-0mopidy1) unstable; urgency=low * New upstream release. * Add python-eventlet to Suggests. * Bump Standards-Version to 3.9.4. * Update Homepage and Vcs-Browser URLs. * Update copyright years. -- Stein Magnus Jodal Mon, 15 Jul 2013 04:05:01 +0200 python-pykka (1.1.0-0mopidy1) unstable; urgency=low * New upstream release. -- Stein Magnus Jodal Sat, 19 Jan 2013 10:48:42 +0100 python-pykka (1.0.1-0mopidy1) unstable; urgency=low * New upstream release. -- Stein Magnus Jodal Thu, 13 Dec 2012 00:44:16 +0100 python-pykka (1.0.0-1) unstable; urgency=low * New upstream release. -- Stein Magnus Jodal Fri, 26 Oct 2012 22:11:42 +0200 python-pykka (0.16-1) unstable; urgency=low * New upstream release. -- Stein Magnus Jodal Wed, 19 Sep 2012 02:44:22 +0200 python-pykka (0.15-3) unstable; urgency=low * Revert to python-support to make package work on Debian Squeeze. -- Stein Magnus Jodal Sun, 19 Aug 2012 10:09:20 +0200 python-pykka (0.15-2) unstable; urgency=low * Split out docs to its own package, python-pykka-doc. * Don't bundle jQuery and Underscore.js. * Register docs with doc-base. -- Stein Magnus Jodal Sun, 19 Aug 2012 00:58:51 +0200 python-pykka (0.15-1) unstable; urgency=low * New upstream release. -- Stein Magnus Jodal Sat, 11 Aug 2012 03:21:39 +0200 python-pykka (0.14-2oneiric1) oneiric; urgency=low * Rebuild for oneiric, to get Python 2.6 support. -- Stein Magnus Jodal Tue, 08 May 2012 00:00:37 +0200 python-pykka (0.14-2) unstable; urgency=low * Install docs/changes.rst as changelog. * Build HTML docs and install them instead of the reST files. -- Stein Magnus Jodal Sun, 22 Apr 2012 21:39:44 +0200 python-pykka (0.14-1) unstable; urgency=low * New upstream release. * Update copyright year ranges to include 2012. * Convert to DEP5 formatted debian/copyright. * Bump Standards-Version to 3.9.3. * Convert from deprecated python-support to dh_python2. -- Stein Magnus Jodal Sun, 22 Apr 2012 21:18:06 +0200 python-pykka (0.13.0-1) unstable; urgency=low * New upstream release. -- Stein Magnus Jodal Sat, 24 Sep 2011 19:45:54 +0200 python-pykka (0.12.4-1) unstable; urgency=low * New upstream release. -- Stein Magnus Jodal Sat, 30 Jul 2011 03:54:33 +0200 python-pykka (0.12.3-1) unstable; urgency=low * New upstream release. -- Stein Magnus Jodal Sun, 26 Jun 2011 00:13:59 +0300 python-pykka (0.12.2-1) unstable; urgency=low * New upstream release. -- Stein Magnus Jodal Thu, 05 May 2011 23:44:02 +0200 python-pykka (0.12.1-1) unstable; urgency=low * New upstream release. -- Stein Magnus Jodal Tue, 26 Apr 2011 23:58:17 +0200 python-pykka (0.12-1) unstable; urgency=low * New upstream release. -- Stein Magnus Jodal Wed, 30 Mar 2011 23:33:17 +0200 python-pykka (0.11.1-1) maverick; urgency=low * New upstream release. -- Stein Magnus Jodal Sun, 20 Mar 2011 23:58:20 +0100 python-pykka (0.11-1) unstable; urgency=low * New upstream release. -- Stein Magnus Jodal Sat, 19 Mar 2011 23:48:46 +0100 python-pykka (0.10-1) unstable; urgency=low * New upstream release. -- Stein Magnus Jodal Tue, 08 Mar 2011 23:16:38 +0100 python-pykka (0.9.1-1) unstable; urgency=low * New upstream release. * Remove Build-Depends on python-all-dev. -- Stein Magnus Jodal Sat, 05 Mar 2011 23:01:52 +0100 python-pykka (0.9-2) unstable; urgency=low * Change architecture from 'any' to 'all'. -- Stein Magnus Jodal Sat, 05 Mar 2011 02:01:51 +0100 python-pykka (0.9-1) unstable; urgency=low * Initial release. -- Stein Magnus Jodal Sat, 05 Mar 2011 01:42:35 +0100