24 lines
785 B
Text
24 lines
785 B
Text
# Template file for 'pyopenssl'
|
|
pkgname=pyopenssl
|
|
version=0.11
|
|
revision=3
|
|
wrksrc="pyOpenSSL-${version}"
|
|
build_style=python-module
|
|
makedepends="openssl-devel python-devel"
|
|
short_desc="Python interface to the OpenSSL library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="https://launchpad.net/pyopenssl"
|
|
license="Apache-2.0"
|
|
distfiles="http://launchpad.net/pyopenssl/main/0.11/+download/pyOpenSSL-${version}.tar.gz"
|
|
checksum=42ae2dc29a5ebf5088521cb8df2b1bdf039d28e14845fd9df4ab59658b565cfd
|
|
long_desc="
|
|
Includes: SSL Context objects, SSL Connection objects, using Python sockets
|
|
as transport layer. The Connection object wraps all the socket methods and
|
|
can therefore be used interchangeably."
|
|
|
|
pyopenssl_package() {
|
|
pycompile_module="OpenSSL"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|