pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinxcontrib-newsfeed Import py-sphinxcon...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e629657c73a
branches:  trunk
changeset: 359328:2e629657c73a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 07 10:18:15 2017 +0000

description:
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.

diffstat:

 textproc/py-sphinxcontrib-newsfeed/DESCR    |   9 +++++++++
 textproc/py-sphinxcontrib-newsfeed/Makefile |  16 ++++++++++++++++
 textproc/py-sphinxcontrib-newsfeed/PLIST    |  12 ++++++++++++
 textproc/py-sphinxcontrib-newsfeed/distinfo |   6 ++++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 6b86bf2c7760 -r 2e629657c73a textproc/py-sphinxcontrib-newsfeed/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinxcontrib-newsfeed/DESCR  Tue Mar 07 10:18:15 2017 +0000
@@ -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 -r 6b86bf2c7760 -r 2e629657c73a textproc/py-sphinxcontrib-newsfeed/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinxcontrib-newsfeed/Makefile       Tue Mar 07 10:18:15 2017 +0000
@@ -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@localhost
+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 -r 6b86bf2c7760 -r 2e629657c73a textproc/py-sphinxcontrib-newsfeed/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinxcontrib-newsfeed/PLIST  Tue Mar 07 10:18:15 2017 +0000
@@ -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 -r 6b86bf2c7760 -r 2e629657c73a textproc/py-sphinxcontrib-newsfeed/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinxcontrib-newsfeed/distinfo       Tue Mar 07 10:18:15 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index