1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/py-tweepy/Makefile
Kubilay Kocak f3a8e58f52 net/py-tweepy: Update to 2.2
- Update to 2.2
- Remove post-extract target: (tests no longer included)
- Remove zip_safe=False patch in setup.py (no longer necessary)

Changes:

    https://github.com/tweepy/tweepy/blob/2.2/CHANGELOG.md

Approved by:	maintainer (via Twitter)
2014-03-15 15:29:20 +00:00

20 lines
360 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= tweepy
PORTVERSION= 2.2
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Twitter API library for Python!
LICENSE= MIT
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>