[arch-commits] Commit in python-proxmoxer/repos/community-any (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Thu Jun 30 00:06:54 UTC 2022


    Date: Thursday, June 30, 2022 @ 00:06:54
  Author: svenstaro
Revision: 1241822

archrelease: copy trunk to community-any

Added:
  python-proxmoxer/repos/community-any/PKGBUILD
    (from rev 1241821, python-proxmoxer/trunk/PKGBUILD)
Deleted:
  python-proxmoxer/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-30 00:06:45 UTC (rev 1241821)
+++ PKGBUILD	2022-06-30 00:06:54 UTC (rev 1241822)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Contributor: Bao Trinh <qubidt at gmail>
-# Contributor: Bastien Traverse <firstname at lastname dot email>
-
-pkgname=python-proxmoxer
-_name=${pkgname#python-}
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Python Wrapper for the Proxmox 2.x API (HTTP and SSH)"
-arch=('any')
-url="https://github.com/proxmoxer/proxmoxer"
-license=('MIT')
-depends=('python')
-optdepends=('python-requests: for https backend'
-			'python-paramiko: for ssh_paramiko backend')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('d1261c1cefd4d4faa6c654922c8db72cfee51e811e5ede4eb38a48cc62dac80e')
-
-build() {
-  cd "${srcdir}/${_name}-${pkgver}"
-  # remove tests because they interfere with other system packages
-  sed -i "s/, 'tests', 'tests.base'//" setup.py
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/${_name}-${pkgver}"
-  python setup.py install --root="${pkgdir}"/ --optimize=1 --skip-build
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-proxmoxer/repos/community-any/PKGBUILD (from rev 1241821, python-proxmoxer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-30 00:06:54 UTC (rev 1241822)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Bao Trinh <qubidt at gmail>
+# Contributor: Bastien Traverse <firstname at lastname dot email>
+
+pkgname=python-proxmoxer
+_name=${pkgname#python-}
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Python Wrapper for the Proxmox 2.x API (HTTP and SSH)"
+arch=('any')
+url="https://github.com/proxmoxer/proxmoxer"
+license=('MIT')
+depends=('python')
+optdepends=('python-requests: for https backend'
+			'python-paramiko: for ssh_paramiko backend')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha256sums=('ef32c549877bf4439da6df3dff08be10d9dfe3bfc8a25d676a786ffe861ee096')
+
+build() {
+  cd "${srcdir}/${_name}-${pkgver}"
+  # remove tests because they interfere with other system packages
+  sed -i "s/, 'tests', 'tests.base'//" setup.py
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_name}-${pkgver}"
+  python setup.py install --root="${pkgdir}"/ --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list