python/python-suds: Renamed python2-suds.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
parent
eedbb27248
commit
1e7788a732
|
@ -3,14 +3,15 @@
|
|||
# Slackware build script for python-suds
|
||||
# Written by Joey Trungale <joey@trungale.net>
|
||||
|
||||
PRGNAM=python-suds
|
||||
PRGNAM=python2-suds
|
||||
SRCNAM=python-suds
|
||||
VERSION=${VERSION:-0.3.9}
|
||||
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
|
||||
|
@ -28,9 +29,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 . \
|
||||
|
@ -39,7 +40,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
python2 setup.py install --root=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
|
@ -1,4 +1,4 @@
|
|||
PRGNAM="python-suds"
|
||||
PRGNAM="python2-suds"
|
||||
VERSION="0.3.9"
|
||||
HOMEPAGE="https://fedorahosted.org/suds/"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/python-suds-0.3.9.tar.gz"
|
|
@ -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------------------------------------------------------|
|
||||
python-suds: python-suds (Python SOAP client)
|
||||
python-suds:
|
||||
python-suds: Suds is a lightweight SOAP python client for consuming Web Services.
|
||||
python-suds:
|
||||
python-suds: https://fedorahosted.com/suds
|
||||
python-suds:
|
||||
python-suds:
|
||||
python-suds:
|
||||
python-suds:
|
||||
python-suds:
|
||||
python-suds:
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
python2-suds: python2-suds (Python SOAP client)
|
||||
python2-suds:
|
||||
python2-suds: Suds is a lightweight SOAP python client for consuming Web Services.
|
||||
python2-suds:
|
||||
python2-suds: https://fedorahosted.com/suds
|
||||
python2-suds:
|
||||
python2-suds:
|
||||
python2-suds:
|
||||
python2-suds:
|
||||
python2-suds:
|
||||
python2-suds:
|
Loading…
Reference in New Issue