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

Felix Yan felixonmars at archlinux.org
Sun Nov 3 20:15:12 UTC 2019


    Date: Sunday, November 3, 2019 @ 20:15:11
  Author: felixonmars
Revision: 522628

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 20:14:57 UTC (rev 522627)
+++ PKGBUILD	2019-11-03 20:15:11 UTC (rev 522628)
@@ -1,44 +0,0 @@
-# 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 :

Copied: python-pysaml2/repos/community-staging-any/PKGBUILD (from rev 522627, python-pysaml2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 20:15:11 UTC (rev 522628)
@@ -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=3
+
+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