New port py-tvdb_api version 1.5: API interface to TheTVDB.com

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2011-07-25 02:56:02 +00:00
parent 79724ef911
commit 1914aa9339
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278283
4 changed files with 30 additions and 0 deletions

View File

@ -1585,6 +1585,7 @@
SUBDIR += py-tornado
SUBDIR += py-turbogears
SUBDIR += py-turbogears2
SUBDIR += py-tvdb_api
SUBDIR += py-twistedWeb
SUBDIR += py-twistedWeb2
SUBDIR += py-urlgrabber

24
www/py-tvdb_api/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: tvdb api
# Date created: Sun Jul 24 20:23:58 UTC 2011
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= tvdb_api
PORTVERSION= 1.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lioux@FreeBSD.org
COMMENT= API interface to TheTVDB.com
LICENSE= GPLv2
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PLIST_FILES= \
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>

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

@ -0,0 +1,2 @@
SHA256 (tvdb_api-1.5.tar.gz) = 5953c65caed5e7a8df65d3123375e798f4a55b2fed535f2a1451afe39861c4ba
SIZE (tvdb_api-1.5.tar.gz) = 13755

View File

@ -0,0 +1,3 @@
An easy to use API interface to TheTVDB.com.
WWW: http://pypi.python.org/pypi/tvdb_api/