python/doit: Update DEP.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Giancarlo Dessì 2023-07-18 08:48:25 +07:00 committed by Willy Sudiarto Raharjo
parent 9c58912206
commit f78b92e8c7
3 changed files with 3 additions and 19 deletions

View File

@ -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.

View File

@ -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

View File

@ -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"