1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

www/py-tmdb3: new port

TheMovieDB.org APIv3 interface

WWW: https://pypi.python.org/pypi/tmdb3/
This commit is contained in:
William Grzybowski 2013-10-28 14:53:49 +00:00
parent 6d505466be
commit 2cd0b30cfd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331861
4 changed files with 24 additions and 0 deletions

View File

@ -1662,6 +1662,7 @@
SUBDIR += py-surl
SUBDIR += py-textile
SUBDIR += py-tgwebservices
SUBDIR += py-tmdb3
SUBDIR += py-tornado
SUBDIR += py-turbogears
SUBDIR += py-turbogears2

18
www/py-tmdb3/Makefile Normal file
View File

@ -0,0 +1,18 @@
# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= tmdb3
PORTVERSION= 0.6.17
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= TheMovieDB.org APIv3 interface
USE_ZIP= yes
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>

2
www/py-tmdb3/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (tmdb3-0.6.17.zip) = 64a6c3f1a60a9d8bf18f96a5403f3735b334040345ac3646064931c209720972
SIZE (tmdb3-0.6.17.zip) = 38179

3
www/py-tmdb3/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
TheMovieDB.org APIv3 interface
WWW: https://pypi.python.org/pypi/tmdb3/