mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 06:07:14 +08:00
python-pyopenssl: update to 0.15.1
This commit is contained in:
parent
63392e71d7
commit
935ec8b62b
@ -4,14 +4,14 @@
|
||||
|
||||
pkgbase=pyopenssl
|
||||
pkgname=('python3-pyopenssl' 'python2-pyopenssl')
|
||||
pkgver=0.14
|
||||
pkgrel=2
|
||||
arch=('any')
|
||||
pkgver=0.15.1
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url="http://pypi.python.org/pypi/pyOpenSSL"
|
||||
license=('LGPL2.1')
|
||||
makedepends=('python3-setuptools' 'python2-setuptools' 'openssl' 'python3-six' 'python2-six' 'python3-cryptography' 'python2-cryptography')
|
||||
source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
|
||||
md5sums=('8579ff3a1d858858acfba5f046a4ddf7')
|
||||
md5sums=('f447644afcbd5f0a1f47350fec63a4c6')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
@ -29,9 +29,9 @@ build() {
|
||||
package_python3-pyopenssl(){
|
||||
pkgdesc="Python3 wrapper module around the OpenSSL library"
|
||||
depends=('python3>=3.4' 'openssl' 'python3-six' 'python3-cryptography')
|
||||
replaces=('pyopenssl')
|
||||
provides=('pyopenssl')
|
||||
conflicts=('pyopenssl')
|
||||
replaces=('pyopenssl' 'python3-openssl')
|
||||
provides=('pyopenssl' 'python3-openssl')
|
||||
conflicts=('pyopenssl' 'python3-openssl')
|
||||
|
||||
cd "${srcdir}/pyOpenSSL-${pkgver}"
|
||||
python3 setup.py install --root "${pkgdir}" --optimize=1
|
||||
|
Loading…
Reference in New Issue
Block a user