pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-twython Initial import of py-twython, version 3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7df73318c01d
branches:  trunk
changeset: 634078:7df73318c01d
user:      imil <imil%pkgsrc.org@localhost>
date:      Thu May 08 14:41:49 2014 +0000

description:
Initial import of py-twython, version 3.1.2, into the NetBSD Packages
Collection.

Twython is the premier Python library providing an easy (and up-to-date) way to
access Twitter data. Actively maintained and featuring support for Python 2.6+
and Python 3. It's been battle tested by companies, educational institutions
and individuals alike.

diffstat:

 net/py-twython/DESCR    |   4 ++++
 net/py-twython/Makefile |  16 ++++++++++++++++
 net/py-twython/PLIST    |  36 ++++++++++++++++++++++++++++++++++++
 net/py-twython/distinfo |   5 +++++
 4 files changed, 61 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r 1f2fa1117bd6 -r 7df73318c01d net/py-twython/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-twython/DESCR      Thu May 08 14:41:49 2014 +0000
@@ -0,0 +1,4 @@
+Twython is the premier Python library providing an easy (and up-to-date) way to
+access Twitter data. Actively maintained and featuring support for Python 2.6+
+and Python 3. It's been battle tested by companies, educational institutions
+and individuals alike.
diff -r 1f2fa1117bd6 -r 7df73318c01d net/py-twython/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-twython/Makefile   Thu May 08 14:41:49 2014 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2014/05/08 14:41:49 imil Exp $
+
+DISTNAME=      twython-3.1.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    net
+MASTER_SITES=  https://pypi.python.org/packages/source/t/twython/
+
+MAINTAINER=    imil%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ryanmcgrath/twython
+COMMENT=       Python wrapper for the Twitter API
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1f2fa1117bd6 -r 7df73318c01d net/py-twython/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-twython/PLIST      Thu May 08 14:41:49 2014 +0000
@@ -0,0 +1,36 @@
+@comment $NetBSD: PLIST,v 1.1 2014/05/08 14:41:49 imil Exp $
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/twython/__init__.py
+${PYSITELIB}/twython/__init__.pyc
+${PYSITELIB}/twython/__init__.pyo
+${PYSITELIB}/twython/advisory.pyc
+${PYSITELIB}/twython/advisory.pyo
+${PYSITELIB}/twython/api.pyc
+${PYSITELIB}/twython/api.pyo
+${PYSITELIB}/twython/compat.pyc
+${PYSITELIB}/twython/compat.pyo
+${PYSITELIB}/twython/endpoints.pyc
+${PYSITELIB}/twython/endpoints.pyo
+${PYSITELIB}/twython/exceptions.pyc
+${PYSITELIB}/twython/exceptions.pyo
+${PYSITELIB}/twython/helpers.pyc
+${PYSITELIB}/twython/helpers.pyo
+${PYSITELIB}/twython/advisory.py
+${PYSITELIB}/twython/api.py
+${PYSITELIB}/twython/compat.py
+${PYSITELIB}/twython/endpoints.py
+${PYSITELIB}/twython/exceptions.py
+${PYSITELIB}/twython/helpers.py
+${PYSITELIB}/twython/streaming/__init__.py
+${PYSITELIB}/twython/streaming/__init__.pyc
+${PYSITELIB}/twython/streaming/__init__.pyo
+${PYSITELIB}/twython/streaming/api.pyc
+${PYSITELIB}/twython/streaming/api.pyo
+${PYSITELIB}/twython/streaming/types.pyc
+${PYSITELIB}/twython/streaming/types.pyo
+${PYSITELIB}/twython/streaming/api.py
+${PYSITELIB}/twython/streaming/types.py
diff -r 1f2fa1117bd6 -r 7df73318c01d net/py-twython/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-twython/distinfo   Thu May 08 14:41:49 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/05/08 14:41:49 imil Exp $
+
+SHA1 (twython-3.1.2.tar.gz) = 512b5aa9b94ee44b513dbb45d173306873dec3e3
+RMD160 (twython-3.1.2.tar.gz) = 91ebdb68b72dc55241838e516df130bf590ec314
+Size (twython-3.1.2.tar.gz) = 32510 bytes



Home | Main Index | Thread Index | Old Index