mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python-cryptography: update to 0.8.1
This commit is contained in:
parent
4e65974bf2
commit
041b9aa4fe
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-cryptography'
|
# Template file for 'python-cryptography'
|
||||||
pkgname=python-cryptography
|
pkgname=python-cryptography
|
||||||
version=0.8
|
version=0.8.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="cryptography-${version}"
|
wrksrc="cryptography-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pyca/cryptography"
|
homepage="https://github.com/pyca/cryptography"
|
||||||
license="BSD, Apache-2.0"
|
license="BSD, Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
|
||||||
checksum=e54601e4dec2b8acb90f5ed3b93d23d280964adbefe1723ac82acc453a694480
|
checksum=f4e041bc83c1be94d87116a7aa201c378b7c6581be4d83994b2da0a84499f73b
|
||||||
|
|
||||||
python3.4-cryptography_package() {
|
python3.4-cryptography_package() {
|
||||||
depends="python3.4-setuptools python3.4-cffi python3.4-pyasn1 python3.4-six"
|
depends="python3.4-setuptools python3.4-cffi python3.4-pyasn1 python3.4-six"
|
||||||
|
|
Loading…
Add table
Reference in a new issue