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

Collapse All | Expand All

(-)Makefile (-3 / +2 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
CATEGORIES=	net python
6
CATEGORIES=	net python
7
MASTER_SITES=	CHEESESHOP
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
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (python-twitter-2.2.tar.gz) = b70648c6026ef3772a1c911382d9fd8651fe0b673c15aad7d38d6f685c7c4dc2
1
TIMESTAMP = 1473807052
2
SIZE (python-twitter-2.2.tar.gz) = 66347
2
SHA256 (python-twitter-3.1.tar.gz) = 74cfdd6a7bbe00fdd08ce582c9a2ee5d6c080e6c228ffced009a356092fbb923
3
SIZE (python-twitter-3.1.tar.gz) = 80586
(-)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=[

Return to bug 212673