summaryrefslogtreecommitdiff
path: root/python3-mistune/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'python3-mistune/Pkgfile')
-rw-r--r--python3-mistune/Pkgfile16
1 files changed, 10 insertions, 6 deletions
diff --git a/python3-mistune/Pkgfile b/python3-mistune/Pkgfile
index 81edda90b..dad71d1ac 100644
--- a/python3-mistune/Pkgfile
+++ b/python3-mistune/Pkgfile
@@ -1,18 +1,22 @@
# 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-pyproject2setuppy
+# Depends on: python3-setuptools
+#python3-pyproject2setuppy
name=python3-mistune
-version=2.0.2
+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
+
#echo 'build-backend = "setuptools.build_meta"' >> pyproject.toml
- /usr/bin/python3 -m pyproject2setuppy.main build
- /usr/bin/python3 -m pyproject2setuppy.main install --prefix=/usr \
- --root=$PKG \
- --skip-build
+ #/usr/bin/python3 -m pyproject2setuppy.main build
+ #/usr/bin/python3 -m pyproject2setuppy.main install --prefix=/usr \
+ # --root=$PKG \
+ # --skip-build
}

Generated by cgit