mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/stevedore: Updated for version 1.2.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ebaac3404f
commit
9191062da4
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
|
||||
PRGNAM=stevedore
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="stevedore"
|
||||
VERSION="1.0.0"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="https://github.com/dreamhost/stevedore"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-1.0.0.tar.gz"
|
||||
MD5SUM="b61ba05d0f6b69efc28541f5f42cbfe5"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-1.2.0.tar.gz"
|
||||
MD5SUM="bd82728ab03e62121fbbb077bcd55fdb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
REQUIRES="pbr six"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue