[arch-commits] Commit in python-ovirt-engine-sdk (3 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Apr 23 02:18:37 UTC 2017


    Date: Sunday, April 23, 2017 @ 02:18:37
  Author: svenstaro
Revision: 224447

archrelease: copy trunk to community-any

Added:
  python-ovirt-engine-sdk/repos/
  python-ovirt-engine-sdk/repos/community-any/
  python-ovirt-engine-sdk/repos/community-any/PKGBUILD
    (from rev 224446, python-ovirt-engine-sdk/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: python-ovirt-engine-sdk/repos/community-any/PKGBUILD (from rev 224446, python-ovirt-engine-sdk/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2017-04-23 02:18:37 UTC (rev 224447)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Konstantin Shalygin <k0ste at k0ste.ru>
+
+pkgbase='ovirt-engine-sdk'
+pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgver='4.1.3'
+pkgrel='1'
+pkgdesc='Python access to the oVirt Engine API'
+arch=('any')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
+license=('ASL 2.0')
+source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-${pkgbase}4/${pkgbase}-python-${pkgver}.tar.gz")
+sha512sums=('9ec4125045a69090425d944b3f76a3c282eb181d372d2f03b41a68349901bb9c6f92b722a431ada0f2abd7666a86a4c3e524dfd969a001a7d441013b32c2818f')
+
+package_python-ovirt-engine-sdk() {
+  depends=('python-pycurl' 'python-six')
+
+  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+}
+
+package_python2-ovirt-engine-sdk() {
+  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
+
+  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+}



More information about the arch-commits mailing list