[Python-modules-commits] r16114 - in packages/tweepy (12 files)
nomadium-guest at users.alioth.debian.org
nomadium-guest at users.alioth.debian.org
Sun Mar 13 17:44:25 UTC 2011
Date: Sunday, March 13, 2011 @ 17:44:15
Author: nomadium-guest
Revision: 16114
Add initial packaging for tweepy
Added:
packages/tweepy/branches/
packages/tweepy/tags/
packages/tweepy/trunk/
packages/tweepy/trunk/debian/
packages/tweepy/trunk/debian/changelog
packages/tweepy/trunk/debian/compat
packages/tweepy/trunk/debian/control
packages/tweepy/trunk/debian/copyright
packages/tweepy/trunk/debian/rules
packages/tweepy/trunk/debian/source/
packages/tweepy/trunk/debian/source/format
packages/tweepy/trunk/debian/watch
Added: packages/tweepy/trunk/debian/changelog
===================================================================
--- packages/tweepy/trunk/debian/changelog (rev 0)
+++ packages/tweepy/trunk/debian/changelog 2011-03-13 17:44:15 UTC (rev 16114)
@@ -0,0 +1,5 @@
+tweepy (1.7.1-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #581602).
+
+ -- Miguel Landaeta <miguel at miguel.cc> Sun, 13 Mar 2011 10:28:02 -0430
Added: packages/tweepy/trunk/debian/compat
===================================================================
--- packages/tweepy/trunk/debian/compat (rev 0)
+++ packages/tweepy/trunk/debian/compat 2011-03-13 17:44:15 UTC (rev 16114)
@@ -0,0 +1 @@
+7
Added: packages/tweepy/trunk/debian/control
===================================================================
--- packages/tweepy/trunk/debian/control (rev 0)
+++ packages/tweepy/trunk/debian/control 2011-03-13 17:44:15 UTC (rev 16114)
@@ -0,0 +1,26 @@
+Source: tweepy
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Miguel Landaeta <miguel at miguel.cc>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~)
+Build-Depends-Indep: python-setuptools
+Standards-Version: 3.9.1
+X-Python-Version: >= 2.5
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/tweepy/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/tweepy/trunk/
+Homepage: http://github.com/joshthecoder/tweepy
+
+Package: python-tweepy
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Breaks: ${python:Breaks}
+Description: A 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
Added: packages/tweepy/trunk/debian/copyright
===================================================================
--- packages/tweepy/trunk/debian/copyright (rev 0)
+++ packages/tweepy/trunk/debian/copyright 2011-03-13 17:44:15 UTC (rev 16114)
@@ -0,0 +1,35 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Upstream-Name: tweepy
+Upstream-Contact: Joshua Roesslein <jroesslein at gmail.com>
+Source: https://github.com/joshthecoder/tweepy/archives/master
+
+Files: *
+Copyright: © 2009-2010, Joshua Roesslein <jroesslein at gmail.com>
+License: Expat
+
+Files: tweepy/oauth.py
+Copyright: © 2007, Leah Culver
+License: Expat
+
+Files: debian/*
+Copyright: © 2011, Miguel Landaeta <miguel at miguel.cc>
+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.
Added: packages/tweepy/trunk/debian/rules
===================================================================
--- packages/tweepy/trunk/debian/rules (rev 0)
+++ packages/tweepy/trunk/debian/rules 2011-03-13 17:44:15 UTC (rev 16114)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+%:
+ dh $@ --with python2
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf tweepy.egg-info
Property changes on: packages/tweepy/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/tweepy/trunk/debian/source/format
===================================================================
--- packages/tweepy/trunk/debian/source/format (rev 0)
+++ packages/tweepy/trunk/debian/source/format 2011-03-13 17:44:15 UTC (rev 16114)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/tweepy/trunk/debian/watch
===================================================================
--- packages/tweepy/trunk/debian/watch (rev 0)
+++ packages/tweepy/trunk/debian/watch 2011-03-13 17:44:15 UTC (rev 16114)
@@ -0,0 +1,4 @@
+version=3
+https://github.com/joshthecoder/tweepy/downloads \
+ /joshthecoder/tweepy/tarball/([0-9\.]+) \
+ debian
More information about the Python-modules-commits
mailing list