mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/python-gnupg: Updated for version 0.3.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
a3934c1fef
commit
10b6f6e454
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-gnupg
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python-gnupg
|
||||
VERSION=${VERSION:-0.3.6}
|
||||
VERSION=${VERSION:-0.3.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -79,7 +79,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a PKG-INFO README LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a PKG-INFO README.rst LICENSE.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-gnupg"
|
||||
VERSION="0.3.6"
|
||||
VERSION="0.3.7"
|
||||
HOMEPAGE="http://pythonhosted.org/python-gnupg/index.html"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/python-gnupg/python-gnupg-0.3.6.tar.gz"
|
||||
MD5SUM="27415bead227e8c6906900b7c777120c"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/python-gnupg/python-gnupg-0.3.7.tar.gz"
|
||||
MD5SUM="ce600421b8168bd7d9470d6b451594d5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue