[arch-commits] Commit in python-pysaml2/repos (2 files)

Johannes Löthberg demize at archlinux.org
Wed Dec 9 19:05:57 UTC 2020


    Date: Wednesday, December 9, 2020 @ 19:05:56
  Author: demize
Revision: 772916

archrelease: copy trunk to community-testing-any

Added:
  python-pysaml2/repos/community-testing-any/
  python-pysaml2/repos/community-testing-any/PKGBUILD
    (from rev 772915, python-pysaml2/trunk/PKGBUILD)

----------+
 PKGBUILD |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

Copied: python-pysaml2/repos/community-testing-any/PKGBUILD (from rev 772915, python-pysaml2/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2020-12-09 19:05:56 UTC (rev 772916)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=python-pysaml2
+pkgver=6.4.1
+pkgrel=1
+
+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'
+         'xmlsec')
+makedepends=('python-setuptools')
+
+source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz")
+
+md5sums=('9a17a52d1df96cb9e41f35f68e7bc0bb')
+
+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