Browse Source

python/python3-dulwich: fix wrong build using updated setuptools

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/202/head
Arn0 3 years ago
committed by Willy Sudiarto Raharjo
parent
commit
98f7ef6b7f
  1. 6
      python/python3-dulwich/python3-dulwich.SlackBuild
  2. 2
      python/python3-dulwich/python3-dulwich.info

6
python/python3-dulwich/python3-dulwich.SlackBuild

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-dulwich
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-0.21.5}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -40,9 +40,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
@ -67,6 +64,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
export PYTHONPATH=/opt/python3.9/site-packages/
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

2
python/python3-dulwich/python3-dulwich.info

@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.21.5.tar.g
MD5SUM="08b553a524041741604d0f5f9a45cd3d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="python3-setuptools-opt"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"
Loading…
Cancel
Save