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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 14:40:05 UTC 2020


    Date: Thursday, November 12, 2020 @ 14:40:04
  Author: foutrelis
Revision: 751991

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 14:40:00 UTC (rev 751990)
+++ PKGBUILD	2020-11-12 14:40:04 UTC (rev 751991)
@@ -1,44 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
-
-pkgname=python-pysaml2
-pkgver=6.2.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=('a249944d0b3c601515477cfa05455f65')
-
-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 751990, python-pysaml2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 14:40:04 UTC (rev 751991)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=python-pysaml2
+pkgver=6.2.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=('a249944d0b3c601515477cfa05455f65')
+
+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