python/colored: Updated for version 1.3.93.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
f1202b5eb2
commit
2b8710b75e
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for colored
|
||||
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=colored
|
||||
VERSION=${VERSION:-1.3.5}
|
||||
VERSION=${VERSION:-1.3.93}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.rst CHANGELOG LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.rst CHANGES.md LICENSE.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="colored"
|
||||
VERSION="1.3.5"
|
||||
HOMEPAGE="https://github.com/dslackw/colored"
|
||||
DOWNLOAD="https://pypi.python.org/packages/19/be/85e6c8c1fd9b3d15d4500531ccbb164854d427690ad41c9ce9222ccabaf5/colored-1.3.5.tar.gz"
|
||||
MD5SUM="01c57890278b5e52b0d027fb54614b52"
|
||||
VERSION="1.3.93"
|
||||
HOMEPAGE="https://gitlab.com/dslackw/colored"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/58/07/636616667b47d3115b0288311511c5fb446d0e499036b7db858704c89066/colored-1.3.93.tar.gz"
|
||||
MD5SUM="330235b4cb2826b94204c7175c35404e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -11,7 +11,7 @@ colored:
|
|||
colored: Very simple Python library for color and formatting in terminal.
|
||||
colored: Support Python 2 and 3.
|
||||
colored:
|
||||
colored: Homepage: https://github.com/dslackw/colored
|
||||
colored: Homepage: https://gitlab.com/dslackw/colored
|
||||
colored:
|
||||
colored:
|
||||
colored:
|
||||
|
|
Loading…
Reference in New Issue