mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/setuptools-git: Updated for version 1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2fcb40d882
commit
d6e5e5f13b
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for setuptools-git
|
||||
|
||||
# Copyright 2013 Mikko Värri, Finland
|
||||
# Copyright 2014 Mikko Värri, Finland
|
||||
# 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=setuptools-git
|
||||
VERSION=${VERSION:-1.0b1}
|
||||
VERSION=${VERSION:-1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="setuptools-git"
|
||||
VERSION="1.0b1"
|
||||
VERSION="1.0"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/setuptools-git/"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-1.0b1.tar.gz"
|
||||
MD5SUM="ac67cbaa1336b7de25b1b5ff93b4e90d"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-1.0.tar.gz"
|
||||
MD5SUM="de63b541a10c2b83caa478c687458b16"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue