[arch-commits] Commit in python-ovirt-engine-sdk/repos/community-x86_64 (2 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu May 3 22:21:19 UTC 2018


    Date: Thursday, May 3, 2018 @ 22:21:18
  Author: svenstaro
Revision: 318908

archrelease: copy trunk to community-x86_64

Added:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD
    (from rev 318907, python-ovirt-engine-sdk/trunk/PKGBUILD)
Deleted:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-03 22:21:13 UTC (rev 318907)
+++ PKGBUILD	2018-05-03 22:21:18 UTC (rev 318908)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Konstantin Shalygin <k0ste at k0ste.ru>
-
-pkgbase='python-ovirt-engine-sdk'
-pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver=4.2.5
-pkgrel=1
-pkgdesc='Python access to the oVirt Engine API'
-arch=('x86_64')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
-license=('custom')
-source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz")
-sha512sums=('51a2a09735dbb12cd91e6447ecdaf7c632e1b76fc3a0719aea0da615bf52e4b2e5908bcbc2a3ac17ee0c9d16f871b999e131bb83bd1a87a0afb567ed46a3d7da')
-
-package_python-ovirt-engine-sdk() {
-  depends=('python-pycurl' 'python-six')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-ovirt-engine-sdk() {
-  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python2 setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD (from rev 318907, python-ovirt-engine-sdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-03 22:21:18 UTC (rev 318908)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Konstantin Shalygin <k0ste at k0ste.ru>
+
+pkgbase='python-ovirt-engine-sdk'
+pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgver=4.2.6
+pkgrel=1
+pkgdesc='Python access to the oVirt Engine API'
+arch=('x86_64')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
+license=('custom')
+source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz")
+sha512sums=('17ddfcda95f50a067b7193e345f8e8173334fab3c4506d134ccae66d14557d4b3861039cf0b6aa9fdcd889472b1b153ed39728128970d2f2e95956507fdb7563')
+
+package_python-ovirt-engine-sdk() {
+  depends=('python-pycurl' 'python-six')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-ovirt-engine-sdk() {
+  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list