mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python3-bcrypt: renamed from bcrypt for python3, updated for version 3.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
06cf37d60e
commit
5bcf2801ef
5 changed files with 25 additions and 25 deletions
|
@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/1d/c0/6d4c04d007d72b355de24e7a
|
|||
MD5SUM="d345c36ac6637d3ca9fa942e238d00ca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Flask bcrypt"
|
||||
REQUIRES="Flask python3-bcrypt"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
|
@ -22,9 +22,10 @@
|
|||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bcrypt
|
||||
VERSION=${VERSION:-3.1.7}
|
||||
BUILD=${BUILD:-2}
|
||||
PRGNAM=python3-bcrypt
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-3.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -53,9 +54,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -63,7 +64,6 @@ 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 {} \;
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
python3 setup.py install --root=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bcrypt"
|
||||
VERSION="3.1.7"
|
||||
PRGNAM="python3-bcrypt"
|
||||
VERSION="3.2.0"
|
||||
HOMEPAGE="https://github.com/pyca/bcrypt/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/bcrypt/bcrypt-3.1.7.tar.gz"
|
||||
MD5SUM="5d6f93b575ce52470af37a8e7dce76fe"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/bcrypt/bcrypt-3.2.0.tar.gz"
|
||||
MD5SUM="fe31390dab603728f756cd3d6830c80a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cffi"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Yth - Arnaud"
|
||||
EMAIL="yth@ythogtha.org"
|
|
@ -5,15 +5,15 @@
|
|||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
bcrypt: bcrypt (password hashing)
|
||||
bcrypt:
|
||||
bcrypt: Modern(-ish) password hashing for your software and your servers
|
||||
bcrypt:
|
||||
bcrypt:
|
||||
bcrypt:
|
||||
bcrypt:
|
||||
bcrypt:
|
||||
bcrypt:
|
||||
bcrypt:
|
||||
bcrypt:
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
python3-bcrypt: python3-bcrypt (password hashing)
|
||||
python3-bcrypt:
|
||||
python3-bcrypt: Modern(-ish) password hashing for your software and your servers
|
||||
python3-bcrypt:
|
||||
python3-bcrypt:
|
||||
python3-bcrypt:
|
||||
python3-bcrypt:
|
||||
python3-bcrypt:
|
||||
python3-bcrypt:
|
||||
python3-bcrypt:
|
||||
python3-bcrypt:
|
Loading…
Reference in a new issue