From a8e18aac5e589ba3ffb90450afbc4509f6826344 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Mon, 14 Sep 2015 04:36:05 +0000 Subject: [NEW] devel/py-setuptools35: Add 3.5 version of setuptools Add a setuptools port for the recently added Python version 3.5 port. --- devel/Makefile | 1 + devel/py-setuptools35/Makefile | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 devel/py-setuptools35/Makefile diff --git a/devel/Makefile b/devel/Makefile index 20fbd0a20c45..7936aae2a615 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4236,6 +4236,7 @@ SUBDIR += py-setuptools32 SUBDIR += py-setuptools33 SUBDIR += py-setuptools34 + SUBDIR += py-setuptools35 SUBDIR += py-setuptools_darcs SUBDIR += py-setuptools_hg SUBDIR += py-sh diff --git a/devel/py-setuptools35/Makefile b/devel/py-setuptools35/Makefile new file mode 100644 index 000000000000..48190e6ae82c --- /dev/null +++ b/devel/py-setuptools35/Makefile @@ -0,0 +1,10 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PKGNAMESUFFIX= ${PYTHON_SUFFIX} + +PYTHON_VERSION= python3.5 + +MASTERDIR= ${.CURDIR}/../py-setuptools + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3