Skip to content

Commit ae414da

Browse files
committed
textproc/py-sphinxfeed-lsaffre: import py-sphinxfeed-lsaffre-0.3.5
This Sphinx extension is a fork of Fergus Doyle's sphinxfeed package which itself is derived from Dan Mackinlay's sphinxcontrib.feed package. It relies on Lars Kiesow's python-feedgen package instead of the defunct feedformatter package or of Django utils to generate the feed.
1 parent 208f447 commit ae414da

4 files changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This Sphinx extension is a fork of Fergus Doyle's sphinxfeed package
2+
which itself is derived from Dan Mackinlay's sphinxcontrib.feed
3+
package. It relies on Lars Kiesow's python-feedgen package instead
4+
of the defunct feedformatter package or of Django utils to generate
5+
the feed.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# $NetBSD: Makefile,v 1.1 2026/03/29 17:12:42 wiz Exp $
2+
3+
DISTNAME= sphinxfeed_lsaffre-0.3.5
4+
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
5+
CATEGORIES= textproc python
6+
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxfeed_lsaffre/}
7+
8+
MAINTAINER= pkgsrc-users@NetBSD.org
9+
HOMEPAGE= https://github.com/lsaffre/sphinxfeed
10+
COMMENT= Automatically generates an RSS feed when a build is run
11+
LICENSE= 2-clause-bsd
12+
13+
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
14+
DEPENDS+= ${PYPKGPREFIX}-feedgen-[0-9]*:../../www/py-feedgen
15+
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
16+
DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
17+
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
18+
19+
USE_LANGUAGES= # none
20+
21+
.include "../../lang/python/wheel.mk"
22+
.include "../../mk/bsd.pkg.mk"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@comment $NetBSD: PLIST,v 1.1 2026/03/29 17:12:42 wiz Exp $
2+
${PYSITELIB}/sphinxfeed.py
3+
${PYSITELIB}/sphinxfeed.pyc
4+
${PYSITELIB}/sphinxfeed.pyo
5+
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
6+
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
7+
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
8+
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$NetBSD: distinfo,v 1.1 2026/03/29 17:12:42 wiz Exp $
2+
3+
BLAKE2s (sphinxfeed_lsaffre-0.3.5.tar.gz) = 5dfb130ff940a623f5c25d4cc669fe125a9a7be13a318c15815ab586d3d10df2
4+
SHA512 (sphinxfeed_lsaffre-0.3.5.tar.gz) = 26a8671221c8f4745f75e3283c9992455c72afdc54ea3dcef22e66c34b77c412981747fba2480c5e91cc7af64cd56e2be4387adb01772a311019a111ab6be5f1
5+
Size (sphinxfeed_lsaffre-0.3.5.tar.gz) = 5613 bytes

0 commit comments

Comments
 (0)