python-cryptography: update to 2.8.

This commit is contained in:
travankor 2020-02-27 13:37:20 -07:00 committed by Helmut Pozimski
parent 98f9df9fc1
commit e844da881b

View file

@ -1,15 +1,14 @@
# Template file for 'python-cryptography' # Template file for 'python-cryptography'
pkgname=python-cryptography pkgname=python-cryptography
version=2.7 version=2.8
revision=2 revision=1
wrksrc="cryptography-${version}" wrksrc="cryptography-${version}"
build_style=python-module build_style=python-module
pycompile_module="cryptography"
hostmakedepends="python-setuptools python3-setuptools libressl-devel hostmakedepends="python-setuptools python3-setuptools libressl-devel
python-enum34 python-ipaddress python-six python3-six python-asn1crypto python-enum34 python-ipaddress python-six python3-six
python3-asn1crypto python-cffi python3-cffi python-idna python3-idna" python-cffi python3-cffi python-idna python3-idna"
makedepends="libressl-devel python-devel python3-devel" makedepends="libressl-devel python-devel python3-devel"
depends="python-cffi python-asn1crypto python-six python-enum34 depends="python-cffi python-six python-enum34
python-idna python-ipaddress" python-idna python-ipaddress"
checkdepends="python-cryptography_vectors python-hypothesis checkdepends="python-cryptography_vectors python-hypothesis
python-iso-8601 python-pretend python-pytest python-pytz python-iso-8601 python-pretend python-pytest python-pytz
@ -20,8 +19,9 @@ short_desc="Python2 library that provides cryptographic recipes and primitives"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause, Apache-2.0" license="BSD-3-Clause, Apache-2.0"
homepage="https://github.com/pyca/cryptography" homepage="https://github.com/pyca/cryptography"
changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz" distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
checksum=e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6 checksum=3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
@ -29,8 +29,7 @@ post_install() {
} }
python3-cryptography_package() { python3-cryptography_package() {
depends="python3-cffi python3-asn1crypto python3-six python3-idna" depends="python3-cffi python3-six python3-idna"
pycompile_module="cryptography"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {
vmove usr/lib/python3* vmove usr/lib/python3*