From 0f9e96db417fd91403112eb09b8bcc77bed5f4bb Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 22 Aug 2016 01:40:16 +0300 Subject: python/pipdeptree: Updated for version 0.7.0. Signed-off-by: Dimitris Zlatanidis --- python/pipdeptree/pipdeptree.SlackBuild | 8 ++++---- python/pipdeptree/pipdeptree.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'python/pipdeptree') diff --git a/python/pipdeptree/pipdeptree.SlackBuild b/python/pipdeptree/pipdeptree.SlackBuild index f2a02335f4..78921f3d22 100644 --- a/python/pipdeptree/pipdeptree.SlackBuild +++ b/python/pipdeptree/pipdeptree.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pipdeptree -VERSION=${VERSION:-0.6.0} +VERSION=${VERSION:-0.7.0} 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 @@ -40,8 +40,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" diff --git a/python/pipdeptree/pipdeptree.info b/python/pipdeptree/pipdeptree.info index 1e07f9c41e..e7657db578 100644 --- a/python/pipdeptree/pipdeptree.info +++ b/python/pipdeptree/pipdeptree.info @@ -1,8 +1,8 @@ PRGNAM="pipdeptree" -VERSION="0.6.0" +VERSION="0.7.0" HOMEPAGE="https://github.com/naiquevin/pipdeptree" -DOWNLOAD="https://pypi.python.org/packages/source/p/pipdeptree/pipdeptree-0.6.0.tar.gz" -MD5SUM="48293e697281a53a16b23c2d95e596a6" +DOWNLOAD="https://pypi.python.org/packages/8b/41/85ad719f8e7f76764d2da84c4cd23b50d7639728bb12b0e5ffe405f6e4e0/pipdeptree-0.7.0.tar.gz" +MD5SUM="688330de5d4c854578933b8ff928c457" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pip" -- cgit v1.2.3