diff options
author | sbz <sbz@FreeBSD.org> | 2012-10-06 15:54:04 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2012-10-06 15:54:04 +0800 |
commit | 51bba95f401418e4e4e6da298d9889df9e93e583 (patch) | |
tree | e69cdf54ee38db723192d9ee6314d12964a46e60 /net | |
parent | 5e466ff36fc324ff356f61d2a843d0e50362dbed (diff) | |
download | freebsd-ports-gnome-51bba95f401418e4e4e6da298d9889df9e93e583.tar.gz freebsd-ports-gnome-51bba95f401418e4e4e6da298d9889df9e93e583.tar.zst freebsd-ports-gnome-51bba95f401418e4e4e6da298d9889df9e93e583.zip |
- Update to 1.10
- Add LICENSE
PR: ports/170132
Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com>
Approved by: maintainer timeout (> 14 days)
Diffstat (limited to 'net')
-rw-r--r-- | net/py-tweepy/Makefile | 10 | ||||
-rw-r--r-- | net/py-tweepy/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net/py-tweepy/Makefile b/net/py-tweepy/Makefile index a9a8f12826cb..70a70a4f80ec 100644 --- a/net/py-tweepy/Makefile +++ b/net/py-tweepy/Makefile @@ -1,12 +1,8 @@ -# Ports collection makefile for: py-tweepy -# Date created: Tue Nov 1 14:27:14 CST 2011 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tweepy -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= clsung@FreeBSD.org COMMENT= A library for accessing the Twitter.com API +LICENSE= MIT + USE_PYTHON= yes USE_PYDISTUTILS= easy_install diff --git a/net/py-tweepy/distinfo b/net/py-tweepy/distinfo index bd75e7a7f381..0d8fda954a75 100644 --- a/net/py-tweepy/distinfo +++ b/net/py-tweepy/distinfo @@ -1,2 +1,2 @@ -SHA256 (tweepy-1.9.tar.gz) = f5e5d7b95ae481c01b5440635170e9a5407ab6ca0a13c0ee29b064bbb2926330 -SIZE (tweepy-1.9.tar.gz) = 21661 +SHA256 (tweepy-1.10.tar.gz) = e3b2860001e83b7fccf0910e7fae7e5c4f47bca40b1e0bc81bfd42cb55d53d53 +SIZE (tweepy-1.10.tar.gz) = 21691 |