[arch-commits] Commit in python-designateclient/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 17:42:33 UTC 2020
Date: Thursday, November 12, 2020 @ 17:42:32
Author: foutrelis
Revision: 752772
archrelease: copy trunk to community-staging-any
Added:
python-designateclient/repos/community-staging-any/
python-designateclient/repos/community-staging-any/PKGBUILD
(from rev 752771, python-designateclient/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: python-designateclient/repos/community-staging-any/PKGBUILD (from rev 752771, python-designateclient/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 17:42:32 UTC (rev 752772)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-designateclient
+pkgver=4.1.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=('465fc07965edf8ac0e27ea52fd835760fb3a6c451db1b4690c6636a2829d0d74c7d22513c3f57e1ecb913919fa216c8b57acb83cf24a97730837102164d3027a')
+
+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