mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/pendulum: Updated for version 2.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
d933a52c49
commit
63d9535f87
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pendulum
|
||||
VERSION=${VERSION:-1.4.4}
|
||||
VERSION=${VERSION:-2.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pendulum"
|
||||
VERSION="1.4.4"
|
||||
VERSION="2.0.0"
|
||||
HOMEPAGE="https://pendulum.eustace.io/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/85/a5/9fc15751f9725923b170ad37d6c61031fc9e941bafd5288ca6ee51233284/pendulum-1.4.4.tar.gz"
|
||||
MD5SUM="85ff49b389e0d251efdd95f2b8638810"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/6e/83/61239409b111fd0832d5572b1d87d9589c77f17ec609651f8b5f1b8ffb61/pendulum-2.0.0.tar.gz"
|
||||
MD5SUM="c64622797dea8a83554a137fe1913bad"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="tzlocal python-dateutil pytzdata"
|
||||
REQUIRES="python-dateutil pytzdata"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue