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

Collapse All | Expand All

(-)b/devel/py27-setuptools/Makefile (-3 / +2 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	setuptools
3
PORTNAME=	setuptools
4
PORTVERSION=	32.1.0
4
PORTVERSION=	36.0.1
5
PORTREVISION=	1
6
CATEGORIES=	devel python
5
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 COMMENT= Python packages installer Link Here
14
LICENSE=	PSFL
13
LICENSE=	PSFL
15
14
16
NO_ARCH=	yes
15
NO_ARCH=	yes
17
USES?=		python:2.7
16
USES?=		python:2.7 zip
18
USE_PYTHON=	autoplist concurrent distutils
17
USE_PYTHON=	autoplist concurrent distutils
19
18
20
PYDISTUTILS_SETUP=	${PYSETUP}
19
PYDISTUTILS_SETUP=	${PYSETUP}
(-)b/devel/py27-setuptools/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1482063347
1
TIMESTAMP = 1496994617
2
SHA256 (python/setuptools-32.1.0.tar.gz) = 86d57bf86edc0ecfd2dc0907ed3710bc4501fb13a06c0fcaf7632305b00ce832
2
SHA256 (python/setuptools-36.0.1.zip) = e17c4687fddd6d70a6604ac0ad25e33324cec71b5137267dd5c45e103c4b288a
3
SIZE (python/setuptools-32.1.0.tar.gz) = 656843
3
SIZE (python/setuptools-36.0.1.zip) = 711296
(-)b/devel/py33-setuptools/Makefile (-1 / +1 lines)
Lines 3-8 Link Here
3
3
4
MASTERDIR=	${.CURDIR}/../py27-setuptools
4
MASTERDIR=	${.CURDIR}/../py27-setuptools
5
5
6
USES=		python:3.3
6
USES=		python:3.3 zip
7
7
8
.include "${MASTERDIR}/Makefile"
8
.include "${MASTERDIR}/Makefile"
(-)b/devel/py34-setuptools/Makefile (-1 / +1 lines)
Lines 3-8 Link Here
3
3
4
MASTERDIR=	${.CURDIR}/../py27-setuptools
4
MASTERDIR=	${.CURDIR}/../py27-setuptools
5
5
6
USES=		python:3.4
6
USES=		python:3.4 zip
7
7
8
.include "${MASTERDIR}/Makefile"
8
.include "${MASTERDIR}/Makefile"
(-)b/devel/py35-setuptools/Makefile (-1 / +1 lines)
Lines 3-8 Link Here
3
3
4
MASTERDIR=	${.CURDIR}/../py27-setuptools
4
MASTERDIR=	${.CURDIR}/../py27-setuptools
5
5
6
USES=		python:3.5
6
USES=		python:3.5 zip
7
7
8
.include "${MASTERDIR}/Makefile"
8
.include "${MASTERDIR}/Makefile"
(-)b/devel/py36-setuptools/Makefile (-1 / +1 lines)
Lines 3-8 Link Here
3
3
4
MASTERDIR=	${.CURDIR}/../py27-setuptools
4
MASTERDIR=	${.CURDIR}/../py27-setuptools
5
5
6
USES=		python:3.6
6
USES=		python:3.6 zip
7
7
8
.include "${MASTERDIR}/Makefile"
8
.include "${MASTERDIR}/Makefile"

Return to bug 219876