Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2017 11:05:54 +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: r442375 - in head/textproc: . py-humanfriendly py3-humanfriendly
Message-ID:  <201706021105.v52B5svg083810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Fri Jun  2 11:05:54 2017
New Revision: 442375
URL: https://svnweb.freebsd.org/changeset/ports/442375

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

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Fri Jun  2 11:04:57 2017	(r442374)
+++ head/textproc/Makefile	Fri Jun  2 11:05:54 2017	(r442375)
@@ -1373,6 +1373,7 @@
     SUBDIR += py3-asciinema
     SUBDIR += py3-chardet
     SUBDIR += py3-docutils
+    SUBDIR += py3-humanfriendly
     SUBDIR += py3-hunspell
     SUBDIR += py3-libxml2
     SUBDIR += py3-pager

Modified: head/textproc/py-humanfriendly/Makefile
==============================================================================
--- head/textproc/py-humanfriendly/Makefile	Fri Jun  2 11:04:57 2017	(r442374)
+++ head/textproc/py-humanfriendly/Makefile	Fri Jun  2 11:05:54 2017	(r442375)
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 NO_ARCH=	yes
-USES=		python
+USES?=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.pre.mk>

Added: head/textproc/py3-humanfriendly/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py3-humanfriendly/Makefile	Fri Jun  2 11:05:54 2017	(r442375)
@@ -0,0 +1,6 @@
+
+MASTERDIR=	${.CURDIR}/../py-humanfriendly
+
+USES=	python:3.3+
+
+.include "${MASTERDIR}/Makefile"



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