1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-04-29 18:16:48 -04:00

www/py-cssselect: Update to 1.3.0

- Update docs build dependencies

Release changes:	https://cssselect.readthedocs.io/en/latest/#changelog
Reported by:	portscout!
This commit is contained in:
Nicola Vitale 2025-03-11 15:42:55 +01:00
parent 45ce512ef5
commit cc32b0ba20
No known key found for this signature in database
GPG key ID: A51E190C4C0808D0
3 changed files with 16 additions and 13 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= cssselect
PORTVERSION= 1.2.0
PORTREVISION= 1
PORTVERSION= 1.3.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -22,7 +21,8 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>=1.0.0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
post-build-DOCS-on:
(cd ${WRKSRC} && \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1668785047
SHA256 (cssselect-1.2.0.tar.gz) = 666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc
SIZE (cssselect-1.2.0.tar.gz) = 41423
TIMESTAMP = 1741703360
SHA256 (cssselect-1.3.0.tar.gz) = 57f8a99424cfab289a1b6a816a43075a4b00948c86b4dcf3ef4ee7e15f7ab0c7
SIZE (cssselect-1.3.0.tar.gz) = 42870

View file

@ -1,10 +1,13 @@
--- docs/conf.py.orig 2013-09-15 08:25:25 UTC
--- docs/conf.py.orig 2025-03-10 09:30:14 UTC
+++ docs/conf.py
@@ -244,7 +244,3 @@ texinfo_documents = [
@@ -244,10 +244,6 @@ texinfo_documents = [
# texinfo_show_urls = 'footnote'
# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'
-
-
-# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
-intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
-
-
# --- Nitpicking options ------------------------------------------------------
nitpicky = True