diff options
author | Giancarlo Dessì <slack@giand.it> | 2023-07-18 08:48:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-18 08:48:25 +0700 |
commit | f78b92e8c706cb29c862134442a77ebd597d16b3 (patch) | |
tree | ae0c07f6bbb3bdbe9b2beb3668ad26798991dbdc /python/doit | |
parent | 9c5891220650cba882d6d7eee1216b7dc23a2415 (diff) |
python/doit: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/doit')
-rw-r--r-- | python/doit/README | 2 | ||||
-rw-r--r-- | python/doit/doit.SlackBuild | 18 | ||||
-rw-r--r-- | python/doit/doit.info | 2 |
3 files changed, 3 insertions, 19 deletions
diff --git a/python/doit/README b/python/doit/README index e37c318d61b8..56a70896ff62 100644 --- a/python/doit/README +++ b/python/doit/README @@ -2,5 +2,3 @@ doit is a modern open-source build-tool written in python for building and managing custom work-flows. It can be used on systems test/integration automation, scientific computational pipelines, content generation, configuration management, and other contexts. - -NOTE: pyinotify must be installed with python3 support. diff --git a/python/doit/doit.SlackBuild b/python/doit/doit.SlackBuild index 2e57532f4079..01a3f291ec5b 100644 --- a/python/doit/doit.SlackBuild +++ b/python/doit/doit.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for doit -# Copyright 2020-2022 Giancarlo Dessì, Cagliari, IT +# Copyright 2020-2023 Giancarlo Dessì, Cagliari, IT # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=doit VERSION=${VERSION:-0.36.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -47,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 rm -rf $PKG diff --git a/python/doit/doit.info b/python/doit/doit.info index 0ba2e8874160..c23b33effadf 100644 --- a/python/doit/doit.info +++ b/python/doit/doit.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/5a/36/66b7dea1bb5688ba0d2d7bc1 MD5SUM="5ee4995e15d9308ccc6a3211a9fa2abd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="cloudpickle pyinotify python-importlib_metadata" +REQUIRES="cloudpickle python-importlib_metadata" MAINTAINER="Giancarlo Dessì" EMAIL="slack@giand.it" |