From f78b92e8c706cb29c862134442a77ebd597d16b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giancarlo=20Dess=C3=AC?= Date: Tue, 18 Jul 2023 08:48:25 +0700 Subject: [PATCH] python/doit: Update DEP. Signed-off-by: Willy Sudiarto Raharjo --- python/doit/README | 2 -- python/doit/doit.SlackBuild | 18 ++---------------- python/doit/doit.info | 2 +- 3 files changed, 3 insertions(+), 19 deletions(-) diff --git a/python/doit/README b/python/doit/README index e37c318d61..56a70896ff 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 2e57532f40..01a3f291ec 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 0ba2e88741..c23b33effa 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"