Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-designateclient
Commits: ea80ad07 by loqs at 2026-01-31T02:19:04+00:00 SPDX license identifier https://github.com/openstack/python-designateclient/blob/6.3.0/LICENSE - - - - - 6964dff0 by loqs at 2026-01-31T02:21:45+00:00 Use PEP 517 for building Related https://archlinux.org/todo/use-pep-517-for-building-if-supported/. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -4,13 +4,17 @@ pkgbase = python-designateclient pkgrel = 2 url = https://docs.openstack.org/python-designateclient/latest/ arch = any - license = Apache + license = Apache-2.0 checkdepends = python-oslo-config checkdepends = python-oslotest checkdepends = python-subunit checkdepends = python-requests-mock checkdepends = python-stestr makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel depends = python-cliff depends = python-jsonschema depends = python-osc-lib ===================================== PKGBUILD ===================================== @@ -7,11 +7,11 @@ pkgrel=2 pkgdesc="OpenStack DNS-as-a-Service - Client" arch=('any') url="https://docs.openstack.org/python-designateclient/latest/" -license=('Apache') +license=('Apache-2.0') depends=('python-cliff' 'python-jsonschema' 'python-osc-lib' 'python-oslo-serialization' 'python-oslo-utils' 'python-pbr' 'python-keystoneauth1' 'python-requests' 'python-stevedore' 'python-debtcollector') -makedepends=('git') +makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-oslo-config' 'python-oslotest' 'python-subunit' 'python-requests-mock' 'python-stestr') source=("git+https://github.com/openstack/python-designateclient.git#tag=$pkgver") @@ -19,7 +19,7 @@ sha512sums=('4bcfec047952d01820249299c05ff0eb225fdd7163ab84213ec9a10eb38803cdcb3 build() { cd python-designateclient - python setup.py build + python -m build --wheel --no-isolation } check() { @@ -29,5 +29,5 @@ check() { package() { cd python-designateclient - python setup.py install --root="$pkgdir" --optimize=1 + python -m installer --destdir="$pkgdir" dist/*.whl } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-designateclient/-/compare/5dad65ed883ef80f716bbc255337bafa7ddc2c24...6964dff08e77d9f5f940fe43beced2464ec41c4d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-designateclient/-/compare/5dad65ed883ef80f716bbc255337bafa7ddc2c24...6964dff08e77d9f5f940fe43beced2464ec41c4d You're receiving this email because of your account on gitlab.archlinux.org.
