mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/distribute: Updated for version 0.6.19.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
ce43fa2642
commit
ec51f0040d
3 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
distribute is a fork of the setuptools project.
|
||||
|
||||
Distribute is intended to replace Setuptools as the standard method for working
|
||||
with Python module distributions.
|
||||
Distribute is intended to replace Setuptools as the standard method for
|
||||
working with Python module distributions.
|
||||
|
||||
For those who may wonder why they should switch to Distribute over Setuptools,
|
||||
it's quite simple:
|
||||
For those who may wonder why they should switch to Distribute over
|
||||
Setuptools, it's quite simple:
|
||||
|
||||
- Distribute is a drop-in replacement for Setuptools.
|
||||
- The code is actively maintained, and has over 10 commiters.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
|
||||
PRGNAM=distribute
|
||||
VERSION=${VERSION:-0.6.14}
|
||||
VERSION=${VERSION:-0.6.19}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="distribute"
|
||||
VERSION="0.6.14"
|
||||
VERSION="0.6.19"
|
||||
HOMEPAGE="http://packages.python.org/distribute/"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz"
|
||||
MD5SUM="ac607e05682116c06383b27a15e2db90"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/d/distribute/distribute-0.6.19.tar.gz"
|
||||
MD5SUM="45a17940eefee849d4cb8cc06d28d96f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue