Python library for interacting with the Trello API
WWW: http://packages.python.org/trello/
This commit is contained in:
parent
229ab921fe
commit
0ba93d196b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379405
4 changed files with 25 additions and 0 deletions
|
@ -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
|
||||
|
|
19
www/py-trello/Makefile
Normal file
19
www/py-trello/Makefile
Normal file
|
@ -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>
|
2
www/py-trello/distinfo
Normal file
2
www/py-trello/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (trello-0.9.1.zip) = 594f88ea5f2a4edd337747f00fb0acb80116b92c9bbe1c2c3acfa8c891e5b226
|
||||
SIZE (trello-0.9.1.zip) = 10868
|
3
www/py-trello/pkg-descr
Normal file
3
www/py-trello/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Python library for interacting with the Trello API
|
||||
|
||||
WWW: http://packages.python.org/trello/
|
Loading…
Reference in a new issue