Skip to content

Commit

Permalink
setuptools-scm: upgraded to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Jan 17, 2019
1 parent 6f703aa commit dcae526
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
14 changes: 11 additions & 3 deletions setuptools-scm/setuptools-scm.SlackBuild
Expand Up @@ -2,7 +2,7 @@
#
# Slackware build script for setuptools-scm
#
# Copyright 2017-2018 Corrado Franco (http://conraid.net)
# Copyright 2017-2019 Corrado Franco (http://conraid.net)
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
Expand All @@ -27,11 +27,11 @@

set -eu

CWD=$(pwd)
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=setuptools_scm
PKGNAM=$(echo $PRGNAM | tr _ -)
VERSION=3.1.0
VERSION=3.2.0
BUILD=${BUILD:-1}
TAG=${TAG:-cf}
TMP=${TMP:-/tmp/pkg}
Expand All @@ -48,6 +48,14 @@ if [ -z ${ARCH:=""} ]; then
esac
fi

# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME:-""}" ]; then
echo "$PKGNAM-$VERSION-$ARCH-${BUILD}${TAG}.txz"
exit 0
fi

if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
Expand Down
12 changes: 6 additions & 6 deletions setuptools-scm/setuptools-scm.info
@@ -1,11 +1,11 @@
PRGNAM="setuptools-scm"
VERSION="3.1.0"
VERSION="3.2.0"
HOMEPAGE="https://github.com/pypa/setuptools_scm/"
DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools_scm/setuptools_scm-3.1.0.tar.gz"
FILENAME="setuptools_scm-3.1.0.tar.gz"
MD5SUM="52a8dee23c9e5f7d7d18094563db516c"
SHASUM="cffffd63429761edece3957321a50fbdb364f043"
SHA256SUM="1191f2a136b5e86f7ca8ab00a97ef7aef997131f1f6d4971be69a1ef387d8b40"
DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools_scm/setuptools_scm-3.2.0.tar.gz"
FILENAME="setuptools_scm-3.2.0.tar.gz"
MD5SUM="178e4e7b14c163e0e77ae7ec6684cc0f"
SHASUM="531c470ffe4b965aedc06f56d0dc8fa57ccf6d2a"
SHA256SUM="52ab47715fa0fc7d8e6cd15168d1a69ba995feb1505131c3e814eb7087b57358"
REQUIRES=""
MAINTAINER="Corrado Franco"
EMAIL="conraid (at) linux (dot) it"

0 comments on commit dcae526

Please sign in to comment.