mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-openssl: update to 16.0.0
This commit is contained in:
parent
24444318c9
commit
bfbdcc2fa5
1 changed files with 4 additions and 4 deletions
|
@ -1,24 +1,24 @@
|
||||||
# Template file for 'python-openssl'
|
# Template file for 'python-openssl'
|
||||||
pkgname=python-openssl
|
pkgname=python-openssl
|
||||||
version=0.15.1
|
version=16.0.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pyOpenSSL-${version}"
|
wrksrc="pyOpenSSL-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python-cryptography python-six"
|
depends="python-cryptography>=1.3 python-six"
|
||||||
pycompile_module="OpenSSL"
|
pycompile_module="OpenSSL"
|
||||||
short_desc="Python2 interface to the OpenSSL library"
|
short_desc="Python2 interface to the OpenSSL library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/pyca/pyopenssl"
|
homepage="https://github.com/pyca/pyopenssl"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz"
|
||||||
checksum=f0a26070d6db0881de8bcc7846934b7c3c930d8f9c79d45883ee48984bc0d672
|
checksum=363d10ee43d062285facf4e465f4f5163f9f702f9134f0a5896f134cbb92d17d
|
||||||
|
|
||||||
python3.4-openssl_package() {
|
python3.4-openssl_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4-cryptography python3.4-six"
|
depends="python3.4-cryptography>=1.3 python3.4-six"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="OpenSSL"
|
pycompile_module="OpenSSL"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue