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:
parent
a9782e33b0
commit
9e40c50557
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403407
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user