diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-07 10:18:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-07 10:18:15 +0000 |
commit | 664f8a38a9fe58f9abf4349502e46caa687c044e (patch) | |
tree | 171f672409715553a3fc1d6c1dc05457dace3bfa | |
parent | 34420f3b9c71286734949c6463677b0eee390180 (diff) | |
download | pkgsrc-664f8a38a9fe58f9abf4349502e46caa687c044e.tar.gz |
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.
-rw-r--r-- | textproc/py-sphinxcontrib-newsfeed/DESCR | 9 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-newsfeed/Makefile | 16 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-newsfeed/PLIST | 12 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-newsfeed/distinfo | 6 |
4 files changed, 43 insertions, 0 deletions
diff --git a/textproc/py-sphinxcontrib-newsfeed/DESCR b/textproc/py-sphinxcontrib-newsfeed/DESCR new file mode 100644 index 00000000000..464ac2e2029 --- /dev/null +++ b/textproc/py-sphinxcontrib-newsfeed/DESCR @@ -0,0 +1,9 @@ +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. diff --git a/textproc/py-sphinxcontrib-newsfeed/Makefile b/textproc/py-sphinxcontrib-newsfeed/Makefile new file mode 100644 index 00000000000..81dbddf4e29 --- /dev/null +++ b/textproc/py-sphinxcontrib-newsfeed/Makefile @@ -0,0 +1,16 @@ +# $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" diff --git a/textproc/py-sphinxcontrib-newsfeed/PLIST b/textproc/py-sphinxcontrib-newsfeed/PLIST new file mode 100644 index 00000000000..b115803f691 --- /dev/null +++ b/textproc/py-sphinxcontrib-newsfeed/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 2017/03/07 10:18:15 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${EGG_NAME}-nspkg.pth +${PYSITELIB}/sphinxcontrib/newsfeed.py +${PYSITELIB}/sphinxcontrib/newsfeed.pyc +${PYSITELIB}/sphinxcontrib/newsfeed.pyo diff --git a/textproc/py-sphinxcontrib-newsfeed/distinfo b/textproc/py-sphinxcontrib-newsfeed/distinfo new file mode 100644 index 00000000000..ecdcaf69fdf --- /dev/null +++ b/textproc/py-sphinxcontrib-newsfeed/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/03/07 10:18:15 wiz Exp $ + +SHA1 (sphinxcontrib-newsfeed-0.1.4.tar.gz) = c4c27abb752b0998b58cf99061fdfd95b24bfa18 +RMD160 (sphinxcontrib-newsfeed-0.1.4.tar.gz) = 8b7d5170201b44b900599b202af5614db4cbb66b +SHA512 (sphinxcontrib-newsfeed-0.1.4.tar.gz) = 96d9d0c15fca8b62f945bafc8f0eafa62df9c471f7510e2f153e47b66534e5f3041e5c01df772e6c35a9f09baa70064642f7f0fa43ccfd33dd64c2604494f2fc +Size (sphinxcontrib-newsfeed-0.1.4.tar.gz) = 10862 bytes |