textproc/py-sphinx-sitemap: Update to 2.7.2

- Update WWW
- Remove superfluous USE_PYTHON=flavors
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/jdillard/sphinx-sitemap/releases
This commit is contained in:
Po-Chuan Hsieh
2025-06-29 19:37:15 +08:00
parent 96f907996b
commit 3d04db7f32
4 changed files with 28 additions and 14 deletions
+10 -8
View File
@@ -1,22 +1,24 @@
PORTNAME= sphinx-sitemap
DISTVERSION= 2.5.1
PORTVERSION= 2.7.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= sphinx_sitemap-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Sphinx extension for generating sitemaps for HTML
WWW= https://github.com/jdillard/sphinx-sitemap
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sitemap generator for Sphinx
WWW= https://sphinx-sitemap.readthedocs.io/en/latest/ \
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}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx-last-updated-by-git>=0:textproc/py-sphinx-last-updated-by-git@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent flavors pep517
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1692578960
SHA256 (sphinx-sitemap-2.5.1.tar.gz) = 984bef068bbdbc26cfae209a8b61392e9681abc9191b477cd30da406e3a60ee5
SIZE (sphinx-sitemap-2.5.1.tar.gz) = 5790
TIMESTAMP = 1750954246
SHA256 (sphinx_sitemap-2.7.2.tar.gz) = 819e028e27579b47efa0e2f863b87136b711c45f13e84730610e80316f6883da
SIZE (sphinx_sitemap-2.7.2.tar.gz) = 6387
@@ -0,0 +1,12 @@
--- pyproject.toml.orig 2025-06-27 00:31:35 UTC
+++ pyproject.toml
@@ -20,8 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Topic :: Documentation :: Sphinx",
]
-license = "MIT"
-license-files = ["LICENSE"]
+license = {text = "MIT"}
readme = "README.rst"
dependencies = [
"sphinx-last-updated-by-git",
+3 -3
View File
@@ -1,3 +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.
Sphinx Sitemap Generator Extension is a Sphinx extension to generate
multiversion and multilanguage sitemaps.org compliant sitemaps for the HTML
version of your Sphinx documentation.