Skip to content

Commit

Permalink
textproc/py-sphinx-sitemap: Sphinx extension for generating sitemaps …
Browse files Browse the repository at this point in the history
…for HTML

A Sphinx extension to generate multiversion and multilanguage sitemaps.org
protocol compliant sitemaps for Sphinx generated HTML documentation.

WWW: https://github.com/jdillard/sphinx-sitemap

PR:		272713
  • Loading branch information
Alastair Hogge authored and clausecker committed Jul 30, 2023
1 parent ffe69f8 commit a880b36
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions textproc/Makefile
Expand Up @@ -1549,6 +1549,7 @@
SUBDIR += py-sphinx-issues
SUBDIR += py-sphinx-markdown-tables
SUBDIR += py-sphinx-me
SUBDIR += py-sphinx-sitemap
SUBDIR += py-sphinx-tabs
SUBDIR += py-sphinx-theme-builder
SUBDIR += py-sphinx_press_theme
Expand Down
23 changes: 23 additions & 0 deletions textproc/py-sphinx-sitemap/Makefile
@@ -0,0 +1,23 @@
PORTNAME= sphinx-sitemap
DISTVERSION= 2.5.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= agh@riseup.net
COMMENT= Sphinx extension for generating sitemaps for HTML
WWW= https://github.com/jdillard/sphinx-sitemap

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent flavors pep517

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions textproc/py-sphinx-sitemap/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1690274856
SHA256 (sphinx-sitemap-2.5.0.tar.gz) = 95101f622d0d594161720cbe92a39d353efae9382f7f3563f06d150b1146fef6
SIZE (sphinx-sitemap-2.5.0.tar.gz) = 7600
3 changes: 3 additions & 0 deletions textproc/py-sphinx-sitemap/pkg-descr
@@ -0,0 +1,3 @@
A Sphinx extension to generate multi-version, and multi-language HTML sitemaps
for generated documentation. py-sphinx-sitemap is compliant with the
Sitemaps.org XML schema for declaring and generating HTML sitemaps.

0 comments on commit a880b36

Please sign in to comment.