1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Python interface to the TV Maze API (www.tvmaze.com)

WWW: https://github.com/srob650/pytvmaze
This commit is contained in:
Mark Felder 2016-05-16 02:13:10 +00:00
parent e2c3fd59f4
commit ab965d7f9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415300
4 changed files with 27 additions and 0 deletions

View File

@ -4335,6 +4335,7 @@
SUBDIR += py-pytimeparse
SUBDIR += py-pytools
SUBDIR += py-pytrie
SUBDIR += py-pytvmaze
SUBDIR += py-pytz
SUBDIR += py-pyutil
SUBDIR += py-pyvisa

View File

@ -0,0 +1,21 @@
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pytvmaze
PORTVERSION= 1.5.1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Python interface to the TV Maze API
USES= python
USE_PYTHON= autoplist distutils
USE_GITHUB= yes
GH_ACCOUNT= srob650
GH_TAGNAME= 4fb00f4
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (srob650-pytvmaze-1.5.1-4fb00f4_GH0.tar.gz) = 2c781fb362fbac0ea6579f9e607b2c1dfc3c67a715a265a7f28ddd41eed9b8f1
SIZE (srob650-pytvmaze-1.5.1-4fb00f4_GH0.tar.gz) = 10296

View File

@ -0,0 +1,3 @@
Python interface to the TV Maze API (www.tvmaze.com)
WWW: https://github.com/srob650/pytvmaze