python3-mistune0: initial commit, version

This commit is contained in:
Tim Biermann 2022-02-12 16:47:33 +01:00
parent 7fb6f352ba
commit f470121ed5
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/__pycache__/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/__pycache__/mistune.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/__pycache__/mistune.cpython-39.pyc
drwxr-xr-x root/root usr/lib/python3.9/site-packages/mistune-0.8.4-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/mistune-0.8.4-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/mistune-0.8.4-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/mistune-0.8.4-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/mistune-0.8.4-py3.9.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.9/site-packages/mistune-0.8.4-py3.9.egg-info/top_level.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/mistune.py

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39QLYrCF7GXZjaO2V8XlyKF4/grxFP0APxJHtaNat+kgGjHnQX4/iRViwAupkb4MrjuaAeXWu1op1Qt9A0aFaQE=
SHA256 (Pkgfile) = 9d2c1173e19bdf5140032a35ce899a008b02a1a773525475e6bec5393c734964
SHA256 (.footprint) = a9aa126564bdfc72571e1b755c13c20349944e2e5a9250ef52d434acb0c2c892
SHA256 (python3-mistune0-0.8.4.tar.gz) = a1443771ea9ed7268a0cb3cf31462604ae148938ba32070bd5c54545f8f36a5d

15
python3-mistune0/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# 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-setuptools
name=python3-mistune0
version=0.8.4
release=1
source=(https://github.com/lepture/mistune/archive/v$version/$name-$version.tar.gz)
build() {
cd mistune-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --optimize=1 --root=$PKG
}