mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
10eef067f4
- Update to 2.1 - Update pkg-plist - Remove indefinite article from COMMENT - Tweak COMMENT to more closely match upstream - Set an explicit -2.7 USE_PYTHON version Changes: https://github.com/tweepy/tweepy/blob/2.1/CHANGELOG.md PR: ports/182569 Approved by: maintainer timeout (2 weeks)
20 lines
359 B
Makefile
20 lines
359 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tweepy
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Twitter API library for Python!
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|