summaryrefslogtreecommitdiff
path: root/net/py-ptt
diff options
context:
space:
mode:
authorimil <imil@pkgsrc.org>2012-11-02 13:08:31 +0000
committerimil <imil@pkgsrc.org>2012-11-02 13:08:31 +0000
commit51971cd3899ccc917ad94615b8d9e012eb87451e (patch)
tree142de07cb41abc15df5f83f3f96e3cd9650bd01b /net/py-ptt
parentf980638871d34b664c20567d7e38f7fd9486b7f1 (diff)
downloadpkgsrc-51971cd3899ccc917ad94615b8d9e012eb87451e.tar.gz
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 (limited to 'net/py-ptt')
-rw-r--r--net/py-ptt/DESCR10
-rw-r--r--net/py-ptt/Makefile20
-rw-r--r--net/py-ptt/PLIST58
-rw-r--r--net/py-ptt/distinfo5
4 files changed, 93 insertions, 0 deletions
diff --git a/net/py-ptt/DESCR b/net/py-ptt/DESCR
new file mode 100644
index 00000000000..1cea12ca1c6
--- /dev/null
+++ b/net/py-ptt/DESCR
@@ -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 --git a/net/py-ptt/Makefile b/net/py-ptt/Makefile
new file mode 100644
index 00000000000..dd2d61f50fd
--- /dev/null
+++ b/net/py-ptt/Makefile
@@ -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
+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 --git a/net/py-ptt/PLIST b/net/py-ptt/PLIST
new file mode 100644
index 00000000000..82a0a925862
--- /dev/null
+++ b/net/py-ptt/PLIST
@@ -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 --git a/net/py-ptt/distinfo b/net/py-ptt/distinfo
new file mode 100644
index 00000000000..8db9cd23b51
--- /dev/null
+++ b/net/py-ptt/distinfo
@@ -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