1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/py-tvrage/Makefile
William Grzybowski 429dbbd44c tvrage is a python based object oriented client interface for tvrage.com's
XML based api feeds.

The tvrage package consists of three modules:
 - feeds module provides a wrapper function for each of tvrage's XML-feeds
 - api module provides an clean and object oriented interface on top of those
   services
 - quickinfo module is a simple pythonic wrapper for tvrage's quickinfo api.
   Values are returned as python dictionaries rather than dedicated objects
   for tv shows and episodes

WWW: https://github.com/ckreutzer/python-tvrage

Approved by:	culot (mentor)
2013-06-07 13:35:54 +00:00

26 lines
518 B
Makefile

# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= tvrage
PORTVERSION= 0.4.1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= wg@FreeBSD.org
COMMENT= Python client for the tvrage.com XML API
LICENSE= BSD
USE_GITHUB= yes
GH_ACCOUNT= ckreutzer
GH_COMMIT= c8e9781
GH_TAGNAME= ${PORTVERSION}
GH_PROJECT= python-${PORTNAME}
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python_${PORTNAME}
.include <bsd.port.mk>