From owner-svn-ports-head@freebsd.org Mon May 16 02:13:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4950FB3CEBC; Mon, 16 May 2016 02:13:12 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00504112C; Mon, 16 May 2016 02:13:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4G2DBnW082679; Mon, 16 May 2016 02:13:11 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4G2DACd082675; Mon, 16 May 2016 02:13:10 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201605160213.u4G2DACd082675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 16 May 2016 02:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415300 - in head/devel: . py-pytvmaze X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 02:13:12 -0000 Author: feld Date: Mon May 16 02:13:10 2016 New Revision: 415300 URL: https://svnweb.freebsd.org/changeset/ports/415300 Log: Python interface to the TV Maze API (www.tvmaze.com) WWW: https://github.com/srob650/pytvmaze Added: head/devel/py-pytvmaze/ head/devel/py-pytvmaze/Makefile (contents, props changed) head/devel/py-pytvmaze/distinfo (contents, props changed) head/devel/py-pytvmaze/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon May 16 02:12:37 2016 (r415299) +++ head/devel/Makefile Mon May 16 02:13:10 2016 (r415300) @@ -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 Added: head/devel/py-pytvmaze/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytvmaze/Makefile Mon May 16 02:13:10 2016 (r415300) @@ -0,0 +1,21 @@ +# Created by: Mark Felder +# $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 Added: head/devel/py-pytvmaze/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytvmaze/distinfo Mon May 16 02:13:10 2016 (r415300) @@ -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 Added: head/devel/py-pytvmaze/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytvmaze/pkg-descr Mon May 16 02:13:10 2016 (r415300) @@ -0,0 +1,3 @@ +Python interface to the TV Maze API (www.tvmaze.com) + +WWW: https://github.com/srob650/pytvmaze