From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 00:14:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A946AC6; Fri, 20 Feb 2015 00:14:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B4A6BC5; Fri, 20 Feb 2015 00:14:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K0EY8d090228; Fri, 20 Feb 2015 00:14:34 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K0EYBO090219; Fri, 20 Feb 2015 00:14:34 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502200014.t1K0EYBO090219@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Fri, 20 Feb 2015 00:14:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379405 - in head/www: . py-trello X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 00:14:35 -0000 Author: jgh Date: Fri Feb 20 00:14:33 2015 New Revision: 379405 URL: https://svnweb.freebsd.org/changeset/ports/379405 QAT: https://qat.redports.org/buildarchive/r379405/ Log: Python library for interacting with the Trello API WWW: http://packages.python.org/trello/ Added: head/www/py-trello/ head/www/py-trello/Makefile (contents, props changed) head/www/py-trello/distinfo (contents, props changed) head/www/py-trello/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Feb 20 00:00:30 2015 (r379404) +++ head/www/Makefile Fri Feb 20 00:14:33 2015 (r379405) @@ -1701,6 +1701,7 @@ SUBDIR += py-tgwebservices SUBDIR += py-tmdb3 SUBDIR += py-tornado + SUBDIR += py-trello SUBDIR += py-turbogears SUBDIR += py-turbogears2 SUBDIR += py-tvdb_api Added: head/www/py-trello/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-trello/Makefile Fri Feb 20 00:14:33 2015 (r379405) @@ -0,0 +1,19 @@ +# Created by: Jason Helfman +# $FreeBSD$ + +PORTNAME= trello +PORTVERSION= 0.9.1 +CATEGORIES= www devel +MASTER_SITES= CHEESESHOP +MASTER_SITE_SUBDIR= /source/t/trello +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jgh@FreeBSD.org +COMMENT= Python library for interacting with the Trello API + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests + +USES= python zip +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-trello/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-trello/distinfo Fri Feb 20 00:14:33 2015 (r379405) @@ -0,0 +1,2 @@ +SHA256 (trello-0.9.1.zip) = 594f88ea5f2a4edd337747f00fb0acb80116b92c9bbe1c2c3acfa8c891e5b226 +SIZE (trello-0.9.1.zip) = 10868 Added: head/www/py-trello/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-trello/pkg-descr Fri Feb 20 00:14:33 2015 (r379405) @@ -0,0 +1,3 @@ +Python library for interacting with the Trello API + +WWW: http://packages.python.org/trello/