[arch-commits] Commit in python-designateclient/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:34:25 UTC 2021


    Date: Friday, December 3, 2021 @ 00:34:25
  Author: felixonmars
Revision: 1063866

archrelease: copy trunk to community-staging-any

Added:
  python-designateclient/repos/community-staging-any/
  python-designateclient/repos/community-staging-any/PKGBUILD
    (from rev 1063865, python-designateclient/trunk/PKGBUILD)

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

Copied: python-designateclient/repos/community-staging-any/PKGBUILD (from rev 1063865, python-designateclient/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-03 00:34:25 UTC (rev 1063866)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-designateclient
+pkgver=4.3.0
+pkgrel=2
+pkgdesc="OpenStack DNS-as-a-Service - Client"
+arch=('any')
+url="https://docs.openstack.org/python-designateclient/latest/"
+license=('Apache')
+depends=('python-cliff' 'python-jsonschema' 'python-osc-lib' 'python-oslo-serialization'
+         'python-oslo-utils' 'python-pbr' 'python-keystoneauth1' 'python-requests' 'python-six'
+         'python-stevedore' 'python-debtcollector')
+checkdepends=('python-oslotest' 'python-requests-mock')
+source=("https://github.com/openstack/python-designateclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('d150d1ffe54854f9a4ceaa5d2fd950e10b15fe4995e017a911e38b94f01534e3f536d85331b5a26aa3952936d2caca67d8621f0e558c0a390db824b8acc8aa20')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd python-designateclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-designateclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-designateclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list