debian/0000755000000000000000000000000012172102407007162 5ustar debian/changelog0000644000000000000000000000303412172077763011054 0ustar tweepy (2.1-1) unstable; urgency=low [ Miguel Landaeta ] * New upstream release. [ Ryan Kavanagh ] * Bump X-Python-Version to >= 2.6; upstream has dropped support for Python 2.5 -- Miguel Landaeta Wed, 17 Jul 2013 22:56:23 -0300 tweepy (2.0-1) unstable; urgency=low [ Miguel Landaeta ] * New upstream release. (Closes: #669881, #681905). * Update Homepage field. (Closes: #653895). * Update watch file. Thanks to Bart Martens . * Update copyright file. * Bump Standards-Version to 3.9.4. No changes were required. * Fix wrong paragraph separation in python-tweepy-doc description. (Closes: #703091). * Add missing Build-Depends on python-oauth. * Remove references to tweepyshell tool since it's not included anymore. [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Ryan Kavanagh ] * Move tweepy/oauth.py out of the way during calls to setup.py (i.e., during clean and build). This bundled version is out of sync with Debian's copy and was causing build failures. -- Miguel Landaeta Sat, 06 Jul 2013 12:48:47 -0300 tweepy (1.7.1-2) unstable; urgency=low * Python transition: - Add support for python2.7. - Drop support for python2.5. * Bump Standards-Version to 3.9.2. No changes were required. -- Miguel Landaeta Tue, 19 Apr 2011 16:59:04 -0430 tweepy (1.7.1-1) unstable; urgency=low * Initial release. (Closes: #581602). -- Miguel Landaeta Mon, 28 Mar 2011 14:04:30 -0430 debian/python-tweepy-doc.links0000644000000000000000000000044312004373615013631 0ustar usr/share/javascript/jquery/jquery.js usr/share/doc/python-tweepy-doc/html/_static/jquery.js usr/share/javascript/underscore/underscore.js usr/share/doc/python-tweepy-doc/html/_static/underscore.js usr/share/doc/python-tweepy-doc/html/_sources usr/share/doc/python-tweepy-doc/rst debian/compat0000644000000000000000000000000211537201157010366 0ustar 7 debian/python-tweepy-doc.doc-base.10000644000000000000000000000037711537321172014334 0ustar Document: python-tweepy-doc Title: Tweepy's Documentation Abstract: A Python library for the Twitter API Section: Programming/Python Format: HTML Index: /usr/share/doc/python-tweepy-doc/html/index.html Files: /usr/share/doc/python-tweepy-doc/html/*.html debian/rules0000755000000000000000000000254612166037340010257 0ustar #!/usr/bin/make -f # The following bundled files break the build process by conflicting # with system copies. Temporarily move them. BACKUP_FILES = tweepy/oauth.py BACKED_UP_FILES = $(BACKUP_FILES:%=%.debian-backup) %: dh $@ --with python2 # tweepy/oauth.py wreaks havoc with setup.py. Move it out of the way first. override_dh_auto_build: $(BACKED_UP_FILES) dh_auto_build cd docs && sphinx-build -b html . ../build/html override_dh_auto_install: dh_auto_install # delete bundled copy of python-oauth find debian/tmp -name oauth.py -delete override_dh_installdocs: dh_installdocs -Xjquery -X.doctrees -X.buildinfo -Xunderscore override_dh_compress: dh_compress -X.py # The "|" ensures that the dependencies are called in order. override_dh_auto_clean: | dhac restore rm -rf tweepy.egg-info build/html # tweepy/oauth.py wreaks havoc with setup.py. Move it out of the way first. dhac: $(BACKED_UP_FILES) dh_auto_clean override_dh_installchangelogs: dh_installchangelogs CHANGELOG.md get-orig-source: cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \ uscan --no-conf --rename --force-download --destdir $(CURDIR) %.debian-backup: @# Move the matching stem, foo, to foo.debian-backup. mv -f $* $@ restore: for file in $(BACKUP_FILES); do \ [ ! -f $${file}.debian-backup ] || mv $${file}.debian-backup $${file}; \ done .PHONY: restore dhac debian/python-tweepy.docs0000644000000000000000000000001212171645371012674 0ustar README.md debian/copyright0000644000000000000000000000274712163652231011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: tweepy Upstream-Contact: Joshua Roesslein Source: https://github.com/tweepy/tweepy/tags Files: * Copyright: © 2009-2012, Joshua Roesslein License: Expat Files: tweepy/oauth.py Copyright: © 2007, Leah Culver License: Expat Files: debian/* Copyright: © 2011-2013, Miguel Landaeta 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/patches/0000755000000000000000000000000012172101562010612 5ustar debian/patches/01_use_python_oauth.diff0000644000000000000000000000061611544123631015347 0ustar Description: Use python-oauth installed on system Author: Miguel Landaeta Forwarded: not-needed Last-Update: 2011-03-23 --- tweepy-1.7.1.orig/tweepy/auth.py +++ tweepy-1.7.1/tweepy/auth.py @@ -5,7 +5,7 @@ from urllib2 import Request, urlopen import base64 -from tweepy import oauth +from oauth import oauth from tweepy.error import TweepError from tweepy.api import API debian/patches/series0000644000000000000000000000003111542466446012040 0ustar 01_use_python_oauth.diff debian/control0000644000000000000000000000302112172077675010603 0ustar Source: tweepy Maintainer: Debian Python Modules Team Uploaders: Miguel Landaeta Section: python Priority: optional Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-docutils, python-setuptools, python-sphinx, python-oauth Standards-Version: 3.9.4 X-Python-Version: >= 2.6 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/tweepy/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/tweepy/trunk/ Homepage: http://tweepy.github.com/ Package: python-tweepy Architecture: all Depends: python-oauth, python-simplejson | python (>= 2.6), ${misc:Depends}, ${python:Depends} Suggests: python-tweepy-doc Description: Twitter library for Python Tweepy is a Twitter and Identi.ca library for Python that can be used in desktop and web applications. It has the following features: - OAuth support - Covers the entire Twitter API - Streaming API support - Cache system (memory, file) - Easy to use Package: python-tweepy-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: libjs-jquery, libjs-underscore Description: Documentation for python-tweepy module Documentation for Tweepy that is a Twitter and Identi.ca library for Python that can be used in desktop and web applications. It has the following features: - OAuth support - Covers the entire Twitter API - Streaming API support - Cache system (memory, file) - Easy to use . This package contains tutorials, examples and the Tweepy API. debian/python-tweepy-doc.docs0000644000000000000000000000001311537321172013433 0ustar build/html debian/python-tweepy.install0000644000000000000000000000004512171645371013420 0ustar usr/lib/python2.*/*-packages/tweepy* debian/source/0000755000000000000000000000000012172101562010463 5ustar debian/source/format0000644000000000000000000000001411537201157011676 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000022312163652231010215 0ustar version=3 https://github.com/tweepy/tweepy/tags \ .*/archive/v?(\d\S*)\.tar\.gz # Bart Martens Sat, 02 Mar 2013 15:44:01 +0000