[arch-commits] Commit in python-pysaml2/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sat Oct 26 06:12:30 UTC 2019
Date: Saturday, October 26, 2019 @ 06:12:29
Author: felixonmars
Revision: 520217
archrelease: copy trunk to community-staging-any
Added:
python-pysaml2/repos/community-staging-any/
python-pysaml2/repos/community-staging-any/PKGBUILD
(from rev 520216, python-pysaml2/trunk/PKGBUILD)
----------+
PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
Copied: python-pysaml2/repos/community-staging-any/PKGBUILD (from rev 520216, python-pysaml2/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-10-26 06:12:29 UTC (rev 520217)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=python-pysaml2
+pkgver=4.8.0
+pkgrel=2
+
+pkgdesc='Python implementation of SAML Version 2'
+url='https://pypi.python.org/pypi/pysaml2'
+arch=('any')
+license=('Apache')
+
+depends=('python'
+ 'python-future'
+ 'python-requests'
+ 'python-zope-interface'
+ 'python-pycryptodomex'
+ 'python-pytz'
+ 'python-pyopenssl'
+ 'python-dateutil'
+ 'python-six'
+ 'python-defusedxml')
+makedepends=('python-setuptools')
+
+source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz")
+
+md5sums=('1c8506f7e2669cdf2fac894320a9e880')
+
+build() {
+ cd "$srcdir"/pysaml2-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir"/pysaml2-$pkgver
+ python setup.py test
+}
+
+package() {
+ cd pysaml2-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :
More information about the arch-commits
mailing list