Date: Fri, 27 May 2016 03:39:09 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415922 - in head/devel: . py-pyqi Message-ID: <201605270339.u4R3d9ev065550@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Fri May 27 03:39:09 2016 New Revision: 415922 URL: https://svnweb.freebsd.org/changeset/ports/415922 Log: pyqi (canonically pronounced pie chee) is designed to support wrapping general commands in multiple types of interfaces, including at the command line, HTML, and API levels. WWW: http://github.com/biocore/pyqi/ PR: 209766 Submitted by: Joseph Mingrone <jrm@ftfl.ca> Added: head/devel/py-pyqi/ head/devel/py-pyqi/Makefile (contents, props changed) head/devel/py-pyqi/distinfo (contents, props changed) head/devel/py-pyqi/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri May 27 03:29:35 2016 (r415921) +++ head/devel/Makefile Fri May 27 03:39:09 2016 (r415922) @@ -4316,6 +4316,7 @@ SUBDIR += py-pymtbl SUBDIR += py-pyopencl SUBDIR += py-pyparsing + SUBDIR += py-pyqi SUBDIR += py-pyrfc3339 SUBDIR += py-pyro SUBDIR += py-pyshapelib Added: head/devel/py-pyqi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyqi/Makefile Fri May 27 03:39:09 2016 (r415922) @@ -0,0 +1,20 @@ +# Created by: Joseph Mingrone <jrm@ftfl.ca> +# $FreeBSD$ + +PORTNAME= pyqi +PORTVERSION= 0.3.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jrm@ftfl.ca +COMMENT= Tools for developing and testing command line interfaces in Python + +LICENSE= BSD3CLAUSE + +NO_ARCH= yes + +USE_PYTHON= autoplist distutils +USES= pgsql python + +.include <bsd.port.mk> Added: head/devel/py-pyqi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyqi/distinfo Fri May 27 03:39:09 2016 (r415922) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464294065 +SHA256 (pyqi-0.3.2.tar.gz) = 8f1711835779704e085e62194833fed9ac2985e398b4ceac6faf6c7f40f5d15f +SIZE (pyqi-0.3.2.tar.gz) = 240798 Added: head/devel/py-pyqi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyqi/pkg-descr Fri May 27 03:39:09 2016 (r415922) @@ -0,0 +1,5 @@ +pyqi (canonically pronounced pie chee) is designed to support wrapping +general commands in multiple types of interfaces, including at the +command line, HTML, and API levels. + +WWW: http://github.com/biocore/pyqi/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605270339.u4R3d9ev065550>