svn commit: r415922 - in head/devel: . py-pyqi

Olivier Duchateau olivierd at FreeBSD.org
Fri May 27 03:39:11 UTC 2016


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 at 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 at ftfl.ca>
+# $FreeBSD$
+
+PORTNAME=	pyqi
+PORTVERSION=	0.3.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	jrm at 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/


More information about the svn-ports-head mailing list