Date: Sun, 29 Jul 2018 19:05:45 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475674 - in head/devel: . py-ptable Message-ID: <201807291905.w6TJ5jSc032495@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jul 29 19:05:45 2018 New Revision: 475674 URL: https://svnweb.freebsd.org/changeset/ports/475674 Log: Add py-ptable 0.9.2 PTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables, originally forked from PrettyTable. WWW: https://github.com/kxxoling/PTable Added: head/devel/py-ptable/ head/devel/py-ptable/Makefile (contents, props changed) head/devel/py-ptable/distinfo (contents, props changed) head/devel/py-ptable/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jul 29 19:05:13 2018 (r475673) +++ head/devel/Makefile Sun Jul 29 19:05:45 2018 (r475674) @@ -4843,6 +4843,7 @@ SUBDIR += py-prompt_toolkit SUBDIR += py-protobuf SUBDIR += py-protocols + SUBDIR += py-ptable SUBDIR += py-ptrace SUBDIR += py-ptvsd SUBDIR += py-pudb Added: head/devel/py-ptable/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ptable/Makefile Sun Jul 29 19:05:45 2018 (r475674) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ptable +PORTVERSION= 0.9.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PTable-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Display tabular data in an ASCII table format + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include <bsd.port.mk> Added: head/devel/py-ptable/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ptable/distinfo Sun Jul 29 19:05:45 2018 (r475674) @@ -0,0 +1,3 @@ +TIMESTAMP = 1532818121 +SHA256 (PTable-0.9.2.tar.gz) = aa7fc151cb40f2dabcd2275ba6f7fd0ff8577a86be3365cd3fb297cbe09cc292 +SIZE (PTable-0.9.2.tar.gz) = 31042 Added: head/devel/py-ptable/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ptable/pkg-descr Sun Jul 29 19:05:45 2018 (r475674) @@ -0,0 +1,5 @@ +PTable is a simple Python library designed to make it quick and easy to +represent tabular data in visually appealing ASCII tables, originally forked +from PrettyTable. + +WWW: https://github.com/kxxoling/PTable
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807291905.w6TJ5jSc032495>