From 36b363cb35226a9f488e5b73cb67778f608886b9 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 11 Nov 2022 18:46:51 +0200 Subject: [PATCH] python/colored: Updated for version 1.4.4. Signed-off-by: Dimitris Zlatanidis Signed-off-by: Willy Sudiarto Raharjo --- python/colored/colored.SlackBuild | 11 +++-------- python/colored/colored.info | 6 +++--- python/colored/slack-desc | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/python/colored/colored.SlackBuild b/python/colored/colored.SlackBuild index 1d757c4681..bb24ba73e6 100644 --- a/python/colored/colored.SlackBuild +++ b/python/colored/colored.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for colored -# Copyright 2014-2021 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=colored -VERSION=${VERSION:-1.4.3} +VERSION=${VERSION:-1.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,12 +79,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 {} \; -python setup.py install --root=$PKG - -# Python 3 support. -if $(python3 -c 'import sys' 2>/dev/null); then - python3 setup.py install --root=$PKG -fi +python3 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/colored/colored.info b/python/colored/colored.info index 046f7ef9f0..1b68be278a 100644 --- a/python/colored/colored.info +++ b/python/colored/colored.info @@ -1,8 +1,8 @@ PRGNAM="colored" -VERSION="1.4.3" +VERSION="1.4.4" HOMEPAGE="https://gitlab.com/dslackw/colored" -DOWNLOAD="https://files.pythonhosted.org/packages/f4/57/fe3e4e96efa3c68d3781a0903de0933ea2afa744852d907b290a2cb2294e/colored-1.4.3.tar.gz" -MD5SUM="6430386361211470cb27b8612647b4d4" +DOWNLOAD="https://files.pythonhosted.org/packages/f3/d6/00203998f27ab30b2417998006ad0608f236740bb129494dd7c5621861e1/colored-1.4.4.tar.gz" +MD5SUM="b58fe460e0fa53a4d9e58266cbdeb86e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/colored/slack-desc b/python/colored/slack-desc index 5c3fe0c643..4dec995452 100644 --- a/python/colored/slack-desc +++ b/python/colored/slack-desc @@ -9,7 +9,6 @@ colored: colored (python color library) colored: colored: Very simple Python library for color and formatting in terminal. -colored: Support Python 2 and 3. colored: colored: Homepage: https://gitlab.com/dslackw/colored colored: @@ -17,3 +16,4 @@ colored: colored: colored: colored: +colored: