summaryrefslogtreecommitdiff
path: root/textproc/py-pymdown-extensions/files/patch-setup.py
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-11-27 15:32:02 +0100
committerKai Knoblich <kai@FreeBSD.org>2022-11-27 15:32:02 +0100
commit3feaaedcf85b87139ec549a4450230a9aa41519e (patch)
tree305a3de866611cdc6ea8571eed227fd6764b2f40 /textproc/py-pymdown-extensions/files/patch-setup.py
parenttextproc/py-mkdocs-material: Update to 8.3.9 (diff)
textproc/py-pymdown-extensions: Update to 9.5
* Add a "post-patch" target that adds the actual version to "setup.py" to prevent editing it with each update. Changelog: https://github.com/facelessuser/pymdown-extensions/releases/tag/9.5
Diffstat (limited to 'textproc/py-pymdown-extensions/files/patch-setup.py')
-rw-r--r--textproc/py-pymdown-extensions/files/patch-setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-pymdown-extensions/files/patch-setup.py b/textproc/py-pymdown-extensions/files/patch-setup.py
index 20eabc148567..e9091bddbf99 100644
--- a/textproc/py-pymdown-extensions/files/patch-setup.py
+++ b/textproc/py-pymdown-extensions/files/patch-setup.py
@@ -13,7 +13,7 @@ to setup.py and then run "hatchling build".
+
+setup(
+ name='pymdown-extensions',
-+ version='9.4',
++ version='%%DISTVERSION%%',
+ description='Extension pack for Python Markdown.',
+ long_description='',
+ author_email='Isaac Muse <Isaac.Muse@gmail.com>',