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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 21:36:27 UTC 2021


    Date: Thursday, December 2, 2021 @ 21:36:26
  Author: felixonmars
Revision: 1062592

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 21:36:23 UTC (rev 1062591)
+++ PKGBUILD	2021-12-02 21:36:26 UTC (rev 1062592)
@@ -1,47 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
-
-pkgname=python-pysaml2
-pkgver=6.5.1
-pkgrel=2
-
-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 :

Copied: python-pysaml2/repos/community-staging-any/PKGBUILD (from rev 1062591, python-pysaml2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 21:36:26 UTC (rev 1062592)
@@ -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=3
+
+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