f3a8e58f52
- 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)
19 lines
360 B
Makefile
19 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>
|