19 lines
693 B
Text
19 lines
693 B
Text
# Template file for 'pyopenssl'
|
|
pkgname=pyopenssl
|
|
version=0.11
|
|
revision=2
|
|
wrksrc="pyOpenSSL-${version}"
|
|
distfiles="http://launchpad.net/pyopenssl/main/0.11/+download/pyOpenSSL-${version}.tar.gz"
|
|
build_style=python-module
|
|
short_desc="Python interface to the OpenSSL library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
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."
|
|
|
|
pycompile_module="OpenSSL"
|
|
|
|
Add_dependency build openssl-devel
|
|
Add_dependency build python-devel
|