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:
parent
f4fdc2f4f5
commit
a8e18aac5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396880
@ -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
|
||||
|
10
devel/py-setuptools35/Makefile
Normal file
10
devel/py-setuptools35/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user