Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2017 08:00:58 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436319 - in head/textproc: . py-texttable py3-texttable
Message-ID:  <201703170800.v2H80wW8010233@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Fri Mar 17 08:00:58 2017
New Revision: 436319
URL: https://svnweb.freebsd.org/changeset/ports/436319

Log:
  - Create a python3 version of textproc/py-texttable.

Added:
  head/textproc/py3-texttable/
  head/textproc/py3-texttable/Makefile   (contents, props changed)
Modified:
  head/textproc/Makefile
  head/textproc/py-texttable/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Fri Mar 17 07:41:25 2017	(r436318)
+++ head/textproc/Makefile	Fri Mar 17 08:00:58 2017	(r436319)
@@ -1377,6 +1377,7 @@
     SUBDIR += py3-pystemmer
     SUBDIR += py3-snowballstemmer
     SUBDIR += py3-sphinx_rtd_theme
+    SUBDIR += py3-texttable
     SUBDIR += pychm
     SUBDIR += qprint
     SUBDIR += qrcodegen

Modified: head/textproc/py-texttable/Makefile
==============================================================================
--- head/textproc/py-texttable/Makefile	Fri Mar 17 07:41:25 2017	(r436318)
+++ head/textproc/py-texttable/Makefile	Fri Mar 17 08:00:58 2017	(r436319)
@@ -13,7 +13,7 @@ COMMENT=	Module for creating simple ASCI
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=	python
+USES?=	python
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 

Added: head/textproc/py3-texttable/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py3-texttable/Makefile	Fri Mar 17 08:00:58 2017	(r436319)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-texttable
+
+USES=	python:3
+
+.include "${MASTERDIR}/Makefile"



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