summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2024-06-27 00:18:59 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-28 18:19:45 +0700
commit055dac72f180d45c1960a8e90141324369e1623c (patch)
tree95edc0d1bdde0659e6e0f95c2d4a896173341ff1 /python
parent983e6a2f34b1690d14919d0eb2331abebe40045c (diff)
downloadslackbuilds-055dac72f180d45c1960a8e90141324369e1623c.tar.gz
slackbuilds-055dac72f180d45c1960a8e90141324369e1623c.tar.xz
python/python3-mistune: Update README, +remove SLKCFLAGS and LIBDIRSUFFIX
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-mistune/README5
-rw-r--r--python/python3-mistune/python3-mistune.SlackBuild14
2 files changed, 1 insertions, 18 deletions
diff --git a/python/python3-mistune/README b/python/python3-mistune/README
index c28308673a..8589235a7c 100644
--- a/python/python3-mistune/README
+++ b/python/python3-mistune/README
@@ -5,7 +5,4 @@ It has the following features:
* Very Fast. It is the fastest in all pure Python markdown parsers.
* More Features. Table, footnotes, autolink, fenced code etc.
-This is the python3 only package (the current v2 series of mistune).
-
-For the legacy v1 series of mistune, please install the python2-mistune
-SlackBuild instead.
+This SlackBuild only installs the python3 build of mistune.
diff --git a/python/python3-mistune/python3-mistune.SlackBuild b/python/python3-mistune/python3-mistune.SlackBuild
index 00eafc1ce0..2a99744d3e 100644
--- a/python/python3-mistune/python3-mistune.SlackBuild
+++ b/python/python3-mistune/python3-mistune.SlackBuild
@@ -49,20 +49,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
set -e
rm -rf $PKG