1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

- Update to 2.2

- Add LICENSE_FILE
- Add NO_ARCH
- Relax USES=python

Changes:	https://github.com/bear/python-twitter/blob/master/CHANGES
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-12-09 14:27:56 +00:00
parent a9782e33b0
commit 9e40c50557
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403407

View File

@ -12,12 +12,13 @@ MAINTAINER= python@FreeBSD.org
COMMENT= Python wrapper around the Twitter API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:${PORTSDIR}/www/py-requests-oauthlib \
${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:${PORTSDIR}/www/py-requests-oauthlib
USES= python:2
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>