pkgsrc/textproc/py-sphinxcontrib-newsfeed/Makefile
wiz b23c8c9e60 Import py-sphinxcontrib-newsfeed-0.1.4 as
textproc/py-sphinxcontrib-newsfeed.

sphinxcontrib-newsfeed is a extension for adding a simple Blog,
News or Announcements section to a Sphinx website.

Features:

    Makes feed entries from Sphinx documents.
    Generates a list of entries with teasers.
    Saves the feed to a file in RSS format.
    Supports comments via Disqus.
2017-03-07 10:18:15 +00:00

16 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/03/07 10:18:15 wiz Exp $
DISTNAME= sphinxcontrib-newsfeed-0.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-newsfeed/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://bitbucket.org/prometheus/sphinxcontrib-newsfeed
COMMENT= News Feed extension for Sphinx
LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"