user/py3-python3-saml: new aport
This commit is contained in:
parent
8b019782cd
commit
7ed6778289
1 changed files with 30 additions and 0 deletions
30
user/py3-python3-saml/APKBUILD
Normal file
30
user/py3-python3-saml/APKBUILD
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# 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
|
||||||
|
"
|
Loading…
Reference in a new issue