mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/py: Updated for version 1.4.30.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
2740b2c4f6
commit
3b385e1385
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for py
|
# Slackware build script for py
|
||||||
|
|
||||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=py
|
PRGNAM=py
|
||||||
VERSION=${VERSION:-1.4.29}
|
VERSION=${VERSION:-1.4.30}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="py"
|
PRGNAM="py"
|
||||||
VERSION="1.4.29"
|
VERSION="1.4.30"
|
||||||
HOMEPAGE="http://pylib.readthedocs.org/"
|
HOMEPAGE="http://pylib.readthedocs.org/"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/p/py/py-1.4.29.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/p/py/py-1.4.30.tar.gz"
|
||||||
MD5SUM="c28e0accba523a29b35a48bb703fb96c"
|
MD5SUM="a904aabfe4765cb754f2db84ec7bb03a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pysetuptools"
|
REQUIRES="pysetuptools"
|
||||||
|
|
Loading…
Reference in a new issue