Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2015 00:14:34 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379405 - in head/www: . py-trello
Message-ID:  <201502200014.t1K0EYBO090219@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jgh@FreeBSD.org>
+# $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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502200014.t1K0EYBO090219>