python3-cmarkgfm: -> 2024.1.14

This commit is contained in:
Tim Biermann 2024-02-27 21:57:21 +01:00
parent 904ec93378
commit eb2878b86d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,21 @@
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/cmarkgfm-2024.1.14.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cmarkgfm-2024.1.14.dist-info/LICENSE.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cmarkgfm-2024.1.14.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cmarkgfm-2024.1.14.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cmarkgfm-2024.1.14.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cmarkgfm-2024.1.14.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/cmarkgfm/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cmarkgfm/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/cmarkgfm/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cmarkgfm/__pycache__/__init__.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cmarkgfm/__pycache__/build_cmark.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cmarkgfm/__pycache__/cmark.cpython-310.opt-2.pyc
-rwxr-xr-x root/root usr/lib/python3.10/site-packages/cmarkgfm/_cmark.abi3.so
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cmarkgfm/build_cmark.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cmarkgfm/cmark.cffi.h
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cmarkgfm/cmark.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cmarkgfm/cmark_module.h

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33aVGBaLHHPhDryfZeK+mTtb/PM8Y99nXL+6AtHV2GJF6gdzEHw7yI5nvMHFrDniWYKjSooYJ0XzeG0K1HitpgI=
SHA256 (Pkgfile) = f19684eb6c11bd6f2f966995d9f21b13a6246a9a6e71ce9a15a10b6cc2edf57d
SHA256 (.footprint) = 2b4f57cdbb0affc8e71176fab92a942009af3ecb8fbd1ca83c2036064a1c784a
SHA256 (cmarkgfm-2024.1.14.tar.gz) = a208c1726e12ba385125cef2c6d375c41c5dea4cc2673a77af712b1dbf074e90

16
python3-cmarkgfm/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Minimal bindings to GitHub's fork of cmark
# URL: https://github.com/theacodes/cmarkgfm
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-cffi python3-cython
name=python3-cmarkgfm
version=2024.1.14
release=1
source=(https://pypi.org/packages/source/c/cmarkgfm/cmarkgfm-$version.tar.gz)
build() {
cd cmarkgfm-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}