development/python3-cycler: Updated for version 0.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fd347822d0
commit
e6aae73990
|
@ -1,5 +1,5 @@
|
|||
The cycler python module provides a composable cycle class used for
|
||||
constructing style-cycles.
|
||||
|
||||
This is the Python 3 version of cycler and will coexist with SBo's
|
||||
cycler package.
|
||||
This is the python3 version of cycler, it will coexist with SBo's
|
||||
python2-cycler package.
|
||||
|
|
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-cycler
|
||||
SRCNAM=cycler
|
||||
VERSION=${VERSION:-0.10.0}
|
||||
VERSION=${VERSION:-0.11.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-cycler"
|
||||
VERSION="0.10.0"
|
||||
VERSION="0.11.0"
|
||||
HOMEPAGE="http://matplotlib.org/cycler"
|
||||
DOWNLOAD="https://pypi.python.org/packages/c2/4b/137dea450d6e1e3d474e1d873cd1d4f7d3beed7e0dc973b06e8e10d32488/cycler-0.10.0.tar.gz"
|
||||
MD5SUM="4cb42917ac5007d1cdff6cccfe2d016b"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/34/45/a7caaacbfc2fa60bee42effc4bcc7d7c6dbe9c349500e04f65a861c15eb9/cycler-0.11.0.tar.gz"
|
||||
MD5SUM="4d0c25f418956e91c47163179682e0ef"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -11,7 +11,7 @@ python3-cycler:
|
|||
python3-cycler: The cycler python module provides a composable cycle class used for
|
||||
python3-cycler: constructing style-cycles.
|
||||
python3-cycler:
|
||||
python3-cycler: This will coexist with SBo's cycler package.
|
||||
python3-cycler: This will coexist with SBo's python2-cycler package.
|
||||
python3-cycler:
|
||||
python3-cycler:
|
||||
python3-cycler:
|
||||
|
|
Loading…
Reference in New Issue