summaryrefslogtreecommitdiffstats
path: root/python/colored
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2022-11-11 18:46:51 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 22:33:10 +0700
commit36b363cb35226a9f488e5b73cb67778f608886b9 (patch)
tree2be9f6931b4f2e55a22732b244a438cab2f0452f /python/colored
parent8a3d26d4ccc9454f5f9c8ff1561b1ce3f3e4ca8c (diff)
downloadslackbuilds-36b363cb35226a9f488e5b73cb67778f608886b9.tar.gz
slackbuilds-36b363cb35226a9f488e5b73cb67778f608886b9.tar.xz
python/colored: Updated for version 1.4.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/colored')
-rw-r--r--python/colored/colored.SlackBuild11
-rw-r--r--python/colored/colored.info6
-rw-r--r--python/colored/slack-desc2
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: