mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/cryptography: Updated for version 2.8, added the dep wheel.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
117686d105
commit
b2b84d66e1
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
|
||||
|
||||
PRGNAM=cryptography
|
||||
VERSION=${VERSION:-2.1.4}
|
||||
VERSION=${VERSION:-2.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="cryptography"
|
||||
VERSION="2.1.4"
|
||||
VERSION="2.8"
|
||||
HOMEPAGE="https://cryptography.io/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/78/c5/7188f15a92413096c93053d5304718e1f6ba88b818357d05d19250ebff85/cryptography-2.1.4.tar.gz"
|
||||
MD5SUM="9f39d4d8f2b05f295fa0ff52475ec4f2"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/be/60/da377e1bed002716fb2d5d1d1cab720f298cb33ecff7bf7adea72788e4e4/cryptography-2.8.tar.gz"
|
||||
MD5SUM="77730058b556c6d9838679a94c6229ce"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pyasn1 cffi enum34 ipaddress idna packaging asn1crypto"
|
||||
REQUIRES="pyasn1 cffi enum34 ipaddress idna packaging asn1crypto wheel"
|
||||
MAINTAINER="Markus Reichelt"
|
||||
EMAIL="slackbuilds@mareichelt.de"
|
||||
|
|
Loading…
Reference in a new issue