svn commit: r403407 - head/net/py-twitter
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Dec 9 14:27:57 UTC 2015
Author: sunpoet
Date: Wed Dec 9 14:27:56 2015
New Revision: 403407
URL: https://svnweb.freebsd.org/changeset/ports/403407
Log:
- Update to 2.2
- Add LICENSE_FILE
- Add NO_ARCH
- Relax USES=python
Changes: https://github.com/bear/python-twitter/blob/master/CHANGES
Modified:
head/net/py-twitter/Makefile
Modified: head/net/py-twitter/Makefile
==============================================================================
--- head/net/py-twitter/Makefile Wed Dec 9 14:27:52 2015 (r403406)
+++ head/net/py-twitter/Makefile Wed Dec 9 14:27:56 2015 (r403407)
@@ -12,12 +12,13 @@ MAINTAINER= python at 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>
More information about the svn-ports-all
mailing list