* update python-josepy to 1.14.0-4
This commit is contained in:
parent
eeee281839
commit
b5f2fa0b55
@ -1,10 +1,10 @@
|
||||
pkgbase = python-josepy
|
||||
pkgdesc = JOSE protocol implementation in Python
|
||||
pkgver = 1.14.0
|
||||
pkgrel = 2
|
||||
pkgrel = 4
|
||||
url = https://github.com/certbot/josepy
|
||||
arch = any
|
||||
license = Apache
|
||||
license = Apache-2.0
|
||||
checkdepends = python-pytest
|
||||
makedepends = git
|
||||
makedepends = python-build
|
||||
|
@ -4,11 +4,11 @@
|
||||
|
||||
pkgname=python-josepy
|
||||
pkgver=1.14.0
|
||||
pkgrel=2
|
||||
pkgrel=4
|
||||
pkgdesc='JOSE protocol implementation in Python'
|
||||
arch=('any')
|
||||
arch=(any)
|
||||
url='https://github.com/certbot/josepy'
|
||||
license=('Apache')
|
||||
license=('Apache-2.0')
|
||||
depends=(
|
||||
'python'
|
||||
'python-cryptography'
|
||||
@ -54,7 +54,8 @@ check() {
|
||||
# install to temporary location
|
||||
python -m installer --destdir=test_dir dist/*.whl
|
||||
local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
|
||||
PYTHONPATH="test_dir/$site_packages:$PYTHONPATH" pytest -v
|
||||
PYTHONPATH="test_dir/$site_packages:$PYTHONPATH" pytest -v \
|
||||
-W ignore::DeprecationWarning
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user