mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/distribute: Updated for version 0.6.36.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2e41e01941
commit
14c3d7cfa8
3 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for distribute
|
||||
|
||||
# Copyright 2012 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# 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=distribute
|
||||
VERSION=${VERSION:-0.6.30}
|
||||
VERSION=${VERSION:-0.6.36}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="distribute"
|
||||
VERSION="0.6.30"
|
||||
HOMEPAGE="http://packages.python.org/distribute/"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/d/distribute/distribute-0.6.30.tar.gz"
|
||||
MD5SUM="d239a2c7d40e126274dab3e2aa89d591"
|
||||
VERSION="0.6.36"
|
||||
HOMEPAGE="https://pythonhosted.org/distribute/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/d/distribute/distribute-0.6.36.tar.gz"
|
||||
MD5SUM="a923385de72dcdca68cd4ac2b9dc1148"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -11,7 +11,7 @@ distribute:
|
|||
distribute: Distribute is intended to replace Setuptools as the standard method
|
||||
distribute: for working with Python module distributions.
|
||||
distribute:
|
||||
distribute: Homepage: http://packages.python.org/distribute/
|
||||
distribute: Homepage: https://pythonhosted.org/distribute/
|
||||
distribute:
|
||||
distribute:
|
||||
distribute:
|
||||
|
|
Loading…
Reference in a new issue