View | Details | Raw Unified | Return to bug 212673 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +6 lines)
Lines 1-12 Link Here
1
# Created by: ijliao
1
# Created by: ijliao
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	twitter
4
PORTNAME=	python-twitter
5
PORTVERSION=	2.2
5
PORTVERSION=	3.1
6
DISTVERSIONPREFIX=	v
6
CATEGORIES=	net python
7
CATEGORIES=	net python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
DISTNAME=	python-${PORTNAME}-${PORTVERSION}
10
9
11
MAINTAINER=	python@FreeBSD.org
10
MAINTAINER=	python@FreeBSD.org
12
COMMENT=	Python wrapper around the Twitter API
11
COMMENT=	Python wrapper around the Twitter API
Lines 17-22 Link Here
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \
18
		${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib
17
		${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib
19
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	bear
21
20
NO_ARCH=	yes
22
NO_ARCH=	yes
21
USES=		python
23
USES=		python
22
USE_PYTHON=	autoplist distutils
24
USE_PYTHON=	autoplist distutils
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (python-twitter-2.2.tar.gz) = b70648c6026ef3772a1c911382d9fd8651fe0b673c15aad7d38d6f685c7c4dc2
1
TIMESTAMP = 1476277269
2
SIZE (python-twitter-2.2.tar.gz) = 66347
2
SHA256 (bear-python-twitter-v3.1_GH0.tar.gz) = d70427c3825611b4fac9a3b96bd7d48ed65ff0e1dd4fb6b4671494f716263432
3
SIZE (bear-python-twitter-v3.1_GH0.tar.gz) = 1847466
(-)files/patch-setup.py (+10 lines)
Line 0 Link Here
1
--- setup.py.orig	2016-03-22 03:18:35 UTC
2
+++ setup.py
3
@@ -57,7 +57,6 @@ setup(
4
     packages=find_packages(exclude=('tests', 'docs')),
5
     platforms=['Any'],
6
     install_requires=['future', 'requests', 'requests-oauthlib'],
7
-    setup_requires=['pytest-runner'],
8
     tests_require=['pytest'],
9
     keywords='twitter api',
10
     classifiers=[
(-)../Makefile (-1 / +1 lines)
Lines 1015-1020 Link Here
1015
    SUBDIR += py-pystun
1015
    SUBDIR += py-pystun
1016
    SUBDIR += py-python-bitcoinrpc
1016
    SUBDIR += py-python-bitcoinrpc
1017
    SUBDIR += py-python-ntlm
1017
    SUBDIR += py-python-ntlm
1018
    SUBDIR += py-python-twitter
1018
    SUBDIR += py-pyvmomi
1019
    SUBDIR += py-pyvmomi
1019
    SUBDIR += py-pyzmq
1020
    SUBDIR += py-pyzmq
1020
    SUBDIR += py-qt4-network
1021
    SUBDIR += py-qt4-network
Lines 1038-1044 Link Here
1038
    SUBDIR += py-tofu
1039
    SUBDIR += py-tofu
1039
    SUBDIR += py-tweepy
1040
    SUBDIR += py-tweepy
1040
    SUBDIR += py-twistedPair
1041
    SUBDIR += py-twistedPair
1041
    SUBDIR += py-twitter
1042
    SUBDIR += py-twitter-tools
1042
    SUBDIR += py-twitter-tools
1043
    SUBDIR += py-txamqp
1043
    SUBDIR += py-txamqp
1044
    SUBDIR += py-txrestapi
1044
    SUBDIR += py-txrestapi
(-)../../MOVED (+1 lines)
Lines 8677-8679 Link Here
8677
audio/squeezeboxserver-superdatetime|audio/logitechmediaserver-superdatetime|2016-10-05|Squeezebox Server renamed to Logitech Media Server
8677
audio/squeezeboxserver-superdatetime|audio/logitechmediaserver-superdatetime|2016-10-05|Squeezebox Server renamed to Logitech Media Server
8678
audio/squeezeboxserver-trackstat|audio/logitechmediaserver-trackstat|2016-10-05|Squeezebox Server renamed to Logitech Media Server
8678
audio/squeezeboxserver-trackstat|audio/logitechmediaserver-trackstat|2016-10-05|Squeezebox Server renamed to Logitech Media Server
8679
net/py-uritemplate.py|net/py-uritemplate|2016-10-12|Upstream has consolidated on net/py-uritemplate
8679
net/py-uritemplate.py|net/py-uritemplate|2016-10-12|Upstream has consolidated on net/py-uritemplate
8680
py-twitter|py-python-twitter|2016-10-12|Renamed to reflect official name at PyPI/Github

Return to bug 212673