debian/0000755000000000000000000000000012222053703007162 5ustar debian/changelog0000644000000000000000000000027012222052432011031 0ustar python-pypump (0.3+git20130823.1.97bffc6-1) unstable; urgency=low * Initial release. Closes: 721098 -- Simon Fondrie-Teitler Sat, 31 Aug 2013 14:26:12 -0500 debian/rules0000755000000000000000000000134612222052432010244 0ustar #!/usr/bin/make -f PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) %: # dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc dh $@ --buildsystem=python_distutils --with python2,sphinxdoc override_dh_clean: dh_clean -O--buildsystem=python_distutils rm -rf build python-pypump.egg-info rm -rf docs/_build/ override_dh_auto_build: dh_auto_build make -C docs html override_dh_auto_install: set -e && for pyvers in $(PYTHONS); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python-pypump; \ done # set -e && for pyvers in $(PYTHON3S); do \ # python$$pyvers setup.py install --install-layout=deb \ # --root $(CURDIR)/debian/python3-pypump; \ # done debian/python-pypump-doc.install0000644000000000000000000000011712222046774014177 0ustar docs/_build/html /usr/share/doc/python-pypump-doc debian/watch0000644000000000000000000000023012222046774010220 0ustar version=3 opts=dversionmangle=s/\+dfsg\d+$// \ http://pypi.python.org/packages/source/P/PyPump/ PyPump-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/gbp.conf0000644000000000000000000000023112222052432010573 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = v0.3 compression = xz [git-buildpackage] export-dir = ../build-area/ debian/control0000644000000000000000000000353512222053703010573 0ustar Source: python-pypump Maintainer: Simon Fondrie-Teitler Section: python Priority: optional Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3), python-sphinx, # python3-all, # python3-setuptools Homepage: https://github.com/xray7224/PyPump Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-pypump.git Vcs-Git: git://anonscm.debian.org/collab-maint/python-pypump.git Package: python-pypump Architecture: all Depends: python (>= 2.7), python-requests, ${misc:Depends}, ${python:Depends} Description: interface to the pump.io APIs (Python 2) PyPump provides an interface to the pump.io APIs. The aim is to provide very natural pythonic representations of Notes, Images, People, etc... allowing you to painlessly interact with them. . This package provides the pypump Python module for Python 2.x. # Package: python3-pypump # Architecture: all # Depends: ${misc:Depends}, ${python3:Depends}, python3-requests, python3-requests-ouathlib # Description: interface to the pump.io APIs (Python 3) # PyPump provides an interface to the pump.io APIs. The aim is to # provide very natural pythonic representations of Notes, Images, # People, etc... allowing you to painlessly interact with them. # . # This package provides the pypump Python module for Python 3.x. Package: python-pypump-doc Architecture: all Section: doc Depends: ${sphinxdoc:Depends}, ${misc:Depends} Description: interface to the pump.io APIs (Common Documentation) PyPump provides an interface to the pump.io APIs. The aim is to provide very natural pythonic representations of Notes, Images, People, etc... allowing you to painlessly interact with them. . This package provides the common documentation for the pypump Python module. debian/source/0000755000000000000000000000000012222046774010474 5ustar debian/source/format0000644000000000000000000000001412222046774011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212222046774010372 0ustar 9 debian/copyright0000644000000000000000000000215612222046774011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pypump Upstream-Contact: Jessica Tallon Source: https://github.com/xray7224/PyPump Files: * Copyright: 2013, Jessica Tallon License: GPL-3+ Files: /debian/* Copyright: 2013, Simon Fondrie-Teitler License: GPL-3+ License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/python-pypump-doc.doc-base0000644000000000000000000000047012222046774014210 0ustar Document: python-pypump-doc.doc-base Title: PyPump Manual Author: Jessica Tallon Abstract: This manual describes what PyPump is, and how it can be used. Section: File Management Format: HTML Index: /usr/share/doc/python-pypump-doc/html/gettingstarted/tutorial.html Files: /usr/share/doc/python-pypump-doc/html/