[Python-modules-commits] r25095 - in packages/tweepy/trunk/debian (7 files)
nomadium-guest at users.alioth.debian.org
nomadium-guest at users.alioth.debian.org
Sat Jul 6 15:59:30 UTC 2013
Date: Saturday, July 6, 2013 @ 15:59:28
Author: nomadium-guest
Revision: 25095
* Remove references to tweepyshell tool since it's not included anymore.
Modified:
packages/tweepy/trunk/debian/changelog
packages/tweepy/trunk/debian/python-tweepy.install
packages/tweepy/trunk/debian/rules
Deleted:
packages/tweepy/trunk/debian/README.Debian
packages/tweepy/trunk/debian/clean
packages/tweepy/trunk/debian/manpages
packages/tweepy/trunk/debian/tweepyshell.rst
Deleted: packages/tweepy/trunk/debian/README.Debian
===================================================================
--- packages/tweepy/trunk/debian/README.Debian 2013-07-06 15:02:05 UTC (rev 25094)
+++ packages/tweepy/trunk/debian/README.Debian 2013-07-06 15:59:28 UTC (rev 25095)
@@ -1,11 +0,0 @@
-Tweepy for Debian
-------------------
-
-* tweepyshell script is not included because it doesn't support OAuth
- and Twitter removed support for Basic Authentication since August 31,
- 2010.
- Versions of that script with OAuth support can be found on the web
- (e.g. https://github.com/joshthecoder/tweepy/pull/68) but upstream
- doesn't have merged the changes yet.
-
- -- Miguel Landaeta <miguel at miguel.cc> Wed, 23 Mar 2011 22:05:49 -0430
Modified: packages/tweepy/trunk/debian/changelog
===================================================================
--- packages/tweepy/trunk/debian/changelog 2013-07-06 15:02:05 UTC (rev 25094)
+++ packages/tweepy/trunk/debian/changelog 2013-07-06 15:59:28 UTC (rev 25095)
@@ -9,6 +9,7 @@
* 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.
@@ -18,7 +19,7 @@
clean and build). This bundled version is out of sync with Debian's copy
and was causing build failures.
- -- Miguel Landaeta <miguel at miguel.cc> Wed, 03 Jul 2013 22:18:05 -0300
+ -- Miguel Landaeta <miguel at miguel.cc> Sat, 06 Jul 2013 12:48:47 -0300
tweepy (1.7.1-2) unstable; urgency=low
Deleted: packages/tweepy/trunk/debian/clean
===================================================================
--- packages/tweepy/trunk/debian/clean 2013-07-06 15:02:05 UTC (rev 25094)
+++ packages/tweepy/trunk/debian/clean 2013-07-06 15:59:28 UTC (rev 25095)
@@ -1 +0,0 @@
-tweepyshell.1
Deleted: packages/tweepy/trunk/debian/manpages
===================================================================
--- packages/tweepy/trunk/debian/manpages 2013-07-06 15:02:05 UTC (rev 25094)
+++ packages/tweepy/trunk/debian/manpages 2013-07-06 15:59:28 UTC (rev 25095)
@@ -1 +0,0 @@
-#tweepyshell.1
Modified: packages/tweepy/trunk/debian/python-tweepy.install
===================================================================
--- packages/tweepy/trunk/debian/python-tweepy.install 2013-07-06 15:02:05 UTC (rev 25094)
+++ packages/tweepy/trunk/debian/python-tweepy.install 2013-07-06 15:59:28 UTC (rev 25095)
@@ -1,4 +1 @@
usr/lib/python2.*/*-packages/*
-
-#tweepyshell is disabled because it doesn't support oauth yet
-#tweepyshell usr/bin
Modified: packages/tweepy/trunk/debian/rules
===================================================================
--- packages/tweepy/trunk/debian/rules 2013-07-06 15:02:05 UTC (rev 25094)
+++ packages/tweepy/trunk/debian/rules 2013-07-06 15:59:28 UTC (rev 25095)
@@ -12,7 +12,6 @@
override_dh_auto_build: $(BACKED_UP_FILES)
dh_auto_build
cd docs && sphinx-build -b html . ../build/html
- rst2man debian/tweepyshell.rst tweepyshell.1
override_dh_auto_install:
dh_auto_install
Deleted: packages/tweepy/trunk/debian/tweepyshell.rst
===================================================================
--- packages/tweepy/trunk/debian/tweepyshell.rst 2013-07-06 15:02:05 UTC (rev 25094)
+++ packages/tweepy/trunk/debian/tweepyshell.rst 2013-07-06 15:59:28 UTC (rev 25095)
@@ -1,33 +0,0 @@
-===============
- tweepyshell
-===============
-
---------------------------------------------------
-Launch an interactive shell ready for Tweepy usage
---------------------------------------------------
-
-:Author: Joshua Roesslein <jroesslein at gmail.com>
-:Date: 2011-03-23
-:Copyright: © 2011 Miguel Landaeta. License MIT/Expat. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
-:Version: 1.7.1
-:Manual section: 1
-:Manual group: User Commands
-
-SYNOPSIS
-========
-
-tweepyshell [options] <username> <password>
-
-DESCRIPTION
-===========
-
-This script is handy for debugging tweepy during development
-or to just play around with the library.
-It imports tweepy and creates an authenticated API instance (api)
-using the credentials provided.
-
-OPTIONS
-=======
-
---debug Enable debug mode.
-
More information about the Python-modules-commits
mailing list