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:
parent
e2c3fd59f4
commit
ab965d7f9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415300
@ -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
|
||||
|
21
devel/py-pytvmaze/Makefile
Normal file
21
devel/py-pytvmaze/Makefile
Normal 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>
|
2
devel/py-pytvmaze/distinfo
Normal file
2
devel/py-pytvmaze/distinfo
Normal 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
|
3
devel/py-pytvmaze/pkg-descr
Normal file
3
devel/py-pytvmaze/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Python interface to the TV Maze API (www.tvmaze.com)
|
||||
|
||||
WWW: https://github.com/srob650/pytvmaze
|
Loading…
Reference in New Issue
Block a user