1
0
forked from ports/contrib

python3-mistune: new dependency: python3-typing_extensions

This commit is contained in:
Tim Biermann 2024-12-30 11:46:15 +01:00
parent ecc647b154
commit 930b839966
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 12 additions and 12 deletions

View File

@ -2,12 +2,12 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/mistune-3.0.2.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/mistune-3.0.2.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/mistune-3.0.2.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/mistune-3.0.2.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/mistune-3.0.2.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/mistune-3.0.2.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/mistune-3.1.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/mistune-3.1.0.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/mistune-3.1.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/mistune-3.1.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/mistune-3.1.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/mistune-3.1.0.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/mistune/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/mistune/__init__.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/mistune/__main__.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37KisKC31d6lD2VWT2Wu9GyaouUsvY5V/DB/XR8N90rXQLoXmksztb16YhpNxszr7Jsk5HO1bRDhhtKaf4vy9gE=
SHA256 (Pkgfile) = 649be547a4e16415a575e09ac3597bfc2f5fda1846e7663698bdb1d1df21af3f
SHA256 (.footprint) = 6bca03adeaee99adafb9a5c980f639ff33934ffb7d95e2668d2b7633177ecfab
SHA256 (python3-mistune-3.0.2.tar.gz) = 2afe83fd05622475b85f3b0baec36210c4248b04ff0bf1a0f8827e4c3787abf5
RWSagIOpLGJF3xB2nQ+r9KovNCRaJljZIakV1WjplktiGAdGvBcc3JXKwJHzCosQtciLSuFl3VkRW2lVJgBCFtthO8OG3aMDjAU=
SHA256 (Pkgfile) = 58ba7a73424c84dc57e253ac257297a3a63355914f12ed15b9dffadaece6bebf
SHA256 (.footprint) = db744b0b176e782ef458fd7230427b7b3489bc007b3560feb5325761073bb75a
SHA256 (python3-mistune-3.1.0.tar.gz) = fb41d9a6d8ada768065b04e70670b3b865234292cf3e416e12b7314c7d793da8

View File

@ -1,10 +1,10 @@
# Description: A fast yet powerful Python Markdown parser with renderers and plugins
# URL: https://github.com/lepture/mistune
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-build python3-installer python3-wheel
# Depends on: python3-typing_extensions python3-wheel
name=python3-mistune
version=3.0.2
version=3.1.0
release=1
source=(https://github.com/lepture/mistune/archive/v$version/$name-$version.tar.gz)