diff options
Diffstat (limited to 'net/py-twitter')
-rw-r--r-- | net/py-twitter/Makefile | 3 | ||||
-rw-r--r-- | net/py-twitter/distinfo | 4 | ||||
-rw-r--r-- | net/py-twitter/pkg-descr | 5 |
3 files changed, 5 insertions, 7 deletions
diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile index 08228010b871..c9c379e71545 100644 --- a/net/py-twitter/Makefile +++ b/net/py-twitter/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= twitter -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.2 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-twitter/distinfo b/net/py-twitter/distinfo index a76c6ac80b39..f8cad753afd9 100644 --- a/net/py-twitter/distinfo +++ b/net/py-twitter/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-twitter-2.0.tar.gz) = abbcd9fc95f58f8ba7c0c122af2f6cf249e4e30ead755dab3c4f87afd7e1c8bc -SIZE (python-twitter-2.0.tar.gz) = 65405 +SHA256 (python-twitter-2.2.tar.gz) = b70648c6026ef3772a1c911382d9fd8651fe0b673c15aad7d38d6f685c7c4dc2 +SIZE (python-twitter-2.2.tar.gz) = 66347 diff --git a/net/py-twitter/pkg-descr b/net/py-twitter/pkg-descr index 37abf28c5489..8cbd3f3dce4e 100644 --- a/net/py-twitter/pkg-descr +++ b/net/py-twitter/pkg-descr @@ -1,8 +1,7 @@ This library provides a pure python interface for the Twitter API. -Twitter (http://twitter.com) provides a service that allows people to -connect via the web, IM, and SMS. Twitter exposes a web services API -(http://twitter.com/help/api) and this library is intended to make it +Twitter provides a service that allows people to connect via the web, IM, and +SMS. Twitter exposes a web services API and this library is intended to make it even easier for python programmers to use. WWW: https://github.com/bear/python-twitter |