python/six: Updated for version 1.3.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
691fc6520d
commit
1db189ec9a
|
@ -1,7 +1,7 @@
|
|||
Six is a Python 2 and 3 compatibility library. It provides utility functions
|
||||
for smoothing over the differences between the Python versions with the goal
|
||||
of writing Python code that is compatible on both Python versions. See the
|
||||
Six is a Python 2 and 3 compatibility library. It provides utility functions for
|
||||
smoothing over the differences between the Python versions with the goal of
|
||||
writing Python code that is compatible on both Python versions. See the
|
||||
documentation for more information on what is provided.
|
||||
|
||||
Optional: html documentation and man pages will be installed if pygments and
|
||||
Optional: html documentation and man pages will be installed if Pygments and
|
||||
Sphinx are installed.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=six
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="six"
|
||||
VERSION="1.2.0"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/six/"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/s/six/six-1.2.0.tar.gz"
|
||||
MD5SUM="2a5d1afc79912832ac78fd38e3d75d7e"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/s/six/six-1.3.0.tar.gz"
|
||||
MD5SUM="ec47fe6070a8a64c802363d2c2b1e2ee"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue