diff options
author | koobs <koobs@FreeBSD.org> | 2015-09-14 12:36:05 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-09-14 12:36:05 +0800 |
commit | 76b910d12bd847a9fb352f4f9918d6b69aff62df (patch) | |
tree | 5a79e44b82d166ab5f739c43770045e73793a3e1 | |
parent | fa7667f78cfbfb9a6eb9d99eb7ae844724f822fb (diff) | |
download | freebsd-ports-gnome-76b910d12bd847a9fb352f4f9918d6b69aff62df.tar.gz freebsd-ports-gnome-76b910d12bd847a9fb352f4f9918d6b69aff62df.tar.zst freebsd-ports-gnome-76b910d12bd847a9fb352f4f9918d6b69aff62df.zip |
[NEW] devel/py-setuptools35: Add 3.5 version of setuptools
Add a setuptools port for the recently added Python version 3.5 port.
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-setuptools35/Makefile | 10 |
2 files changed, 11 insertions, 0 deletions
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 <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PKGNAMESUFFIX= ${PYTHON_SUFFIX} + +PYTHON_VERSION= python3.5 + +MASTERDIR= ${.CURDIR}/../py-setuptools + +.include "${MASTERDIR}/Makefile" |