debian/0000755000000000000000000000000012204476521007171 5ustar debian/rules0000755000000000000000000000072512151167606010257 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 PYTHON2=$(shell pyversions -vr) %: dh $@ --with python2,sphinxdoc ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) test-python%: python$* runtests.py override_dh_auto_test: $(PYTHON2:%=test-python%) endif override_dh_installdocs: cd docs && $(MAKE) html dh_installdocs docs/_build/html override_dh_auto_clean: dh_auto_clean rm -rf build rm -rf docs/_build rm -rf *.egg-info debian/copyright0000644000000000000000000000370712171361476011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PyFlot Source: https://github.com/andrefsp/pyflot Files: * Copyright: 2012 Andre da Palma License: Expat Files: examples/django_app/sample/static/js/jquery.js Copyright: 2011 John Resig, 2011 The Dojo Foundation License: Expat or GPL-2 Comment: This file is in the source package but not installed to the binary package. Files: examples/django_app/sample/static/js/jquery.flot.js Copyright: 2007 IOLA, 2009 Ole Laursen License: Expat Comment: This file is in the source package but not installed to the binary package. Files: debian/* Copyright: 2013 Andrew Starr-Bochicchio 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. License: GPL-2 On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/changelog0000644000000000000000000000127612204476113011046 0ustar pyflot (0.2-1) unstable; urgency=low * New upstream release. * Build depend on python-setuptools. -- Andrew Starr-Bochicchio Mon, 19 Aug 2013 16:12:55 -0400 pyflot (0.1-2) unstable; urgency=low * debian/copyright: - Use the identifier "Expat" instead of the nonspecific "MIT." - Document the copyright on jquery.js and jquery.flot.js which are included in the source package but are not installed to the binary package. -- Andrew Starr-Bochicchio Tue, 16 Jul 2013 19:13:54 -0400 pyflot (0.1-1) unstable; urgency=low * Initial release (Closes: #710060). -- Andrew Starr-Bochicchio Tue, 28 May 2013 15:03:42 -0400 debian/watch0000644000000000000000000000021412151165536010221 0ustar version=3 opts=filenamemangle=s/.+\/v?(.*)\.tar\.gz/pyflot-$1.tar.gz/ \ https://github.com/andrefsp/pyflot/tags .*/v?(\d[\d\.]+)\.tar\.gz debian/compat0000644000000000000000000000000212151164574010372 0ustar 9 debian/tests/0000755000000000000000000000000012204476337010340 5ustar debian/tests/testsuite0000755000000000000000000000004412151175455012313 0ustar #!/bin/sh python runtests.py 2>&1 debian/tests/control0000644000000000000000000000004412151172057011732 0ustar Tests: testsuite Depends: @, python debian/control0000644000000000000000000000214512204475244010577 0ustar Source: pyflot Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: Andrew Starr-Bochicchio Build-Depends: debhelper (>= 9), python-all, python-setuptools, python-sphinx (>= 1.0.7+dfsg) Standards-Version: 3.9.4 X-Python-Version: >=2.6 XS-Testsuite: autopkgtest Homepage: https://github.com/andrefsp/pyflot Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyflot/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyflot/trunk/ Package: python-pyflot Architecture: all Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends} Enhances: libjs-flot Description: interface from Python to libjs-flot PyFlot makes it easy to generate flot graphs. Its primary goal is to allow one to specify data inputs and options in a Python application and generate the appropriate JSON. Common uses of this are rendering into a template as flot() arguments or as the payload of an XHR response. PyFlot takes care of all the annoying details of converting types to match up with how flot expects them. debian/docs0000644000000000000000000000001312151164615010035 0ustar README.rst debian/source/0000755000000000000000000000000012204476337010476 5ustar debian/source/format0000644000000000000000000000001412151164506011675 0ustar 3.0 (quilt) debian/doc-base0000644000000000000000000000034512151171666010576 0ustar Document: pyflot Title: PyFlot documentation Abstract: Documentation for PyFlot in HTML form. Section: Programming Format: HTML Index: /usr/share/doc/python-pyflot/html/index.html Files: /usr/share/doc/python-pyflot/html/*.html