python/doit: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c58912206
commit
f78b92e8c7
|
@ -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
|
building and managing custom work-flows. It can be used on systems
|
||||||
test/integration automation, scientific computational pipelines,
|
test/integration automation, scientific computational pipelines,
|
||||||
content generation, configuration management, and other contexts.
|
content generation, configuration management, and other contexts.
|
||||||
|
|
||||||
NOTE: pyinotify must be installed with python3 support.
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for doit
|
# Slackware build script for doit
|
||||||
|
|
||||||
# Copyright 2020-2022 Giancarlo Dessì, Cagliari, IT
|
# Copyright 2020-2023 Giancarlo Dessì, Cagliari, IT
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=doit
|
PRGNAM=doit
|
||||||
VERSION=${VERSION:-0.36.0}
|
VERSION=${VERSION:-0.36.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
@ -47,20 +47,6 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
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
|
set -e
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/5a/36/66b7dea1bb5688ba0d2d7bc1
|
||||||
MD5SUM="5ee4995e15d9308ccc6a3211a9fa2abd"
|
MD5SUM="5ee4995e15d9308ccc6a3211a9fa2abd"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="cloudpickle pyinotify python-importlib_metadata"
|
REQUIRES="cloudpickle python-importlib_metadata"
|
||||||
MAINTAINER="Giancarlo Dessì"
|
MAINTAINER="Giancarlo Dessì"
|
||||||
EMAIL="slack@giand.it"
|
EMAIL="slack@giand.it"
|
||||||
|
|
Loading…
Reference in New Issue