diff options
-rw-r--r-- | python/python-authres/slack-desc | 19 | ||||
-rw-r--r-- | python/python2-authres/README (renamed from python/python-authres/README) | 0 | ||||
-rw-r--r-- | python/python2-authres/python2-authres.SlackBuild (renamed from python/python-authres/python-authres.SlackBuild) | 6 | ||||
-rw-r--r-- | python/python2-authres/python2-authres.info (renamed from python/python-authres/python-authres.info) | 2 | ||||
-rw-r--r-- | python/python2-authres/slack-desc | 19 |
5 files changed, 23 insertions, 23 deletions
diff --git a/python/python-authres/slack-desc b/python/python-authres/slack-desc deleted file mode 100644 index c439733750a0..000000000000 --- a/python/python-authres/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# 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-authres: python-authres (RFC 5451 Auth Results Headers generation and parsing) -python-authres: -python-authres: RFC 5451 Authentication-Results Headers generation and parsing for -python-authres: Python/Python3. -python-authres: -python-authres: It also supports Authentication Results extensions: -python-authres: * RFC 5617 DKIM/ADSP -python-authres: * RFC 6008 DKIM signature identification (header.b) -python-authres: * RFC 6212 Vouch By Reference (VBR) -python-authres: -python-authres: Homepage: https://launchpad.net/authentication-results-python diff --git a/python/python-authres/README b/python/python2-authres/README index de1c8ff5062c..de1c8ff5062c 100644 --- a/python/python-authres/README +++ b/python/python2-authres/README diff --git a/python/python-authres/python-authres.SlackBuild b/python/python2-authres/python2-authres.SlackBuild index 1f4935f600d3..6bc140f2dac7 100644 --- a/python/python-authres/python-authres.SlackBuild +++ b/python/python2-authres/python2-authres.SlackBuild @@ -22,7 +22,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=python-authres +PRGNAM=python2-authres VERSION=${VERSION:-0.501} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -31,7 +31,7 @@ SRCNAM=authres if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -57,7 +57,7 @@ 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 {} \; -/usr/bin/python setup.py install --root $PKG +python2 setup.py install --root $PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/python-authres/python-authres.info b/python/python2-authres/python2-authres.info index 10a7fb9e088a..e903953d1f37 100644 --- a/python/python-authres/python-authres.info +++ b/python/python2-authres/python2-authres.info @@ -1,4 +1,4 @@ -PRGNAM="python-authres" +PRGNAM="python2-authres" VERSION="0.501" HOMEPAGE="https://launchpad.net/authentication-results-python" DOWNLOAD="https://launchpad.net/authentication-results-python/0.5/0.501/+download/authres-0.501.tar.gz" diff --git a/python/python2-authres/slack-desc b/python/python2-authres/slack-desc new file mode 100644 index 000000000000..f320001b5add --- /dev/null +++ b/python/python2-authres/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# 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------------------------------------------------------| +python2-authres: python2-authres (RFC 5451 Auth Results Headers generation and parsing) +python2-authres: +python2-authres: RFC 5451 Authentication-Results Headers generation and parsing for +python2-authres: Python/Python3. +python2-authres: +python2-authres: It also supports Authentication Results extensions: +python2-authres: * RFC 5617 DKIM/ADSP +python2-authres: * RFC 6008 DKIM signature identification (header.b) +python2-authres: * RFC 6212 Vouch By Reference (VBR) +python2-authres: +python2-authres: Homepage: https://launchpad.net/authentication-results-python |