contrib/python-pyopenssl/Pkgfile

16 lines
456 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 05:52:11 +01:00
# Depends on: python-cryptography
2006-11-14 00:13:35 +01:00
name=python-pyopenssl
2019-11-30 06:21:15 +01:00
version=19.1.0
2008-07-11 14:28:27 +02:00
release=1
2019-11-30 06:21:15 +01:00
source=(https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-$version.tar.gz)
2006-11-14 00:13:35 +01:00
2010-12-21 10:56:14 +01:00
build() {
cd pyOpenSSL-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG --optimize=1
2006-11-14 00:13:35 +01:00
}