[Midnightbsd-cvs] mports [24416] trunk/devel: add newer setuptools port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 30 17:57:46 EDT 2018


Revision: 24416
          http://svnweb.midnightbsd.org/mports/?rev=24416
Author:   laffer1
Date:     2018-09-30 17:57:45 -0400 (Sun, 30 Sep 2018)
Log Message:
-----------
add newer setuptools port

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py37-setuptools/
    trunk/devel/py37-setuptools/Makefile

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-09-30 21:55:33 UTC (rev 24415)
+++ trunk/devel/Makefile	2018-09-30 21:57:45 UTC (rev 24416)
@@ -558,6 +558,7 @@
 SUBDIR += py3-xdg
 SUBDIR += py33-setuptools
 SUBDIR += py34-setuptools
+SUBDIR += py37-setuptools
 SUBDIR += pydbus-common
 SUBDIR += pygobject3-common
 SUBDIR += pylint

Added: trunk/devel/py37-setuptools/Makefile
===================================================================
--- trunk/devel/py37-setuptools/Makefile	                        (rev 0)
+++ trunk/devel/py37-setuptools/Makefile	2018-09-30 21:57:45 UTC (rev 24416)
@@ -0,0 +1,9 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD: head/devel/py33-setuptools/Makefile 436290 2017-03-16 19:23:48Z antoine $
+# $MidnightBSD$
+
+MASTERDIR=	${.CURDIR}/../py27-setuptools
+
+USES=		python:3.7 zip
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/py37-setuptools/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list