mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
739 B
Plaintext
17 lines
739 B
Plaintext
PKG_NAME="pyOpenSSL"
|
|
PKG_VERSION="0.11"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="LGPL"
|
|
PKG_SITE="https://launchpad.net/pyopenssl"
|
|
PKG_URL="http://launchpad.net/pyopenssl/main/$PKG_VERSION/+download/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS="Python distutilscross openssl"
|
|
PKG_BUILD_DEPENDS="toolchain Python distutilscross openssl"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="python/security"
|
|
PKG_SHORTDESC="pyOpenSSL: Python interface to the OpenSSL library"
|
|
PKG_LONGDESC="Python interface to the OpenSSL library. 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."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="yes"
|