pyopenssl: remove long_desc.

This commit is contained in:
Juan RP 2014-02-17 17:24:00 +01:00
parent a897164aba
commit bb5e01f3ae
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'pyopenssl'
pkgname=pyopenssl
version=0.11
revision=3
revision=4
wrksrc="pyOpenSSL-${version}"
build_style=python-module
hostmakedepends="python-devel"
@ -13,7 +13,3 @@ 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."