mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/dulwich: Updated for version 0.14.1.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
f624a8ccc8
commit
7f7f254aad
3 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for dulwich
|
||||
|
||||
# Copyright 2012-2015 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dulwich
|
||||
VERSION=${VERSION:-0.10.1}
|
||||
VERSION=${VERSION:-0.14.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -50,10 +50,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dulwich"
|
||||
VERSION="0.10.1"
|
||||
HOMEPAGE="https://www.samba.org/~jelmer/dulwich/"
|
||||
DOWNLOAD="https://www.samba.org/~jelmer/dulwich/dulwich-0.10.1.tar.gz"
|
||||
MD5SUM="fa72df313916fb86186e507414899cf9"
|
||||
VERSION="0.14.1"
|
||||
HOMEPAGE="https://www.dulwich.io/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/d8/be/8cb595710e7bf2a32b0ac64f1455e1f0554ec8aa9ed62c49b084afe22ab6/dulwich-0.14.1.tar.gz"
|
||||
MD5SUM="f2656b710af5bd11aad98f6bc6cd24ae"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -14,6 +14,6 @@ dulwich: remote) that doesn't call out to git directly but instead uses pure
|
|||
dulwich: Python. The project is named after the village in which Mr. and
|
||||
dulwich: Mrs. Git live in the Monty Python sketch.
|
||||
dulwich:
|
||||
dulwich: Homepage: http://www.samba.org/~jelmer/dulwich/
|
||||
dulwich: Homepage: https://www.dulwich.io/
|
||||
dulwich:
|
||||
dulwich:
|
||||
|
|
Loading…
Reference in a new issue