svn commit: r442375 - in head/textproc: . py-humanfriendly py3-humanfriendly

Marcelo Araujo araujo at FreeBSD.org
Fri Jun 2 11:05:55 UTC 2017


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"


More information about the svn-ports-all mailing list