diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-03 06:50:16 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-05-03 01:49:57 -0500 |
commit | c226d01a8d8150d3b441cad73fffd66bf6aba5cf (patch) | |
tree | 00683e65fd3f599a7b4e1b75a1e40b5fd61eac39 | |
parent | 14073927a21038c28368171c102782412fc86a07 (diff) | |
download | slackbuilds-c226d01a8d8150d3b441cad73fffd66bf6aba5cf.tar.gz |
python/python-openid: Renamed python2-openid.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
-rw-r--r-- | python/python2-openid/README (renamed from python/python-openid/README) | 0 | ||||
-rw-r--r-- | python/python2-openid/python2-openid.SlackBuild (renamed from python/python-openid/python-openid.SlackBuild) | 12 | ||||
-rw-r--r-- | python/python2-openid/python2-openid.info (renamed from python/python-openid/python-openid.info) | 2 | ||||
-rw-r--r-- | python/python2-openid/slack-desc (renamed from python/python-openid/slack-desc) | 24 |
4 files changed, 19 insertions, 19 deletions
diff --git a/python/python-openid/README b/python/python2-openid/README index a88bb6bf31..a88bb6bf31 100644 --- a/python/python-openid/README +++ b/python/python2-openid/README diff --git a/python/python-openid/python-openid.SlackBuild b/python/python2-openid/python2-openid.SlackBuild index ff0d60fdf2..ae4be3ca8b 100644 --- a/python/python-openid/python-openid.SlackBuild +++ b/python/python2-openid/python2-openid.SlackBuild @@ -6,14 +6,14 @@ # Written by Lionel Young <redtricycle@gmail.com> -PRGNAM=python-openid +PRGNAM=python2-openid SRCNAM=openid-python-openid SRCNAMSUF=b666238 VERSION=${VERSION:-2.2.5} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i486 ;; + i?86) export ARCH=i586 ;; arm*) export ARCH=arm ;; *) export ARCH=$( uname -m ) ;; esac @@ -26,8 +26,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -55,8 +55,8 @@ 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 build -python setup.py install --root=$PKG +python2 setup.py build +python2 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ diff --git a/python/python-openid/python-openid.info b/python/python2-openid/python2-openid.info index 8c3ea2b9ce..96253edd85 100644 --- a/python/python-openid/python-openid.info +++ b/python/python2-openid/python2-openid.info @@ -1,4 +1,4 @@ -PRGNAM="python-openid" +PRGNAM="python2-openid" VERSION="2.2.5" HOMEPAGE="https://github.com/openid/python-openid" DOWNLOAD="http://ponce.cc/slackware/sources/repo/openid-python-openid-2.2.5-0-gb666238.tar.gz" diff --git a/python/python-openid/slack-desc b/python/python2-openid/slack-desc index 733f1230af..d377c3b053 100644 --- a/python/python-openid/slack-desc +++ b/python/python2-openid/slack-desc @@ -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-openid: python-openid (python openid library) -python-openid: -python-openid: Python OpenID library. -python-openid: -python-openid: Home: https://github.com/openid/python-openid -python-openid: -python-openid: -python-openid: -python-openid: -python-openid: -python-openid: + |-----handy-ruler------------------------------------------------------| +python2-openid: python2-openid (python openid library) +python2-openid: +python2-openid: Python OpenID library. +python2-openid: +python2-openid: Home: https://github.com/openid/python2-openid +python2-openid: +python2-openid: +python2-openid: +python2-openid: +python2-openid: +python2-openid: |