[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 28, 2020 @ 20:19:28 Author: felixonmars Revision: 735678 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 735677, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 70 ++--- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-10-28 20:19:02 UTC (rev 735677) +++ PKGBUILD2020-10-28 20:19:28 UTC (rev 735678) @@ -1,35 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgname=python-oslo-utils -pkgver=4.6.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') -makedepends=('python-setuptools') -checkdepends=('python-oslotest' 'python-ddt' 'python-eventlet') -source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('e1243f62e8f2fa36f6899d87f908ce57ed3a31e58bf176b0980eec861fc00cc095440d7dbd1e4d1cbe6d19544913aa4e1d008b0c21b37b0017f5de1181d9b348') - -export PBR_VERSION=$pkgver - -build() { - cd oslo.utils-$pkgver - python setup.py build -} - -check() { - cd oslo.utils-$pkgver - stestr run -} - -package() { - cd oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 735677, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-10-28 20:19:28 UTC (rev 735678) @@ -0,0 +1,35 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgname=python-oslo-utils +pkgver=4.7.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') +makedepends=('python-setuptools') +checkdepends=('python-oslotest' 'python-ddt' 'python-eventlet') +source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('95eec2602b54ea88f6b629443e7a9c5a07c4cecb6f241ef7da05b2f461ce40c86c1caa31953d83ea6e4a98b28bfca608da8a2341ba7c02ea9b68c0d74bc8e23a') + +export PBR_VERSION=$pkgver + +build() { + cd oslo.utils-$pkgver + python setup.py build +} + +check() { + cd oslo.utils-$pkgver + stestr run +} + +package() { + cd oslo.utils-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, February 11, 2020 @ 18:07:42 Author: felixonmars Revision: 567852 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 567851, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 120 ++--- 1 file changed, 60 insertions(+), 60 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-02-11 18:07:28 UTC (rev 567851) +++ PKGBUILD2020-02-11 18:07:42 UTC (rev 567852) @@ -1,60 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.42.1 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' - 'python2-eventlet') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('7e7161e2c65c5b722335d45fd73e6debb7d9ae0f7ff792d2d8600ee356a3a97028daf5da980e8cdfd3fbef47312f1c7c47411fea431711eebadb92c90e723dd9') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run || warning "Tests failed" - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 567851, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-02-11 18:07:42 UTC (rev 567852) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=4.0.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' + 'python2-eventlet') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('c2fd4c36c2ceaca482c8d0c2c12e9bd4e9ec18316bc05e2016d2d877cfe916737b8f47ee91c0b672b27e1813c6782c3b81cafac7d1da41a2d35ff0e7ccc11a56') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run || warning "Tests failed" + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces'
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, December 24, 2019 @ 12:14:02 Author: felixonmars Revision: 539844 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 539843, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 120 ++--- 1 file changed, 60 insertions(+), 60 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 12:13:47 UTC (rev 539843) +++ PKGBUILD2019-12-24 12:14:02 UTC (rev 539844) @@ -1,60 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.42.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' - 'python2-eventlet') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('4820c8f5334e86a04de69627b79c81d2771b104015f894c72249c38ba9c2be541646f7666e881782711809b41bb84328b5bdca3029a26dd34485c83d5249cf08') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run || warning "Tests failed" - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 539843, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-12-24 12:14:02 UTC (rev 539844) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.42.1 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' + 'python2-eventlet') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('7e7161e2c65c5b722335d45fd73e6debb7d9ae0f7ff792d2d8600ee356a3a97028daf5da980e8cdfd3fbef47312f1c7c47411fea431711eebadb92c90e723dd9') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run || warning "Tests failed" + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, November 15, 2019 @ 06:47:50 Author: felixonmars Revision: 528873 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 528872, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 120 ++--- 1 file changed, 60 insertions(+), 60 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-11-15 06:47:36 UTC (rev 528872) +++ PKGBUILD2019-11-15 06:47:50 UTC (rev 528873) @@ -1,60 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.41.2 -pkgrel=2 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' - 'python2-eventlet') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('cef8a9c49e60b17053960618a1bb62af4ae752b58c80403a0d17711e5d5d998b980bf00fc3c0f53180379d2edd230a666d2ce76c44ba88abf6add6355fe6f97d') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 528872, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-11-15 06:47:50 UTC (rev 528873) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.42.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' + 'python2-eventlet') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('4820c8f5334e86a04de69627b79c81d2771b104015f894c72249c38ba9c2be541646f7666e881782711809b41bb84328b5bdca3029a26dd34485c83d5249cf08') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run || warning "Tests failed" + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector'
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, October 11, 2019 @ 11:25:11 Author: felixonmars Revision: 514767 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 514766, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 120 ++--- 1 file changed, 60 insertions(+), 60 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-10-11 11:24:48 UTC (rev 514766) +++ PKGBUILD2019-10-11 11:25:11 UTC (rev 514767) @@ -1,60 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.41.1 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' - 'python2-eventlet') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('73f197f86cb36504a0f64c4b7cf1edc497c226f69a17fde4b9975320d7a4ddb3212be4a1317fd801e9037fa8a0357bee1f26d40e6fdf7ad583281feadc4e8ce0') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 514766, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-10-11 11:25:11 UTC (rev 514767) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.41.2 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' + 'python2-eventlet') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('cef8a9c49e60b17053960618a1bb62af4ae752b58c80403a0d17711e5d5d998b980bf00fc3c0f53180379d2edd230a666d2ce76c44ba88abf6add6355fe6f97d') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsi
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 7, 2019 @ 10:55:57 Author: felixonmars Revision: 508376 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 508375, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 120 ++--- 1 file changed, 60 insertions(+), 60 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-07 10:55:45 UTC (rev 508375) +++ PKGBUILD2019-09-07 10:55:57 UTC (rev 508376) @@ -1,60 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.41.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' - 'python2-eventlet') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('c7726dca8fb21ccf05e84e00d67a80c6a0e93d905ceba7212c58ff6cdb4e167ba14b34055b4abb7c1e5271bc062a2b58afb988e76ee6dee1c6b5479a7a52c1db') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 508375, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-07 10:55:57 UTC (rev 508376) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.41.1 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' + 'python2-eventlet') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('73f197f86cb36504a0f64c4b7cf1edc497c226f69a17fde4b9975320d7a4ddb3212be4a1317fd801e9037fa8a0357bee1f26d40e6fdf7ad583281feadc4e8ce0') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-fun
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, April 26, 2019 @ 22:42:46 Author: felixonmars Revision: 454429 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 454428, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 120 ++--- 1 file changed, 60 insertions(+), 60 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-04-26 22:42:27 UTC (rev 454428) +++ PKGBUILD2019-04-26 22:42:46 UTC (rev 454429) @@ -1,60 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.40.3 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' - 'python2-eventlet') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('878f9434adc264701bc6ebc8867dac2478e8d27bf91a78e8cb79382a2b1fb45b7bfabfdf97064073073eba6a8ee50df233f051bcbaae154eb86799c4dbb520c5') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 454428, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-04-26 22:42:46 UTC (rev 454429) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.41.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' + 'python2-eventlet') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('c7726dca8fb21ccf05e84e00d67a80c6a0e93d905ceba7212c58ff6cdb4e167ba14b34055b4abb7c1e5271bc062a2b58afb988e76ee6dee1c6b5479a7a52c1db') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, February 28, 2019 @ 21:52:53 Author: felixonmars Revision: 437137 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 437136, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 120 ++--- 1 file changed, 60 insertions(+), 60 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-02-28 21:52:36 UTC (rev 437136) +++ PKGBUILD2019-02-28 21:52:53 UTC (rev 437137) @@ -1,60 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.40.2 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' - 'python2-eventlet') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('c173b6997712bd5dc18c9d490265be29e98425564100327f9d3f2f31cae358827a2787fc99b65bf9c0d8540868d7287dd647efc5505147fa87743105e05dd308') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 437136, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-02-28 21:52:53 UTC (rev 437137) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.40.3 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' + 'python2-eventlet') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('878f9434adc264701bc6ebc8867dac2478e8d27bf91a78e8cb79382a2b1fb45b7bfabfdf97064073073eba6a8ee50df233f051bcbaae154eb86799c4dbb520c5') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-fun
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, February 3, 2019 @ 06:35:53 Author: felixonmars Revision: 429247 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 429246, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 120 ++--- 1 file changed, 60 insertions(+), 60 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-02-03 06:35:37 UTC (rev 429246) +++ PKGBUILD2019-02-03 06:35:53 UTC (rev 429247) @@ -1,60 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.40.1 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' - 'python2-eventlet') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('1d7032bc5224eec429267f3dd32ce447a73e42ec96565e6f7c18d4170f9884f4030ab8fbcae7bbb2207a07d988ade0688a63da67cadb2fe1ca06b2b80d699705') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 429246, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-02-03 06:35:53 UTC (rev 429247) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.40.2 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' + 'python2-eventlet') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('c173b6997712bd5dc18c9d490265be29e98425564100327f9d3f2f31cae358827a2787fc99b65bf9c0d8540868d7287dd647efc5505147fa87743105e05dd308') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsi
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, January 22, 2019 @ 13:37:30 Author: felixonmars Revision: 427013 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 427012, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 120 ++--- 1 file changed, 60 insertions(+), 60 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-01-22 13:37:11 UTC (rev 427012) +++ PKGBUILD2019-01-22 13:37:30 UTC (rev 427013) @@ -1,60 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.40.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' - 'python2-eventlet') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('0e5538d52c77ae932ec772d763fc062c56d375f8c3d8132388c4c2eee5961c29c350f293c07751671aef73696637df68803fb3576021a29074b75dfd407b3ec5') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 427012, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-01-22 13:37:30 UTC (rev 427013) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.40.1 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' + 'python2-eventlet') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('1d7032bc5224eec429267f3dd32ce447a73e42ec96565e6f7c18d4170f9884f4030ab8fbcae7bbb2207a07d988ade0688a63da67cadb2fe1ca06b2b80d699705') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcs
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, January 15, 2019 @ 11:44:41 Author: felixonmars Revision: 423321 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 423319, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 120 ++--- 1 file changed, 60 insertions(+), 60 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-01-15 11:44:38 UTC (rev 423320) +++ PKGBUILD2019-01-15 11:44:41 UTC (rev 423321) @@ -1,60 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.39.1 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' - 'python2-eventlet') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('8b13ba4407bad642a6e7df5dd287a6c7a81017b5590c9ff67e606daf47e4091dfcfd284833a391ddfa9931b579d390d07de4b703a62e3260e64c5accdc2f264f') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 423319, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-01-15 11:44:41 UTC (rev 423321) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.40.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' + 'python2-eventlet') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('0e5538d52c77ae932ec772d763fc062c56d375f8c3d8132388c4c2eee5961c29c350f293c07751671aef73696637df68803fb3576021a29074b75dfd407b3ec5') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcs
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, January 9, 2019 @ 13:05:58 Author: felixonmars Revision: 421149 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 421148, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 123 + 1 file changed, 60 insertions(+), 63 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-01-09 13:05:37 UTC (rev 421148) +++ PKGBUILD2019-01-09 13:05:58 UTC (rev 421149) @@ -1,63 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.39.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('9b9f54f28cce0b2558e1da34ec882322a448a761633168c23b27b1780c7954f47c56aa5121d29e1b06af1d8b3edf67165dd5d625305b8c77f3d35de55105e8e7') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 421148, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-01-09 13:05:58 UTC (rev 421149) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.39.1 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 'python-eventlet' + 'python2-eventlet') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('8b13ba4407bad642a6e7df5dd287a6c7a81017b5590c9ff67e606daf47e4091dfcfd284833a391ddfa9931b579d390d07de4b703a62e3260e64c5accdc2f264f') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, December 19, 2018 @ 16:11:09 Author: felixonmars Revision: 416766 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 416765, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 126 ++--- 1 file changed, 63 insertions(+), 63 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-19 16:10:49 UTC (rev 416765) +++ PKGBUILD2018-12-19 16:11:09 UTC (rev 416766) @@ -1,63 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.38.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('2ce4650e721cb3b69ed0b53b7129cacbb115cb0d23c0efede753ea4d198dc8be9961fda0deb3a202e7f660490449c4d8dc4f56ede265b801df996c03c21ef171') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 416765, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-19 16:11:09 UTC (rev 416766) @@ -0,0 +1,63 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.39.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('9b9f54f28cce0b2558e1da34ec882322a448a761633168c23b27b1780c7954f47c56aa5121d29e1b06af1d8b3edf67165dd5d625305b8c77f3d35de55105e8e7') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcoll
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 19:16:23 Author: felixonmars Revision: 411204 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 411203, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 126 ++--- 1 file changed, 63 insertions(+), 63 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 19:16:05 UTC (rev 411203) +++ PKGBUILD2018-12-04 19:16:23 UTC (rev 411204) @@ -1,63 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.37.1 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('d656a59bf3ec1283009951dbf05676a01fa5b54e19588e356c384e8e0e06177f5f8f546135317fa2d874333a493a576e97d7bdde41dadd546edc1c8d646832a2') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 411203, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 19:16:23 UTC (rev 411204) @@ -0,0 +1,63 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.38.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('2ce4650e721cb3b69ed0b53b7129cacbb115cb0d23c0efede753ea4d198dc8be9961fda0deb3a202e7f660490449c4d8dc4f56ede265b801df996c03c21ef171') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollect
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 10, 2018 @ 05:23:59 Author: felixonmars Revision: 392037 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 392036, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 127 ++--- 1 file changed, 63 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-10 05:23:48 UTC (rev 392036) +++ PKGBUILD2018-10-10 05:23:59 UTC (rev 392037) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.37.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('2749f6d25b368cecd8d1ce8890cb4365b8555d04ed5cba98d9aaa38796624be23e78ca12f970fee3cc606b4612b98580847f1d1d778161b37a3ecd502add5618') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - stestr run - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 392036, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-10 05:23:59 UTC (rev 392037) @@ -0,0 +1,63 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.37.1 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('d656a59bf3ec1283009951dbf05676a01fa5b54e19588e356c384e8e0e06177f5f8f546135317fa2d874333a493a576e97d7bdde41dadd546edc1c8d646832a2') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-d
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, September 5, 2018 @ 18:19:50 Author: felixonmars Revision: 376988 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 376987, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 129 ++--- 1 file changed, 64 insertions(+), 65 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-05 18:19:34 UTC (rev 376987) +++ PKGBUILD2018-09-05 18:19:50 UTC (rev 376988) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.36.4 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' - 'python-testrepository' 'python2-testrepository') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('750e90af12e79c51f2f6f86d830659ad4a63b7b9862467b48d6d3d633aaa4da0c167a8e624a2a4f62298a821dbd853d1bd4b709eeb9a9cd78b613a7eeb5c55cd') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py testr || warning "Tests failed" - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 python2 setup.py testr || warning "Tests failed" -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 376987, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-05 18:19:50 UTC (rev 376988) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.37.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('2749f6d25b368cecd8d1ce8890cb4365b8555d04ed5cba98d9aaa38796624be23e78ca12f970fee3cc606b4612b98580847f1d1d778161b37a3ecd502add5618') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + stestr run + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-utils() {
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, June 19, 2018 @ 16:30:29 Author: felixonmars Revision: 344069 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 344068, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-06-19 16:30:10 UTC (rev 344068) +++ PKGBUILD2018-06-19 16:30:29 UTC (rev 344069) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.36.2 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('3b82912f5b04671b430c92867203cef8bef038777cfbcf68d3136d97093e63641a308fe80f628d8d940c3d0618330bd875ef4eaf2845a053637b3d7d16616580') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py testr || warning "Tests failed" - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 python2 setup.py testr || warning "Tests failed" -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 344068, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-06-19 16:30:29 UTC (rev 344069) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.36.3 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('62d80ad0cd6ae468750e5ac1d4dfad506948f7aff7cc41868943b10754917b3bd97528bf46ebd95c4194cc0b4658a942df74f5d51d3209e7047333146b76f0cc') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py testr || warning "Tests failed" + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 python2 setup.py testr || warning "Tests failed" +} + +package_python-oslo-utils
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, May 15, 2018 @ 04:55:16 Author: felixonmars Revision: 322255 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 322254, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-05-15 04:54:51 UTC (rev 322254) +++ PKGBUILD2018-05-15 04:55:16 UTC (rev 322255) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.36.1 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('886d3b910641495e380cf2240998cc342c58632a7d21495a050b4408266eaa2e59fcd22d0b07aa3c551bb3e87f4e051d18aaad6ea3c71b1b52cc8e178988aed3') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py testr || warning "Tests failed" - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 python2 setup.py testr || warning "Tests failed" -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 322254, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-05-15 04:55:16 UTC (rev 322255) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.36.2 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('3b82912f5b04671b430c92867203cef8bef038777cfbcf68d3136d97093e63641a308fe80f628d8d940c3d0618330bd875ef4eaf2845a053637b3d7d16616580') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py testr || warning "Tests failed" + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 python2 setup.py testr || warning "Tests failed" +} + +package_python-oslo-utils(
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, April 24, 2018 @ 17:12:30 Author: felixonmars Revision: 317596 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 317595, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-24 17:12:05 UTC (rev 317595) +++ PKGBUILD2018-04-24 17:12:30 UTC (rev 317596) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.36.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('e5ee7951e6fc4456f29bc2fbb83fef7337e4efb32213eccf9d1d4b40ffaa06564046142220d1fd6321163eac6d1e30455290644b2d62f2f9b5d4e55b92942050') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py testr || warning "Tests failed" - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 python2 setup.py testr || warning "Tests failed" -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 317595, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-24 17:12:30 UTC (rev 317596) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.36.1 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('886d3b910641495e380cf2240998cc342c58632a7d21495a050b4408266eaa2e59fcd22d0b07aa3c551bb3e87f4e051d18aaad6ea3c71b1b52cc8e178988aed3') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py testr || warning "Tests failed" + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 python2 setup.py testr || warning "Tests failed" +} + +package_python-oslo-util
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, March 15, 2018 @ 01:25:19 Author: felixonmars Revision: 307872 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 307871, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-03-15 01:24:57 UTC (rev 307871) +++ PKGBUILD2018-03-15 01:25:19 UTC (rev 307872) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.35.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('d53e2fefa3ae55d4291bf9028ff7434dc6c25e804a927b0ea96b41780885e0f0f17d687cdc5b14c7dc56967b440e7c944d6899651951af07b08ad3bd6805783a') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py testr || warning "Tests failed" - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 python2 setup.py testr || warning "Tests failed" -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 307871, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-03-15 01:25:19 UTC (rev 307872) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.36.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('e5ee7951e6fc4456f29bc2fbb83fef7337e4efb32213eccf9d1d4b40ffaa06564046142220d1fd6321163eac6d1e30455290644b2d62f2f9b5d4e55b92942050') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py testr || warning "Tests failed" + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 python2 setup.py testr || warning "Tests failed" +} + +package_python-oslo-uti
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, January 16, 2018 @ 04:04:48 Author: felixonmars Revision: 282878 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 282877, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-01-16 04:04:23 UTC (rev 282877) +++ PKGBUILD2018-01-16 04:04:48 UTC (rev 282878) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.34.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('8d084d21e5d2f1253137130ee77953cd1d37d6d2b7b0c0359fbeca9c99484ef6d3cda9237119200fdc0f0fed32ea40278d1000268c5453ba6663e043d6258acb') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py testr || warning "Tests failed" - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 python2 setup.py testr || warning "Tests failed" -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 282877, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-01-16 04:04:48 UTC (rev 282878) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.35.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('d53e2fefa3ae55d4291bf9028ff7434dc6c25e804a927b0ea96b41780885e0f0f17d687cdc5b14c7dc56967b440e7c944d6899651951af07b08ad3bd6805783a') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py testr || warning "Tests failed" + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 python2 setup.py testr || warning "Tests failed" +} + +package_python-oslo-utils() { + depends=('python
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, January 9, 2018 @ 13:06:01 Author: felixonmars Revision: 280667 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 280666, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-01-09 13:05:36 UTC (rev 280666) +++ PKGBUILD2018-01-09 13:06:01 UTC (rev 280667) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.33.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('fe3a075f21a6113a82d24dbe33f8b13fb051145e48c76e643f4b2a0ad28a5f78b88caff4e28634521bda2e665af1bb971773dbe845d455a5e20b8b5869357a1c') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py testr || warning "Tests failed" - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 python2 setup.py testr || warning "Tests failed" -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 280666, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-01-09 13:06:01 UTC (rev 280667) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.34.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('8d084d21e5d2f1253137130ee77953cd1d37d6d2b7b0c0359fbeca9c99484ef6d3cda9237119200fdc0f0fed32ea40278d1000268c5453ba6663e043d6258acb') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py testr || warning "Tests failed" + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 python2 setup.py testr || warning "Tests failed" +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-i
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, December 13, 2017 @ 00:47:26 Author: felixonmars Revision: 274041 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 274040, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-12-13 00:47:03 UTC (rev 274040) +++ PKGBUILD2017-12-13 00:47:26 UTC (rev 274041) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.32.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('8e55b96eadb0e509b5cb8e07d9993a8339e3c04212e9e35a2fb7cd7cdf6c6407779182c2c98b516ed0b0f9a17faa6be92ae711b7555d157e8b105d03ad4365d5') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py testr || warning "Tests failed" - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 python2 setup.py testr || warning "Tests failed" -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 274040, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-12-13 00:47:26 UTC (rev 274041) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.33.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('fe3a075f21a6113a82d24dbe33f8b13fb051145e48c76e643f4b2a0ad28a5f78b88caff4e28634521bda2e665af1bb971773dbe845d455a5e20b8b5869357a1c') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py testr || warning "Tests failed" + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 python2 setup.py testr || warning "Tests failed" +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'pyth
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, December 4, 2017 @ 16:50:20 Author: felixonmars Revision: 272145 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 272142, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-12-04 16:50:17 UTC (rev 272144) +++ PKGBUILD2017-12-04 16:50:20 UTC (rev 272145) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.31.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('69cb885f42fd9e7fbee46966060cbe41ee3a69cf5a2fae70e5d2c3496aef7f0abdfcfa46eae6fa16c7f3add6227f1297c2cf7d09553095b6e6e6fd306f00c818') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py testr || warning "Tests failed" - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 python2 setup.py testr || warning "Tests failed" -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 272142, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-12-04 16:50:20 UTC (rev 272145) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.32.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('8e55b96eadb0e509b5cb8e07d9993a8339e3c04212e9e35a2fb7cd7cdf6c6407779182c2c98b516ed0b0f9a17faa6be92ae711b7555d157e8b105d03ad4365d5') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py testr || warning "Tests failed" + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 python2 setup.py testr || warning "Tests failed" +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-i
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, October 31, 2017 @ 13:58:37 Author: felixonmars Revision: 264909 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 264908, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-10-31 13:58:14 UTC (rev 264908) +++ PKGBUILD2017-10-31 13:58:37 UTC (rev 264909) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.30.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('8475be6cf96d7cd7f9cd8356d02898b8c3e1479d67fe480d808e065eb1e4619a482d9b72a16cdb32e08c597df4da96a46b089a1e4a5619e01778baee449f0246') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py testr || warning "Tests failed" - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 python2 setup.py testr || warning "Tests failed" -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 264908, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-10-31 13:58:37 UTC (rev 264909) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.31.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('69cb885f42fd9e7fbee46966060cbe41ee3a69cf5a2fae70e5d2c3496aef7f0abdfcfa46eae6fa16c7f3add6227f1297c2cf7d09553095b6e6e6fd306f00c818') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py testr || warning "Tests failed" + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 python2 setup.py testr || warning "Tests failed" +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, October 5, 2017 @ 14:20:27 Author: felixonmars Revision: 261750 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 261749, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-10-05 14:20:06 UTC (rev 261749) +++ PKGBUILD2017-10-05 14:20:27 UTC (rev 261750) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.28.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('969fd3bd24453ef2169e1def586e216cd08bf2ebcfa495a90ff3cdbe5f2a361d69c700a57c1a2f42bb072c5c358bf5246a13030967b7dc51476bc207a9399e5c') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py testr - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 261749, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-10-05 14:20:27 UTC (rev 261750) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.30.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('8475be6cf96d7cd7f9cd8356d02898b8c3e1479d67fe480d808e065eb1e4619a482d9b72a16cdb32e08c597df4da96a46b089a1e4a5619e01778baee449f0246') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py testr || warning "Tests failed" + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 python2 setup.py testr || warning "Tests failed" +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' +
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, July 18, 2017 @ 14:31:16 Author: felixonmars Revision: 245569 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 245567, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-07-18 14:31:09 UTC (rev 245568) +++ PKGBUILD2017-07-18 14:31:16 UTC (rev 245569) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.27.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' - 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) -sha512sums=('f7f0d0548faf954732ef4d9a4cc7191555ab992310cf1a0306bbe00c99572dc578e9579d225e550b34e8858d5d13034c8924075e1d6111c97df389f21f1b657f') - -prepare() { - cp -a oslo.utils-$pkgver{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py build - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils-$pkgver - python setup.py testr - - cd "$srcdir"/oslo.utils-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 245567, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-07-18 14:31:16 UTC (rev 245569) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.28.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('969fd3bd24453ef2169e1def586e216cd08bf2ebcfa495a90ff3cdbe5f2a361d69c700a57c1a2f42bb072c5c358bf5246a13030967b7dc51476bc207a9399e5c') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py testr + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcoll
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, July 11, 2017 @ 05:08:28 Author: felixonmars Revision: 243859 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 243858, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 126 ++--- 1 file changed, 64 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-07-11 05:08:11 UTC (rev 243858) +++ PKGBUILD2017-07-11 05:08:28 UTC (rev 243859) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.26.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -sha512sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 243858, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-07-11 05:08:28 UTC (rev 243859) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.27.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' + 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz";) +sha512sums=('f7f0d0548faf954732ef4d9a4cc7191555ab992310cf1a0306bbe00c99572dc578e9579d225e550b34e8858d5d13034c8924075e1d6111c97df389f21f1b657f') + +prepare() { + cp -a oslo.utils-$pkgver{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils-$pkgver/oslo_utils/timeutils.py + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py build + + cd "$srcdir"/oslo.utils-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils-$pkgver + python setup.py testr + + cd "$srcdir"/oslo.utils-$pkgver-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' +
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, June 6, 2017 @ 03:40:09 Author: felixonmars Revision: 234438 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 234437, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-06-06 03:39:29 UTC (rev 234437) +++ PKGBUILD2017-06-06 03:40:09 UTC (rev 234438) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.25.1 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -sha512sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 234437, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-06-06 03:40:09 UTC (rev 234438) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.26.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +sha512sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, May 16, 2017 @ 10:28:07 Author: felixonmars Revision: 228210 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 228209, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-05-16 10:27:36 UTC (rev 228209) +++ PKGBUILD2017-05-16 10:28:07 UTC (rev 228210) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.25.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -sha512sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 228209, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-05-16 10:28:07 UTC (rev 228210) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.25.1 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +sha512sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, April 3, 2017 @ 14:53:58 Author: felixonmars Revision: 220400 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 220399, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-04-03 14:53:41 UTC (rev 220399) +++ PKGBUILD2017-04-03 14:53:58 UTC (rev 220400) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.24.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -sha512sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 220399, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-04-03 14:53:58 UTC (rev 220400) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.25.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +sha512sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, March 28, 2017 @ 09:45:56 Author: felixonmars Revision: 219701 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 219700, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-03-28 09:45:41 UTC (rev 219700) +++ PKGBUILD2017-03-28 09:45:56 UTC (rev 219701) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.23.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 219700, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-03-28 09:45:56 UTC (rev 219701) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.24.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +sha512sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, March 7, 2017 @ 07:02:16 Author: felixonmars Revision: 215211 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 215210, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-03-07 07:01:51 UTC (rev 215210) +++ PKGBUILD2017-03-07 07:02:16 UTC (rev 215211) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.22.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 215210, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-03-07 07:02:16 UTC (rev 215211) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.23.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, January 19, 2017 @ 06:59:47 Author: felixonmars Revision: 207976 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 207975, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-01-19 06:59:27 UTC (rev 207975) +++ PKGBUILD2017-01-19 06:59:47 UTC (rev 207976) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.21.0 -pkgrel=2 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 207975, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-01-19 06:59:47 UTC (rev 207976) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.22.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, December 22, 2016 @ 02:42:36 Author: felixonmars Revision: 200882 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 200881, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-12-22 02:42:01 UTC (rev 200881) +++ PKGBUILD2016-12-22 02:42:36 UTC (rev 200882) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.20.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 200881, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-12-22 02:42:36 UTC (rev 200882) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.21.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, December 7, 2016 @ 02:18:23 Author: felixonmars Revision: 198243 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 198242, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-12-07 02:17:53 UTC (rev 198242) +++ PKGBUILD2016-12-07 02:18:23 UTC (rev 198243) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.19.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 198242, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-12-07 02:18:23 UTC (rev 198243) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.20.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, December 2, 2016 @ 02:09:57 Author: felixonmars Revision: 197643 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 197642, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-12-02 02:09:43 UTC (rev 197642) +++ PKGBUILD2016-12-02 02:09:57 UTC (rev 197643) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.18.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 197642, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-12-02 02:09:57 UTC (rev 197643) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.19.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, November 4, 2016 @ 06:06:57 Author: felixonmars Revision: 194632 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 194631, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-11-04 06:06:40 UTC (rev 194631) +++ PKGBUILD2016-11-04 06:06:57 UTC (rev 194632) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.17.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 194631, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-11-04 06:06:57 UTC (rev 194632) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.18.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, October 20, 2016 @ 07:31:44 Author: felixonmars Revision: 192674 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 192673, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-10-20 07:31:22 UTC (rev 192673) +++ PKGBUILD2016-10-20 07:31:44 UTC (rev 192674) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.16.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 192673, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-10-20 07:31:44 UTC (rev 192674) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.17.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, July 14, 2016 @ 14:39:08 Author: felixonmars Revision: 182899 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 182898, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-07-14 14:38:51 UTC (rev 182898) +++ PKGBUILD2016-07-14 14:39:08 UTC (rev 182899) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.15.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 182898, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-07-14 14:39:08 UTC (rev 182899) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.16.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, July 8, 2016 @ 01:13:11 Author: felixonmars Revision: 182479 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 182478, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-07-08 01:12:25 UTC (rev 182478) +++ PKGBUILD2016-07-08 01:13:11 UTC (rev 182479) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.14.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 182478, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-07-08 01:13:11 UTC (rev 182479) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.15.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, June 28, 2016 @ 16:11:45 Author: felixonmars Revision: 181512 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 181511, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-06-28 16:11:28 UTC (rev 181511) +++ PKGBUILD2016-06-28 16:11:45 UTC (rev 181512) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.13.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 181511, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-06-28 16:11:45 UTC (rev 181512) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.14.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:56:12 Author: felixonmars Revision: 179979 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 179978, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-06-14 15:55:51 UTC (rev 179978) +++ PKGBUILD2016-06-14 15:56:12 UTC (rev 179979) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.12.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 179978, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-06-14 15:56:12 UTC (rev 179979) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.13.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, June 10, 2016 @ 04:34:09 Author: fyan Revision: 178921 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 178920, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-06-10 02:33:41 UTC (rev 178920) +++ PKGBUILD2016-06-10 02:34:09 UTC (rev 178921) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.11.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 178920, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-06-10 02:34:09 UTC (rev 178921) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.12.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, May 25, 2016 @ 04:58:41 Author: fyan Revision: 176473 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 176472, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-05-25 02:58:20 UTC (rev 176472) +++ PKGBUILD2016-05-25 02:58:41 UTC (rev 176473) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.10.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 176472, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-05-25 02:58:41 UTC (rev 176473) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.11.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, May 12, 2016 @ 09:33:36 Author: fyan Revision: 174859 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 174858, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-05-12 07:33:08 UTC (rev 174858) +++ PKGBUILD2016-05-12 07:33:36 UTC (rev 174859) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.9.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 174858, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-05-12 07:33:36 UTC (rev 174859) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, May 10, 2016 @ 09:37:45 Author: fyan Revision: 174509 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 174508, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-05-10 07:36:48 UTC (rev 174508) +++ PKGBUILD2016-05-10 07:37:45 UTC (rev 174509) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.8.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 174508, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-05-10 07:37:45 UTC (rev 174509) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.9.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, March 28, 2016 @ 06:59:33 Author: fyan Revision: 168615 archrelease: copy trunk to community-any Added: python-oslo-utils/repos/community-any/PKGBUILD (from rev 168614, python-oslo-utils/trunk/PKGBUILD) Deleted: python-oslo-utils/repos/community-any/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-03-28 04:59:06 UTC (rev 168614) +++ PKGBUILD2016-03-28 04:59:33 UTC (rev 168615) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-utils -pkgname=(python-oslo-utils python2-oslo-utils) -pkgver=3.7.0 -pkgrel=1 -pkgdesc="Oslo Utility library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' - 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' - 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' - 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') -checkdepends=('python-oslotest' 'python2-oslotest') -source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a oslo.utils{,-py2} - - # Use python 3's standard monotonic function - sed -i '/monotonic/d' oslo.utils/requirements.txt - sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py -} - -build() { - cd "$srcdir"/oslo.utils - python setup.py build - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.utils - python setup.py testr - - cd "$srcdir"/oslo.utils-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-utils() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' - 'python-netaddr' 'python-netifaces' 'python-debtcollector') - - cd "$srcdir"/oslo.utils - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-utils() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' - 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' - 'python2-funcsigs') - - cd "$srcdir"/oslo.utils-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 168614, python-oslo-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-03-28 04:59:33 UTC (rev 168615) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-utils +pkgname=(python-oslo-utils python2-oslo-utils) +pkgver=3.8.0 +pkgrel=1 +pkgdesc="Oslo Utility library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.utils/$pkgver"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-funcsigs' + 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 'python2-oslo-i18n' 'python2-monotonic' + 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 'python-netifaces' + 'python2-netifaces' 'python-debtcollector' 'python2-debtcollector') +checkdepends=('python-oslotest' 'python2-oslotest') +source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a oslo.utils{,-py2} + + # Use python 3's standard monotonic function + sed -i '/monotonic/d' oslo.utils/requirements.txt + sed -i 's/from monotonic import monotonic/from time import monotonic/' oslo.utils/oslo_utils/timeutils.py +} + +build() { + cd "$srcdir"/oslo.utils + python setup.py build + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.utils + python setup.py testr + + cd "$srcdir"/oslo.utils-py2 + PYTHON=python2 python2 setup.py testr +} + +package_python-oslo-utils() { + depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' + 'python-netaddr' 'python-netifaces' 'python-debtcollector') + + cd "$srcdir"/oslo.utils + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-utils() { + depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 'python2-monotonic' + 'python2-pytz' 'python2-netaddr' 'python2-netifaces' 'python2-debtcollector' + 'python2-funcsigs') + + cd "$srcdir"/oslo.utils-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et: