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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Jul 9 00:55:03 UTC 2022


    Date: Saturday, July 9, 2022 @ 00:55:03
  Author: svenstaro
Revision: 1249067

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   45 +++++++++++++++++++++++++--------------------
 1 file changed, 25 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-09 00:54:56 UTC (rev 1249066)
+++ PKGBUILD	2022-07-09 00:55:03 UTC (rev 1249067)
@@ -1,20 +0,0 @@
-# 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
-}

Copied: python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD (from rev 1249066, python-ovirt-engine-sdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-09 00:55:03 UTC (rev 1249067)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Konstantin Shalygin <k0ste at k0ste.ru>
+
+pkgname=python-ovirt-engine-sdk
+pkgver=4.5.1
+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=("$pkgname-$pkgver.tar.gz::https://github.com/oVirt/python-ovirt-engine-sdk4/archive/refs/tags/$pkgver.tar.gz")
+sha512sums=('a1e9636cb1c2791125308a21afa16d434c12d8274312274bfe829a97f967177318ae381c3fe06cc0861db497af8c0572c7c45ad446b2e46e7bbe60f30cd49f89')
+
+package() {
+  cd python-ovirt-engine-sdk4-$pkgver
+
+  # We just run this command for the templating that it does, we don't do rpms in Arch
+  .automation/build-srpm.sh || true
+
+  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