[Python-modules-commits] r28293 - in twython/trunk (11 files)

noahfx-guest at users.alioth.debian.org noahfx-guest at users.alioth.debian.org
Sat Mar 22 20:14:02 UTC 2014


    Date: Saturday, March 22, 2014 @ 20:14:01
  Author: noahfx-guest
Revision: 28293

[svn-inject] Applying Debian modifications (3.1.2-1) to trunk

Added:
  twython/trunk/debian/
  twython/trunk/debian/changelog
  twython/trunk/debian/compat
  twython/trunk/debian/control
  twython/trunk/debian/copyright
  twython/trunk/debian/docs
  twython/trunk/debian/python-twython.links
  twython/trunk/debian/rules
  twython/trunk/debian/source/
  twython/trunk/debian/source/format
  twython/trunk/debian/watch


Property changes on: twython/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: twython/trunk/debian/changelog
===================================================================
--- twython/trunk/debian/changelog	                        (rev 0)
+++ twython/trunk/debian/changelog	2014-03-22 20:14:01 UTC (rev 28293)
@@ -0,0 +1,5 @@
+twython (3.1.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #739010)
+
+ -- Josue Ortega <josueortega at debian.org.gt>  Sat, 22 Feb 2014 11:15:06 -0600

Added: twython/trunk/debian/compat
===================================================================
--- twython/trunk/debian/compat	                        (rev 0)
+++ twython/trunk/debian/compat	2014-03-22 20:14:01 UTC (rev 28293)
@@ -0,0 +1 @@
+9

Added: twython/trunk/debian/control
===================================================================
--- twython/trunk/debian/control	                        (rev 0)
+++ twython/trunk/debian/control	2014-03-22 20:14:01 UTC (rev 28293)
@@ -0,0 +1,50 @@
+Source: twython
+Section: python
+Priority: optional
+Maintainer: Josue Ortega <josueortega at debian.org.gt>
+Build-Depends: debhelper (>= 9~),
+ python-setuptools(>= 2.0.2~),
+ python-all (>= 2.6.6-3~),
+ python-requests (>= 2.1.0~),
+ python-requests-oauthlib (>= 0.4.0~),
+ python-coverage (>= 3.6.0~),
+ python3-all,
+ python3-requests (>= 2.2.1~),
+ python3-requests-oauthlib(>= 0.4.0~),
+ python3-coverage (>= 3.7~)
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Standards-Version: 3.9.5
+Homepage: https://github.com/ryanmcgrath/twython/tree/master
+
+Package: python-twython
+Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
+Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
+Description: Pure Python wrapper for the Twitter API
+ Twython is the premier Python library providing an easy (and up-to-date) way to
+ access Twitter data. Supports both normal and streaming Twitter APIs.
+ Twython can query data for:
+  -User information
+  -Twitter lists
+  -Timelines
+  -Direct Messages.
+ Twython implements many features work with the different tasks that can be
+ performed with the Twitter images like update user status with images,
+ change user avatar, chage user background image, change user banner image.
+
+Package: python3-twython
+Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: Pure Python3 wrapper for the Twitter API
+ Twython is the premier Python3 library providing an easy (and up-to-date) way
+ to access Twitter data. Supports both normal and streaming Twitter APIs.
+ Twython can query data for:
+  -User information
+  -Twitter lists
+  -Timelines
+  -Direct Messages.
+ Twython implements many features work with the different tasks that can be
+ performed with the Twitter images like update user status with images,
+ change user avatar, chage user background image, change user banner image.

Added: twython/trunk/debian/copyright
===================================================================
--- twython/trunk/debian/copyright	                        (rev 0)
+++ twython/trunk/debian/copyright	2014-03-22 20:14:01 UTC (rev 28293)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: twython
+Source: https://github.com/ryanmcgrath/twython/tree/master
+
+Files: *
+Copyright: 2013 Ryan McGrath <ryan at venodesigns.net>
+License: MIT
+
+Files: debian/*
+Copyright: 2014 Josue Ortega <josueortega at debian.org.gt>
+License: MIT
+
+License: MIT
+ 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.

Added: twython/trunk/debian/docs
===================================================================
--- twython/trunk/debian/docs	                        (rev 0)
+++ twython/trunk/debian/docs	2014-03-22 20:14:01 UTC (rev 28293)
@@ -0,0 +1,2 @@
+README.rst
+requirements.txt

Added: twython/trunk/debian/python-twython.links
===================================================================
--- twython/trunk/debian/python-twython.links	                        (rev 0)
+++ twython/trunk/debian/python-twython.links	2014-03-22 20:14:01 UTC (rev 28293)
@@ -0,0 +1 @@
+usr/share/doc/python-twython/html/_sources usr/share/doc/python-twython/rst
\ No newline at end of file

Added: twython/trunk/debian/rules
===================================================================
--- twython/trunk/debian/rules	                        (rev 0)
+++ twython/trunk/debian/rules	2014-03-22 20:14:01 UTC (rev 28293)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+export PYBUILD_NAME=twython
+
+%:
+	dh $@ --with python2,python3  --buildsystem=pybuild
+
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=. http_proxy='localhost' sphinx-build -N -bhtml \
+	docs/ build/html  # HTML generator
\ No newline at end of file


Property changes on: twython/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: twython/trunk/debian/source/format
===================================================================
--- twython/trunk/debian/source/format	                        (rev 0)
+++ twython/trunk/debian/source/format	2014-03-22 20:14:01 UTC (rev 28293)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: twython/trunk/debian/watch
===================================================================
--- twython/trunk/debian/watch	                        (rev 0)
+++ twython/trunk/debian/watch	2014-03-22 20:14:01 UTC (rev 28293)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/t/twython/twython-(\d+.\d+.\d*)\.tar\.gz
\ No newline at end of file




More information about the Python-modules-commits mailing list