Date: Tue, 21 Mar 2017 14:27:07 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436611 - in head/devel: . py-tabulate py3-tabulate Message-ID: <201703211427.v2LER7tD053598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer Date: Tue Mar 21 14:27:07 2017 New Revision: 436611 URL: https://svnweb.freebsd.org/changeset/ports/436611 Log: Add a python 3 variant of tabulate Added: head/devel/py3-tabulate/ head/devel/py3-tabulate/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-tabulate/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Mar 21 14:20:44 2017 (r436610) +++ head/devel/Makefile Tue Mar 21 14:27:07 2017 (r436611) @@ -4934,6 +4934,7 @@ SUBDIR += py3-setproctitle SUBDIR += py3-simplejson SUBDIR += py3-six + SUBDIR += py3-tabulate SUBDIR += py3-threema-msgapi SUBDIR += py3-vcversioner SUBDIR += py3-wcwidth Modified: head/devel/py-tabulate/Makefile ============================================================================== --- head/devel/py-tabulate/Makefile Tue Mar 21 14:20:44 2017 (r436610) +++ head/devel/py-tabulate/Makefile Tue Mar 21 14:27:07 2017 (r436611) @@ -13,7 +13,7 @@ COMMENT= Pretty-print tabular data in Py LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES?= python USE_PYTHON= autoplist distutils NO_ARCH= yes Added: head/devel/py3-tabulate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-tabulate/Makefile Tue Mar 21 14:27:07 2017 (r436611) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-tabulate + +USES= python:3.1+ + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703211427.v2LER7tD053598>