diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2023-09-22 19:36:29 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2023-09-22 19:36:29 +0200 |
commit | 18a7222a0bd09779c8c1f39654dca705edc4d78f (patch) | |
tree | 08ff4ee38f73d0fb148ba7d61a19ebe375764690 /textproc/py-pymdown-extensions | |
parent | sysutils/nomad: Update to v1.6.2 (diff) |
textproc/py-pymdown-extensions: Update to 10.3
Changelog since 9.9.2:
https://github.com/facelessuser/pymdown-extensions/compare/9.9.2...10.3
Diffstat (limited to 'textproc/py-pymdown-extensions')
-rw-r--r-- | textproc/py-pymdown-extensions/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-pymdown-extensions/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/py-pymdown-extensions/Makefile b/textproc/py-pymdown-extensions/Makefile index 3e405dff83d3..123ce9f0cb66 100644 --- a/textproc/py-pymdown-extensions/Makefile +++ b/textproc/py-pymdown-extensions/Makefile @@ -1,6 +1,5 @@ PORTNAME= pymdown-extensions -DISTVERSION= 9.9.2 -PORTREVISION= 1 +DISTVERSION= 10.3 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +13,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.1:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.2:textproc/py-markdown@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.2:textproc/py-markdown@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 diff --git a/textproc/py-pymdown-extensions/distinfo b/textproc/py-pymdown-extensions/distinfo index d1395d92cb0e..1b15ba1f547b 100644 --- a/textproc/py-pymdown-extensions/distinfo +++ b/textproc/py-pymdown-extensions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677140141 -SHA256 (pymdown_extensions-9.9.2.tar.gz) = ebb33069bafcb64d5f5988043331d4ea4929325dc678a6bcf247ddfcf96499f8 -SIZE (pymdown_extensions-9.9.2.tar.gz) = 744017 +TIMESTAMP = 1695271633 +SHA256 (pymdown_extensions-10.3.tar.gz) = 94a0d8a03246712b64698af223848fd80aaf1ae4c4be29c8c61939b0467b5722 +SIZE (pymdown_extensions-10.3.tar.gz) = 784920 |