diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-03-08 20:13:30 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-10 21:51:09 +0700 |
commit | b76e20d9ae852b0d65792c14abd286ce77539914 (patch) | |
tree | 02841b80d17013efa8519a3b8d836610bf855777 | |
parent | 486b437431e2f3319b8b2bbd5b904271f81a5f81 (diff) |
python/python3-pypandoc: Update for 1.13
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-pypandoc/python3-pypandoc.SlackBuild | 21 | ||||
-rw-r--r-- | python/python3-pypandoc/python3-pypandoc.info | 6 |
2 files changed, 5 insertions, 22 deletions
diff --git a/python/python3-pypandoc/python3-pypandoc.SlackBuild b/python/python3-pypandoc/python3-pypandoc.SlackBuild index c344761d50..2d9ca00540 100644 --- a/python/python3-pypandoc/python3-pypandoc.SlackBuild +++ b/python/python3-pypandoc/python3-pypandoc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-pypandoc -# Copyright 2022 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pypandoc -VERSION=${VERSION:-1.10} +VERSION=${VERSION:-1.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -52,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 diff --git a/python/python3-pypandoc/python3-pypandoc.info b/python/python3-pypandoc/python3-pypandoc.info index 6a0e5f165c..c65089cdea 100644 --- a/python/python3-pypandoc/python3-pypandoc.info +++ b/python/python3-pypandoc/python3-pypandoc.info @@ -1,8 +1,8 @@ PRGNAM="python3-pypandoc" -VERSION="1.10" +VERSION="1.13" HOMEPAGE="https://github.com/JessicaTegner/pypandoc" -DOWNLOAD="https://github.com/JessicaTegner/pypandoc/archive/v1.10/pypandoc-1.10.tar.gz" -MD5SUM="c53ada82d653bf02717c55e1094b8784" +DOWNLOAD="https://github.com/JessicaTegner/pypandoc/archive/v1.13/pypandoc-1.13.tar.gz" +MD5SUM="b442b31e0ea35b4171f0ca3dac5205c4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pandoc-bin python3-wheel" |