Date: Sunday, February 27, 2022 @ 09:12:26 Author: felixonmars Revision: 1136744
archrelease: copy trunk to community-any Added: python-designateclient/repos/community-any/PKGBUILD (from rev 1136743, python-designateclient/trunk/PKGBUILD) Deleted: python-designateclient/repos/community-any/PKGBUILD ----------+ PKGBUILD | 66 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-02-27 09:12:17 UTC (rev 1136743) +++ PKGBUILD 2022-02-27 09:12:26 UTC (rev 1136744) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> - -pkgname=python-designateclient -pkgver=4.4.0 -pkgrel=1 -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=('452d8559ddbf77017e8a5c13f7c93f80a864bdfdf96c3de9b2d8f30761a1f7dfd0ae5a0778dc0eff1d86f45247c8cd0ac6b8224e6fe98efd9e3c3fdc619b1a1d') - -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 -} Copied: python-designateclient/repos/community-any/PKGBUILD (from rev 1136743, python-designateclient/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-02-27 09:12:26 UTC (rev 1136744) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> + +pkgname=python-designateclient +pkgver=4.5.0 +pkgrel=1 +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=('fc3835739ad81772c23db93faca29c2418d5b5dc8bd4c12643a541f8a931651a28c3628e2608d4be0fbbe0ec1073564d9a1033eb06605ac9a4a4aa656a81b06f') + +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 +}