1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

[NEW] devel/py-setuptools35: Add 3.5 version of setuptools

Add a setuptools port for the recently added Python version 3.5 port.
This commit is contained in:
Kubilay Kocak 2015-09-14 04:36:05 +00:00
parent f4fdc2f4f5
commit a8e18aac5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396880
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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"