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

Evangelos Foutras foutrelis at archlinux.org
Sun Jul 8 12:55:15 UTC 2018


    Date: Sunday, July 8, 2018 @ 12:55:14
  Author: foutrelis
Revision: 354838

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: python-ovirt-engine-sdk/repos/community-staging-x86_64/PKGBUILD (from rev 354837, python-ovirt-engine-sdk/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-07-08 12:55:14 UTC (rev 354838)
@@ -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=2
+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