Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2017 03:13:29 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443066 - in head/devel: . py-enum34 py3-enum34
Message-ID:  <201706100313.v5A3DTfb037183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sat Jun 10 03:13:28 2017
New Revision: 443066
URL: https://svnweb.freebsd.org/changeset/ports/443066

Log:
  [NEW] devel/py3-enum34: Create Python 3.x version of this port
  
  PR:		219833
  Reported by:	koobs

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jun 10 02:57:54 2017	(r443065)
+++ head/devel/Makefile	Sat Jun 10 03:13:28 2017	(r443066)
@@ -4953,6 +4953,7 @@
     SUBDIR += py3-dbus
     SUBDIR += py3-defusedxml
     SUBDIR += py3-docopt
+    SUBDIR += py3-enum34
     SUBDIR += py3-flake8
     SUBDIR += py3-flake8-builtins
     SUBDIR += py3-flake8-docstrings

Modified: head/devel/py-enum34/Makefile
==============================================================================
--- head/devel/py-enum34/Makefile	Sat Jun 10 02:57:54 2017	(r443065)
+++ head/devel/py-enum34/Makefile	Sat Jun 10 03:13:28 2017	(r443066)
@@ -12,7 +12,7 @@ COMMENT=	Python 3.4 Enum backported to 3.3, 3.2, 3.1, 
 
 LICENSE=	BSD3CLAUSE
 
-USES=		python:2.7-3.3
+USES?=		python:2.7-3.3
 USE_PYTHON=	distutils autoplist
 OPTIONS_DEFINE=	DOCS
 

Added: head/devel/py3-enum34/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-enum34/Makefile	Sat Jun 10 03:13:28 2017	(r443066)
@@ -0,0 +1,8 @@
+# Created by: Ben Woods <woodsb02@FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-enum34
+
+USES=		python:3.3
+
+.include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706100313.v5A3DTfb037183>