Date: Thu, 29 Dec 2016 17:49:55 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429932 - in head/devel: . py-podcastparser Message-ID: <201612291749.uBTHntxS020531@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Thu Dec 29 17:49:55 2016 New Revision: 429932 URL: https://svnweb.freebsd.org/changeset/ports/429932 Log: The podcast parser project is a library from the gPodder project to provide an easy and reliable way of parsing RSS- and Atom-based podcast feeds in Python. WWW: http://gpodder.org/podcastparser/ Added: head/devel/py-podcastparser/ head/devel/py-podcastparser/Makefile (contents, props changed) head/devel/py-podcastparser/distinfo (contents, props changed) head/devel/py-podcastparser/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Dec 29 17:44:48 2016 (r429931) +++ head/devel/Makefile Thu Dec 29 17:49:55 2016 (r429932) @@ -4457,6 +4457,7 @@ SUBDIR += py-plex SUBDIR += py-pluggy SUBDIR += py-ply + SUBDIR += py-podcastparser SUBDIR += py-polib SUBDIR += py-positional SUBDIR += py-posix_ipc Added: head/devel/py-podcastparser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-podcastparser/Makefile Thu Dec 29 17:49:55 2016 (r429932) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= podcastparser +PORTVERSION= 0.6.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rm@FreeBSD.org +COMMENT= Simplified, fast RSS parser + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/devel/py-podcastparser/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-podcastparser/distinfo Thu Dec 29 17:49:55 2016 (r429932) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483006684 +SHA256 (podcastparser-0.6.1.tar.gz) = a34790a940bc582f7d6388c43b69af7214432ba1bd7d400d199c63bd2da13d14 +SIZE (podcastparser-0.6.1.tar.gz) = 18006 Added: head/devel/py-podcastparser/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-podcastparser/pkg-descr Thu Dec 29 17:49:55 2016 (r429932) @@ -0,0 +1,4 @@ +The podcast parser project is a library from the gPodder project to provide +an easy and reliable way of parsing RSS- and Atom-based podcast feeds in Python. + +WWW: http://gpodder.org/podcastparser/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612291749.uBTHntxS020531>