mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/APScheduler: Updated for version 3.0.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
66910cd8ec
commit
237d08f45b
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for APScheduler
|
# Slackware build script for APScheduler
|
||||||
|
|
||||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
# 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=APScheduler
|
PRGNAM=APScheduler
|
||||||
VERSION=${VERSION:-3.0.1}
|
VERSION=${VERSION:-3.0.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="APScheduler"
|
PRGNAM="APScheduler"
|
||||||
VERSION="3.0.1"
|
VERSION="3.0.3"
|
||||||
HOMEPAGE="http://pypi.python.org/pypi/APScheduler/"
|
HOMEPAGE="http://pypi.python.org/pypi/APScheduler/"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/A/APScheduler/APScheduler-3.0.1.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/A/APScheduler/APScheduler-3.0.3.tar.gz"
|
||||||
MD5SUM="7c3687b3dcd645fe9df48e34eb7a7592"
|
MD5SUM="0f2fcffdf7504a29664f114ea09c33ac"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="tzlocal six futures"
|
REQUIRES="tzlocal six futures"
|
||||||
|
|
Loading…
Reference in a new issue