svn commit: r396880 - in head/devel: . py-setuptools35

Kubilay Kocak koobs at FreeBSD.org
Mon Sep 14 04:36:06 UTC 2015


Author: koobs
Date: Mon Sep 14 04:36:05 2015
New Revision: 396880
URL: https://svnweb.freebsd.org/changeset/ports/396880

Log:
  [NEW] devel/py-setuptools35: Add 3.5 version of setuptools
  
  Add a setuptools port for the recently added Python version 3.5 port.

Added:
  head/devel/py-setuptools35/
     - copied from r396876, head/devel/py-setuptools34/
Modified:
  head/devel/Makefile
  head/devel/py-setuptools35/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Sep 14 04:31:15 2015	(r396879)
+++ head/devel/Makefile	Mon Sep 14 04:36:05 2015	(r396880)
@@ -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

Modified: head/devel/py-setuptools35/Makefile
==============================================================================
--- head/devel/py-setuptools34/Makefile	Mon Sep 14 00:27:45 2015	(r396876)
+++ head/devel/py-setuptools35/Makefile	Mon Sep 14 04:36:05 2015	(r396880)
@@ -3,7 +3,7 @@
 
 PKGNAMESUFFIX=	${PYTHON_SUFFIX}
 
-PYTHON_VERSION=	python3.4
+PYTHON_VERSION=	python3.5
 
 MASTERDIR=	${.CURDIR}/../py-setuptools
 


More information about the svn-ports-head mailing list