diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2023-06-16 19:16:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-16 19:16:44 +0700 |
commit | fdd7879efa4448ca83d2992f2423325e0b672c38 (patch) | |
tree | 206d37ca88020b1dfc5d089a66c7ba9491dd5a01 /python/breathe | |
parent | 239cccbef1f44b22baa7d899b468321574dace76 (diff) |
python/breathe: Updated for version 4.35.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/breathe')
-rw-r--r-- | python/breathe/breathe.SlackBuild | 24 | ||||
-rw-r--r-- | python/breathe/breathe.info | 6 | ||||
-rw-r--r-- | python/breathe/slack-desc | 2 |
3 files changed, 8 insertions, 24 deletions
diff --git a/python/breathe/breathe.SlackBuild b/python/breathe/breathe.SlackBuild index d1923a0d714a0..a7aa64e9f24ac 100644 --- a/python/breathe/breathe.SlackBuild +++ b/python/breathe/breathe.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for breathe -# Copyright 2022 Vijay Marcel +# Copyright 2022-2023 Vijay Marcel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=breathe -VERSION=${VERSION:-4.34.0} +VERSION=${VERSION:-4.35.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,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 @@ -50,20 +47,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 trap 'echo "$0 FAILED at line $LINENO!" | tee -a $OUTPUT/error-${PRGNAM}.log' ERR @@ -88,8 +71,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE README.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE README.rst CHANGELOG.rst CONTRIBUTING.rst CONTRIBUTORS.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 0644 {} \+ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/python/breathe/breathe.info b/python/breathe/breathe.info index c05f7e1a792a4..d7fc71bf91d25 100644 --- a/python/breathe/breathe.info +++ b/python/breathe/breathe.info @@ -1,8 +1,8 @@ PRGNAM="breathe" -VERSION="4.34.0" +VERSION="4.35.0" HOMEPAGE="https://github.com/breathe-doc/breathe" -DOWNLOAD="https://pypi.io/packages/source/b/breathe/breathe-4.34.0.tar.gz" -MD5SUM="d07beaa3bdfbc2f1e788456198ac8183" +DOWNLOAD="https://github.com/breathe-doc/breathe/archive/v4.35.0/breathe-4.35.0.tar.gz" +MD5SUM="06bddf761f69fafb684238a656955fe6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/breathe/slack-desc b/python/breathe/slack-desc index 65e0363f97761..8ae6654769a93 100644 --- a/python/breathe/slack-desc +++ b/python/breathe/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler------------------------------------------------------| breathe: breathe (Sphinx Doxygen Renderer) breathe: -breathe: Breathe is a sphinx plugin providing beautiful integrated +breathe: Breathe is a sphinx plugin providing beautiful integrated breathe: doxygen output in your user-facing documentation.It allows breathe: you to combine doxygen's excellent technical understanding breathe: of your codebase with the superb long form documentation |