summaryrefslogtreecommitdiff
path: root/python-pyopenssl/Pkgfile
blob: e3c07198cff31f789d12a7edfe003e40a1a15fe3 (plain)
    1 # Description: Python interface to the OpenSSL library.
    2 # URL: http://pypi.python.org/pypi/pyOpenSSL
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: python-cryptography
    5 
    6 name=python-pyopenssl
    7 version=19.1.0
    8 release=1
    9 source=(https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-$version.tar.gz)
   10 
   11 build() {
   12 	cd pyOpenSSL-$version
   13 	/usr/bin/python setup.py build
   14 	/usr/bin/python setup.py install --root=$PKG --optimize=1
   15 }

Generated by cgit