1
0
forked from ports/contrib

16 lines
434 B
Plaintext
Raw Normal View History

# Description: Python interface to the OpenSSL library.
# URL: http://pypi.python.org/pypi/pyOpenSSL
# Maintainer: Danny Rawlins, crux at romster dot me
2017-11-12 15:52:11 +11:00
# Depends on: python-cryptography
2006-11-14 09:13:35 +10:00
name=pyopenssl
2017-11-12 15:52:11 +11:00
version=17.3.0
2008-07-11 22:28:27 +10:00
release=1
2016-10-16 13:23:23 +11:00
source=(https://pypi.io/packages/source/p/pyOpenSSL/pyOpenSSL-$version.tar.gz)
2006-11-14 09:13:35 +10:00
2010-12-21 11:56:14 +02:00
build() {
cd pyOpenSSL-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG --optimize=1
2006-11-14 09:13:35 +10:00
}