summaryrefslogtreecommitdiff
path: root/python3-mistune
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-06-14 19:51:52 +0000
committerTim Biermann <tbier@posteo.de>2021-06-14 19:51:52 +0000
commiteebdd43fdf4b3da897d95cbfc9b4fd1bd3eaae41 (patch)
tree2cbb461bd4a310acefe0f0115cfaa50f520cfed1 /python3-mistune
parente4f558a60b6c55733fdc9c0fb25db8b779d5e7c3 (diff)
downloadcontrib-eebdd43fdf4b3da897d95cbfc9b4fd1bd3eaae41.tar.gz
contrib-eebdd43fdf4b3da897d95cbfc9b4fd1bd3eaae41.tar.xz
python3-mistune: initial commit, version 0.8.4
Diffstat (limited to 'python3-mistune')
-rw-r--r--python3-mistune/.footprint13
-rw-r--r--python3-mistune/.signature4
-rw-r--r--python3-mistune/Pkgfile17
3 files changed, 34 insertions, 0 deletions
diff --git a/python3-mistune/.footprint b/python3-mistune/.footprint
new file mode 100644
index 000000000..1d61b191d
--- /dev/null
+++ b/python3-mistune/.footprint
@@ -0,0 +1,13 @@
+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.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-mistune/.signature b/python3-mistune/.signature
new file mode 100644
index 000000000..133f7127a
--- /dev/null
+++ b/python3-mistune/.signature
@@ -0,0 +1,4 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF32gy0fFNee9f9kwLtJ3lXvKPxDBt50WPkvoal9EIEaBij/7GaHU4ovE0WXpk1S23m9dmtvwaB5CpFjm/IUR2ZwI=
+SHA256 (Pkgfile) = 8642d1bc687f3ad4305e7ba94f0bcbdf5eb04a6cc68a15509cb6b87d61b651ad
+SHA256 (.footprint) = d312d039071689637f4402dd7ab510944ea1666e6f22939b37f55babffbe495a
diff --git a/python3-mistune/Pkgfile b/python3-mistune/Pkgfile
new file mode 100644
index 000000000..ee797ea8b
--- /dev/null
+++ b/python3-mistune/Pkgfile
@@ -0,0 +1,17 @@
+# 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-mistune
+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 --prefix=/usr \
+ --root=$PKG \
+ --skip-build
+}

Generated by cgit