svn commit: r439604 - in head/devel: . py-setuptools_scm py3-setuptools_scm

William Grzybowski wg at FreeBSD.org
Fri Apr 28 12:24:15 UTC 2017


Author: wg
Date: Fri Apr 28 12:24:13 2017
New Revision: 439604
URL: https://svnweb.freebsd.org/changeset/ports/439604

Log:
  devel/py3-setuptools_scm: slave port for py3.x
  
  PR:		218929
  Submitted by:	rs.os at t-online de

Added:
  head/devel/py3-setuptools_scm/
  head/devel/py3-setuptools_scm/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile
  head/devel/py-setuptools_scm/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Apr 28 11:41:34 2017	(r439603)
+++ head/devel/Makefile	Fri Apr 28 12:24:13 2017	(r439604)
@@ -4959,6 +4959,7 @@
     SUBDIR += py3-pytz
     SUBDIR += py3-rubymarshal
     SUBDIR += py3-setproctitle
+    SUBDIR += py3-setuptools_scm
     SUBDIR += py3-simplejson
     SUBDIR += py3-six
     SUBDIR += py3-tabulate

Modified: head/devel/py-setuptools_scm/Makefile
==============================================================================
--- head/devel/py-setuptools_scm/Makefile	Fri Apr 28 11:41:34 2017	(r439603)
+++ head/devel/py-setuptools_scm/Makefile	Fri Apr 28 12:24:13 2017	(r439604)
@@ -11,7 +11,7 @@ COMMENT=	Setuptools plugin to manage you
 
 LICENSE=	MIT
 
-USES=		python
+USES?=		python
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 

Added: head/devel/py3-setuptools_scm/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-setuptools_scm/Makefile	Fri Apr 28 12:24:13 2017	(r439604)
@@ -0,0 +1,8 @@
+# Created by: rs.os
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-setuptools_scm
+
+USES=		python:3.3+
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list