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

Johannes Löthberg demize at archlinux.org
Sat Oct 14 09:12:22 UTC 2017


    Date: Saturday, October 14, 2017 @ 09:12:21
  Author: demize
Revision: 262729

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  142 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 76 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-14 09:12:03 UTC (rev 262728)
+++ PKGBUILD	2017-10-14 09:12:21 UTC (rev 262729)
@@ -1,66 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
-
-pkgbase=python-pysaml2
-pkgname=(python-pysaml2 python2-pysaml2)
-pkgver=4.5.0
-pkgrel=1
-
-pkgdesc='Python implementation of SAML Version 2'
-url='https://pypi.python.org/pypi/pysaml2'
-arch=('any')
-license=('Apache')
-
-makedepends=('python-setuptools'
-             'python2-setuptools')
-
-source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz")
-
-md5sums=('5a529ae54d10f5cd71bc8d0bce7d788f')
-
-prepare() {
-	cp -a pysaml2-$pkgver{,-python2}
-}
-
-build() {
-	cd "$srcdir"/pysaml2-$pkgver
-	python setup.py build
-
-	cd "$srcdir"/pysaml2-$pkgver-python2
-	python2 setup.py build
-}
-
-package_python-pysaml2() {
-	depends=('python'
-	         'python-future'
-	         'python-requests'
-	         'python-zope-interface'
-	         'python-pycryptodomex'
-	         'python-pytz'
-	         'python-pyopenssl'
-	         'python-dateutil'
-	         'python-six')
-
-	cd pysaml2-$pkgver
-	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-pysaml2() {
-	depends=('python2'
-	         'python2-future'
-	         'python2-requests'
-	         'python2-zope-interface'
-	         'python2-pycryptodomex'
-	         'python2-pytz'
-	         'python2-pyopenssl'
-	         'python2-dateutil'
-	         'python2-six')
-
-	cd pysaml2-$pkgver-python2
-	python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-	# rename all executables
-	find "$pkgdir"/usr/bin -type f -exec mv {} {}2 \;
-}
-
-# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Copied: python-pysaml2/repos/community-any/PKGBUILD (from rev 262728, python-pysaml2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-14 09:12:21 UTC (rev 262729)
@@ -0,0 +1,76 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgbase=python-pysaml2
+pkgname=(python-pysaml2 python2-pysaml2)
+pkgver=4.5.0
+pkgrel=2
+
+pkgdesc='Python implementation of SAML Version 2'
+url='https://pypi.python.org/pypi/pysaml2'
+arch=('any')
+license=('Apache')
+
+makedepends=('python-setuptools'
+             'python2-setuptools')
+
+source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz")
+
+md5sums=('5a529ae54d10f5cd71bc8d0bce7d788f')
+
+prepare() {
+	cp -a pysaml2-$pkgver{,-python2}
+}
+
+build() {
+	cd "$srcdir"/pysaml2-$pkgver
+	python setup.py build
+
+	cd "$srcdir"/pysaml2-$pkgver-python2
+	python2 setup.py build
+}
+
+check() {
+	cd "$srcdir"/pysaml2-$pkgver
+	python setup.py test
+
+	cd "$srcdir"/pysaml2-$pkgver-python2
+	python setup.py test
+}
+
+package_python-pysaml2() {
+	depends=('python'
+	         'python-future'
+	         'python-requests'
+	         'python-zope-interface'
+	         'python-pycryptodomex'
+	         'python-pytz'
+	         'python-pyopenssl'
+	         'python-dateutil'
+	         'python-six'
+	         'python-defusedxml')
+
+	cd pysaml2-$pkgver
+	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-pysaml2() {
+	depends=('python2'
+	         'python2-future'
+	         'python2-requests'
+	         'python2-zope-interface'
+	         'python2-pycryptodomex'
+	         'python2-pytz'
+	         'python2-pyopenssl'
+	         'python2-dateutil'
+	         'python2-six'
+	         'python2-defusedxml')
+
+	cd pysaml2-$pkgver-python2
+	python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+	# rename all executables
+	find "$pkgdir"/usr/bin -type f -exec mv {} {}2 \;
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :



More information about the arch-commits mailing list