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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Dec 15 04:12:46 UTC 2020


    Date: Tuesday, December 15, 2020 @ 04:12:46
  Author: svenstaro
Revision: 775837

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-15 04:12:40 UTC (rev 775836)
+++ PKGBUILD	2020-12-15 04:12:46 UTC (rev 775837)
@@ -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.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'
-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=('a2e30e3fc29b8bf538c22c3939ca6e15bf760f1c38fef5e717e613f7e666dbafd5bee0a942cf829232951f3159e3dc1389fcb4af865cfa966fb3f7e8e1a74e86')
-
-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 775836, python-ovirt-engine-sdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-15 04:12:46 UTC (rev 775837)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Konstantin Shalygin <k0ste at k0ste.ru>
+
+pkgname=python-ovirt-engine-sdk
+pkgver=4.4.7
+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=('6728f49b45783094edc539086761055d7fcf8f1de719170b5b07e3bd7750bd32bc0b70eaa69a3f89344bb18a94c737e0bf901d20938817574e2bf32d6eb427d7')
+
+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
+}



More information about the arch-commits mailing list