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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Tue Jan 25 11:57:46 UTC 2022


    Date: Tuesday, January 25, 2022 @ 11:57:46
  Author: svenstaro
Revision: 1115491

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   41 ++++++++++++++++++++---------------------
 1 file changed, 20 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-25 11:57:35 UTC (rev 1115490)
+++ PKGBUILD	2022-01-25 11:57:46 UTC (rev 1115491)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Konstantin Shalygin <k0ste at k0ste.ru>
-
-pkgname=python-ovirt-engine-sdk
-pkgver=4.4.14
-pkgrel=2
-pkgdesc='Python access to the oVirt Engine API'
-arch=('x86_64')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-depends=('python-pycurl' 'python-six' 'libxml2')
-makedepends=('python-setuptools')
-license=('custom')
-source=("https://resources.ovirt.org/pub/ovirt-4.4/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz")
-sha512sums=('e9eee566e7fe37eb262b64f8f5eb79fc85803c1b19ea5a5dcaf62c06644eb831f768bffb7fc1d4c3f71236bcef3d0e7b58b49db8b52a689069bdfeb8b6ad92d2')
-
-package() {
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python 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 1115490, python-ovirt-engine-sdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-25 11:57:46 UTC (rev 1115491)
@@ -0,0 +1,20 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Konstantin Shalygin <k0ste at k0ste.ru>
+
+pkgname=python-ovirt-engine-sdk
+pkgver=4.4.15
+pkgrel=1
+pkgdesc='Python access to the oVirt Engine API'
+arch=('x86_64')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+depends=('python-pycurl' 'python-six' 'libxml2')
+makedepends=('python-setuptools')
+license=('custom')
+source=("https://resources.ovirt.org/pub/ovirt-4.4/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz")
+sha512sums=('9261fd8a901f0cb385e9f58009123fc3660099c2f2e666a03a811b1cc196dc730a86893734a97cb56727069c00b4885de19794965c514e478da99ce0d887e56f')
+
+package() {
+  python setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list