30 lines
954 B
Text
30 lines
954 B
Text
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
|
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
|
pkgname=py3-python3-saml
|
|
_pkgreal=python3-saml
|
|
pkgver=1.16.0
|
|
pkgrel=0
|
|
pkgdesc="Saml Python Toolkit. Add SAML support to your Python software using this library"
|
|
url="http://packages.python.org/pypi/python3-saml"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="py3-xmlsec py3-isodate py3-lxml"
|
|
makedepends="py3-setuptools py3-gpep517 py3-wheel poetry"
|
|
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/p/python3-saml/python3-saml-$pkgver.tar.gz"
|
|
builddir="$srcdir/$_pkgreal-$pkgver"
|
|
subpackages="$pkgname-pyc"
|
|
|
|
build() {
|
|
gpep517 build-wheel \
|
|
--wheel-dir .dist \
|
|
--output-fd 3 3>&1 >&2
|
|
}
|
|
|
|
package() {
|
|
python3 -m installer -d "$pkgdir" \
|
|
.dist/*.whl
|
|
}
|
|
|
|
sha512sums="
|
|
715c96f701be3de9002a37198d01715519f11173d37d2870b8d6f20e007440368f76340abfa17ad8556560296a8dfaa999f1774ccb5dd3d9b04b125afc06ac31 py3-python3-saml-1.16.0.tar.gz
|
|
"
|