svn commit: r480263 - in head/devel: . py-tree-format

Matthew Seaman matthew at FreeBSD.org
Fri Sep 21 11:55:39 UTC 2018


Author: matthew
Date: Fri Sep 21 11:55:37 2018
New Revision: 480263
URL: https://svnweb.freebsd.org/changeset/ports/480263

Log:
  Add py-tree-format 0.1.2, generate nicely formatted trees.

Added:
  head/devel/py-tree-format/
  head/devel/py-tree-format/Makefile   (contents, props changed)
  head/devel/py-tree-format/distinfo   (contents, props changed)
  head/devel/py-tree-format/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Sep 21 11:54:59 2018	(r480262)
+++ head/devel/Makefile	Fri Sep 21 11:55:37 2018	(r480263)
@@ -5141,6 +5141,7 @@
     SUBDIR += py-traitlets
     SUBDIR += py-traits
     SUBDIR += py-transaction
+    SUBDIR += py-tree-format
     SUBDIR += py-trollius
     SUBDIR += py-ttystatus
     SUBDIR += py-tvrage

Added: head/devel/py-tree-format/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-tree-format/Makefile	Fri Sep 21 11:55:37 2018	(r480263)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	tree-format
+PORTVERSION=	0.1.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	matthew at FreeBSD.org
+COMMENT=	Generate nicely formatted trees
+
+LICENSE=	APACHE20
+
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}testtools>0:devel/py-testtools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+do-test:
+	@cd ${WRKSRC} && ${LOCALBASE}/bin/tox-${PYTHON_VER} -e py${PYTHON_SUFFIX}
+
+.include <bsd.port.mk>

Added: head/devel/py-tree-format/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-tree-format/distinfo	Fri Sep 21 11:55:37 2018	(r480263)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537529897
+SHA256 (tree-format-0.1.2.tar.gz) = a538523aa78ae7a4b10003b04f3e1b37708e0e089d99c9d3b9e1c71384c9a7f9
+SIZE (tree-format-0.1.2.tar.gz) = 3969

Added: head/devel/py-tree-format/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-tree-format/pkg-descr	Fri Sep 21 11:55:37 2018	(r480263)
@@ -0,0 +1,4 @@
+Python library to generate nicely formatted trees, like the UNIX `tree`
+command.
+
+WWW: https://pypi.org/project/tree-format/


More information about the svn-ports-head mailing list