[arch-commits] Commit in python-pysaml2/repos/community-any (PKGBUILD PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Thu Oct 12 17:40:33 UTC 2017
Date: Thursday, October 12, 2017 @ 17:40:32
Author: demize
Revision: 262472
archrelease: copy trunk to community-any
Added:
python-pysaml2/repos/community-any/PKGBUILD
(from rev 262471, python-pysaml2/trunk/PKGBUILD)
Deleted:
python-pysaml2/repos/community-any/PKGBUILD
----------+
PKGBUILD | 132 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 66 insertions(+), 66 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-12 17:40:22 UTC (rev 262471)
+++ PKGBUILD 2017-10-12 17:40:32 UTC (rev 262472)
@@ -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.4.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=('401a34fd919f0f95efaa1e34a59bcbf9')
-
-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 262471, python-pysaml2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-10-12 17:40:32 UTC (rev 262472)
@@ -0,0 +1,66 @@
+# 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 :
More information about the arch-commits
mailing list