pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-ptt Initial import of py-ptt, version 1.9.0, in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aab78ce5b6a6
branches:  trunk
changeset: 610660:aab78ce5b6a6
user:      imil <imil%pkgsrc.org@localhost>
date:      Fri Nov 02 13:08:31 2012 +0000

description:
Initial import of py-ptt, version 1.9.0, into the NetBSD Packages Collection.

Python Twitter Tools (PTT) includes a Twitter API, command-line tool, and IRC
bot. It is developed by Mike Verdone and the Python Twitter Tools developer
team.

The Minimalist Twitter API for Python is a Python API for Twitter, everyone's
favorite Web 2.0 Facebook-style status updater for people on the go. Also
included is a twitter command-line tool for getting your friends' tweets and
setting your own tweet from the safety and security of your favorite shell.
Also included is an IRC bot that can announce Twitter updated to an IRC
channel.

diffstat:

 net/py-ptt/DESCR    |  10 +++++++++
 net/py-ptt/Makefile |  20 ++++++++++++++++++
 net/py-ptt/PLIST    |  58 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 net/py-ptt/distinfo |   5 ++++
 4 files changed, 93 insertions(+), 0 deletions(-)

diffs (109 lines):

diff -r 5d905dff1f45 -r aab78ce5b6a6 net/py-ptt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-ptt/DESCR  Fri Nov 02 13:08:31 2012 +0000
@@ -0,0 +1,10 @@
+Python Twitter Tools (PTT) includes a Twitter API, command-line tool, and IRC
+bot. It is developed by Mike Verdone and the Python Twitter Tools developer
+team.
+
+The Minimalist Twitter API for Python is a Python API for Twitter, everyone's
+favorite Web 2.0 Facebook-style status updater for people on the go. Also
+included is a twitter command-line tool for getting your friends' tweets and
+setting your own tweet from the safety and security of your favorite shell.
+Also included is an IRC bot that can announce Twitter updated to an IRC
+channel.
diff -r 5d905dff1f45 -r aab78ce5b6a6 net/py-ptt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-ptt/Makefile       Fri Nov 02 13:08:31 2012 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2012/11/02 13:08:31 imil Exp $
+#
+
+PTTVERS=       1.9.0
+DISTNAME=      twitter-${PTTVERS}
+PKGNAME=       ${PYPKGPREFIX}-ptt-${PTTVERS}
+CATEGORIES=    net python
+MASTER_SITES=  http://pypi.python.org/packages/source/t/twitter/
+
+MAINTAINER=    imil%NetBSD.org@localhost
+HOMEPAGE=      http://mike.verdone.ca/twitter/
+COMMENT=       Twitter API, command-line tool, and IRC bot
+LICENSE=       gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5d905dff1f45 -r aab78ce5b6a6 net/py-ptt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-ptt/PLIST  Fri Nov 02 13:08:31 2012 +0000
@@ -0,0 +1,58 @@
+@comment $NetBSD: PLIST,v 1.1 2012/11/02 13:08:31 imil Exp $
+bin/twitter
+bin/twitter-archiver
+bin/twitter-follow
+bin/twitter-log
+bin/twitter-stream-example
+bin/twitterbot
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/twitter/__init__.py
+${PYSITELIB}/twitter/__init__.pyc
+${PYSITELIB}/twitter/__init__.pyo
+${PYSITELIB}/twitter/ansi.py
+${PYSITELIB}/twitter/ansi.pyc
+${PYSITELIB}/twitter/ansi.pyo
+${PYSITELIB}/twitter/api.py
+${PYSITELIB}/twitter/api.pyc
+${PYSITELIB}/twitter/api.pyo
+${PYSITELIB}/twitter/archiver.py
+${PYSITELIB}/twitter/archiver.pyc
+${PYSITELIB}/twitter/archiver.pyo
+${PYSITELIB}/twitter/auth.py
+${PYSITELIB}/twitter/auth.pyc
+${PYSITELIB}/twitter/auth.pyo
+${PYSITELIB}/twitter/cmdline.py
+${PYSITELIB}/twitter/cmdline.pyc
+${PYSITELIB}/twitter/cmdline.pyo
+${PYSITELIB}/twitter/follow.py
+${PYSITELIB}/twitter/follow.pyc
+${PYSITELIB}/twitter/follow.pyo
+${PYSITELIB}/twitter/ircbot.py
+${PYSITELIB}/twitter/ircbot.pyc
+${PYSITELIB}/twitter/ircbot.pyo
+${PYSITELIB}/twitter/logger.py
+${PYSITELIB}/twitter/logger.pyc
+${PYSITELIB}/twitter/logger.pyo
+${PYSITELIB}/twitter/oauth.py
+${PYSITELIB}/twitter/oauth.pyc
+${PYSITELIB}/twitter/oauth.pyo
+${PYSITELIB}/twitter/oauth_dance.py
+${PYSITELIB}/twitter/oauth_dance.pyc
+${PYSITELIB}/twitter/oauth_dance.pyo
+${PYSITELIB}/twitter/stream.py
+${PYSITELIB}/twitter/stream.pyc
+${PYSITELIB}/twitter/stream.pyo
+${PYSITELIB}/twitter/stream_example.py
+${PYSITELIB}/twitter/stream_example.pyc
+${PYSITELIB}/twitter/stream_example.pyo
+${PYSITELIB}/twitter/twitter_globals.py
+${PYSITELIB}/twitter/twitter_globals.pyc
+${PYSITELIB}/twitter/twitter_globals.pyo
+${PYSITELIB}/twitter/util.py
+${PYSITELIB}/twitter/util.pyc
+${PYSITELIB}/twitter/util.pyo
diff -r 5d905dff1f45 -r aab78ce5b6a6 net/py-ptt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-ptt/distinfo       Fri Nov 02 13:08:31 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/11/02 13:08:31 imil Exp $
+
+SHA1 (twitter-1.9.0.tar.gz) = e42089c4067498f7aefaf16f32062cefb4141f5a
+RMD160 (twitter-1.9.0.tar.gz) = 703821166ca80e757a2d806b6d4bd23e1cc1e676
+Size (twitter-1.9.0.tar.gz) = 31441 bytes



Home | Main Index | Thread Index | Old Index