# Template file for 'python-openssl' pkgname=python-openssl version=17.3.0 revision=1 noarch=yes wrksrc="pyOpenSSL-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" depends="python-cryptography python-six" pycompile_module="OpenSSL" short_desc="Python2 interface to the OpenSSL library" maintainer="Juan RP " homepage="https://github.com/pyca/pyopenssl" license="Apache-2.0" distfiles="${PYPI_SITE}/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz" checksum=29630b9064a82e04d8242ea01d7c93d70ec320f5e3ed48e95fcabc6b1d0f6c76 python3-openssl_package() { noarch=yes depends="python3-cryptography python3-six" pycompile_module="OpenSSL" replaces="python3.4-openssl>=0" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } } python3.4-openssl_package() { noarch=yes build_style=meta short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)" depends="python3-openssl>=${version}_${revision}" }