[arch-commits] Commit in python-pysaml2/repos (3 files)
Johannes Löthberg
demize at archlinux.org
Sat Feb 1 18:10:43 UTC 2020
Date: Saturday, February 1, 2020 @ 18:10:43
Author: demize
Revision: 561074
db-move: moved python-pysaml2 from [community-testing] to [community] (any)
Added:
python-pysaml2/repos/community-any/PKGBUILD
(from rev 561073, python-pysaml2/repos/community-testing-any/PKGBUILD)
Deleted:
python-pysaml2/repos/community-any/PKGBUILD
python-pysaml2/repos/community-testing-any/
------------------------+
/PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
community-any/PKGBUILD | 44 --------------------------------------------
2 files changed, 44 insertions(+), 44 deletions(-)
Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD 2020-02-01 17:53:39 UTC (rev 561073)
+++ community-any/PKGBUILD 2020-02-01 18:10:43 UTC (rev 561074)
@@ -1,44 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
-
-pkgname=python-pysaml2
-pkgver=4.9.0
-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')
-makedepends=('python-setuptools')
-
-source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz")
-
-md5sums=('7c9e7354ff0b753d45486635acb14ebc')
-
-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 561073, python-pysaml2/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2020-02-01 18:10:43 UTC (rev 561074)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=python-pysaml2
+pkgver=5.0.0
+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')
+makedepends=('python-setuptools')
+
+source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz")
+
+md5sums=('0a5e929695eeddad377163d677acec6e')
+
+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