svn commit: r429453 - in head/devel: . py-setuptools36

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 25 19:21:52 UTC 2016


Author: sunpoet
Date: Sun Dec 25 19:21:51 2016
New Revision: 429453
URL: https://svnweb.freebsd.org/changeset/ports/429453

Log:
  - Add py-setuptools36 (copied from py-setuptools35)

Added:
  head/devel/py-setuptools36/
     - copied from r429384, head/devel/py-setuptools35/
Modified:
  head/devel/Makefile
  head/devel/py-setuptools36/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Dec 25 19:18:46 2016	(r429452)
+++ head/devel/Makefile	Sun Dec 25 19:21:51 2016	(r429453)
@@ -4616,6 +4616,7 @@
     SUBDIR += py-setuptools33
     SUBDIR += py-setuptools34
     SUBDIR += py-setuptools35
+    SUBDIR += py-setuptools36
     SUBDIR += py-setuptools_darcs
     SUBDIR += py-setuptools_hg
     SUBDIR += py-setuptools_scm

Modified: head/devel/py-setuptools36/Makefile
==============================================================================
--- head/devel/py-setuptools35/Makefile	Sat Dec 24 22:13:25 2016	(r429384)
+++ head/devel/py-setuptools36/Makefile	Sun Dec 25 19:21:51 2016	(r429453)
@@ -3,7 +3,7 @@
 
 PKGNAMESUFFIX=	${PYTHON_SUFFIX}
 
-PYTHON_VERSION=	python3.5
+PYTHON_VERSION=	python3.6
 
 MASTERDIR=	${.CURDIR}/../py-setuptools
 


More information about the svn-ports-all mailing list