summaryrefslogtreecommitdiff
path: root/python3-mistune0
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-02-12 16:47:33 +0100
committerTim Biermann <tbier@posteo.de>2022-02-12 16:47:33 +0100
commitf470121ed586d6149260458f76fb7feaa4f5ba62 (patch)
tree4b2a05638a10cb26db8b96a21fc9daa2b80aebd8 /python3-mistune0
parent7fb6f352ba044874d6797616cbb187b7857db939 (diff)
downloadcontrib-f470121ed586d6149260458f76fb7feaa4f5ba62.tar.gz
contrib-f470121ed586d6149260458f76fb7feaa4f5ba62.tar.xz
python3-mistune0: initial commit, version
Diffstat (limited to 'python3-mistune0')
-rw-r--r--python3-mistune0/.footprint14
-rw-r--r--python3-mistune0/.signature5
-rw-r--r--python3-mistune0/Pkgfile15
3 files changed, 34 insertions, 0 deletions
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
+}

Generated by cgit