ports/contrib (3.7): python3-mistune0: initial commit, version
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit f470121ed586d6149260458f76fb7feaa4f5ba62 Author: Tim Biermann <tbier@posteo.de> Date: Sat Feb 12 16:47:33 2022 +0100 python3-mistune0: initial commit, version diff --git a/python3-mistune0/.footprint b/python3-mistune0/.footprint new file mode 100644 index 000000000..9f3e8356e --- /dev/null +++ b/python3-mistune0/.footprint @@ -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 diff --git a/python3-mistune0/.signature b/python3-mistune0/.signature new file mode 100644 index 000000000..0e747482f --- /dev/null +++ b/python3-mistune0/.signature @@ -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 diff --git a/python3-mistune0/Pkgfile b/python3-mistune0/Pkgfile new file mode 100644 index 000000000..e3e888e77 --- /dev/null +++ b/python3-mistune0/Pkgfile @@ -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 +}
participants (1)
-
crux@crux.nu