Date: Thursday, January 21, 2021 @ 21:35:55 Author: felixonmars Revision: 824145
archrelease: copy trunk to community-any Added: python-neutronclient/repos/community-any/PKGBUILD (from rev 824144, python-neutronclient/trunk/PKGBUILD) Deleted: python-neutronclient/repos/community-any/PKGBUILD ----------+ PKGBUILD | 70 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-01-21 21:35:40 UTC (rev 824144) +++ PKGBUILD 2021-01-21 21:35:55 UTC (rev 824145) @@ -1,35 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> - -pkgname=python-neutronclient -pkgver=7.2.1 -pkgrel=3 -pkgdesc="OpenStack Networking (Neutron) Client" -arch=('any') -url="https://docs.openstack.org/python-neutronclient/latest/" -license=('Apache') -depends=('python-pbr' 'python-cliff' 'python-debtcollector' 'python-iso8601' 'python-netaddr' - 'python-osc-lib' 'python-oslo-i18n' 'python-oslo-log' 'python-oslo-serialization' - 'python-oslo-utils' 'python-os-client-config' 'python-keystoneauth1' - 'python-keystoneclient' 'python-requests' 'python-simplejson') -checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock') -source=("https://github.com/openstack/python-neutronclient/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('999d7867ed30c7584028d58d1ba95ff6e5426504f59575a86accc3616fd8b5edc62fac932dee5e913a7f738ae86a4fa99ae74c3e94c5759b7c727ea1946666d8') - -export PBR_VERSION=$pkgver - -build() { - cd python-neutronclient-$pkgver - python setup.py build -} - -check() { - cd python-neutronclient-$pkgver - # https://salsa.debian.org/openstack-team/clients/python-neutronclient/-/blob/debian/ussuri/debian/rules - stestr run 'neutronclient\.tests\.unit\.(?!(.*osc\.v2\.fwaas\.test_firewallrule\.TestShowFirewallRule\.test_show_filtered_by_id_or_name.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestListFirewallRule\.test_list_with_long_option.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestCreateFirewallRule\.test_create_with_no_options.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestCreateFirewallRule\.test_create_with_all_params_protocol_any.*))' -} - -package() { - cd python-neutronclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-neutronclient/repos/community-any/PKGBUILD (from rev 824144, python-neutronclient/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-01-21 21:35:55 UTC (rev 824145) @@ -0,0 +1,35 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> + +pkgname=python-neutronclient +pkgver=7.3.0 +pkgrel=1 +pkgdesc="OpenStack Networking (Neutron) Client" +arch=('any') +url="https://docs.openstack.org/python-neutronclient/latest/" +license=('Apache') +depends=('python-pbr' 'python-cliff' 'python-debtcollector' 'python-iso8601' 'python-netaddr' + 'python-osc-lib' 'python-oslo-i18n' 'python-oslo-log' 'python-oslo-serialization' + 'python-oslo-utils' 'python-os-client-config' 'python-keystoneauth1' + 'python-keystoneclient' 'python-requests' 'python-simplejson') +checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock') +source=("https://github.com/openstack/python-neutronclient/archive/$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('eee478871451b3fb1cdb5c9f904d7675af3853ddf664b904c842cc2dbefe78637c5adfdf727c670b2d1cfa13061dca90301edd6b896f57d12f6108ace752e09b') + +export PBR_VERSION=$pkgver + +build() { + cd python-neutronclient-$pkgver + python setup.py build +} + +check() { + cd python-neutronclient-$pkgver + # https://salsa.debian.org/openstack-team/clients/python-neutronclient/-/blob/debian/ussuri/debian/rules + stestr run 'neutronclient\.tests\.unit\.(?!(.*osc\.v2\.fwaas\.test_firewallrule\.TestShowFirewallRule\.test_show_filtered_by_id_or_name.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestListFirewallRule\.test_list_with_long_option.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestCreateFirewallRule\.test_create_with_no_options.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestCreateFirewallRule\.test_create_with_all_params_protocol_any.*))' +} + +package() { + cd python-neutronclient-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}