[arch-commits] Commit in python-pysaml2/repos/community-any (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Fri Jan 22 23:40:31 UTC 2021


    Date: Friday, January 22, 2021 @ 23:40:31
  Author: demize
Revision: 825369

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-22 23:40:28 UTC (rev 825368)
+++ PKGBUILD	2021-01-22 23:40:31 UTC (rev 825369)
@@ -1,45 +0,0 @@
-# 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 :

Copied: python-pysaml2/repos/community-any/PKGBUILD (from rev 825368, python-pysaml2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-22 23:40:31 UTC (rev 825369)
@@ -0,0 +1,47 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=python-pysaml2
+pkgver=6.5.1
+pkgrel=1
+
+pkgdesc='Python implementation of SAML Version 2'
+url='https://pypi.python.org/pypi/pysaml2'
+arch=('any')
+license=('Apache')
+
+depends=('python'
+         'python-dateutil'
+         'python-defusedxml'
+         'python-future'
+         'python-importlib_resources'
+         'python-pycryptodomex'
+         'python-pyopenssl'
+         'python-pytz'
+         'python-requests'
+         'python-six'
+         'python-zope-interface'
+         'python-xmlschema'
+         'xmlsec')
+makedepends=('python-setuptools')
+
+source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz")
+
+md5sums=('50865443d5d8d922ea11cdfc262a5a19')
+
+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