Date: Sunday, October 16, 2022 @ 07:23:42 Author: jsteel Revision: 1329397
archrelease: copy trunk to community-any Added: python-botocore/repos/community-any/PKGBUILD (from rev 1329396, python-botocore/trunk/PKGBUILD) Deleted: python-botocore/repos/community-any/PKGBUILD ----------+ PKGBUILD | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-10-16 07:23:27 UTC (rev 1329396) +++ PKGBUILD 2022-10-16 07:23:42 UTC (rev 1329397) @@ -1,27 +0,0 @@ -# Maintainer: Jonathan Steel <jsteel at archlinux.org> -# Contributor: Chris Severance aur.severach AatT spamgourmet.com -# Contributor: Ainola -# Contributor: Chris Fordham - -pkgname=python-botocore -pkgver=1.27.80 -pkgrel=1 -pkgdesc='A low-level interface to a growing number of Amazon Web Services' -arch=('any') -url="https://github.com/boto/botocore" -license=('Apache') -depends=('python-dateutil' 'python-jmespath' 'python-docutils' 'python-urllib3') -makedepends=('python-setuptools') -source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -md5sums=('eb7cd4b4cc4c710c6e7608776e367134') - -build() { - cd botocore-$pkgver - python setup.py build -} - -package() { - cd botocore-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: python-botocore/repos/community-any/PKGBUILD (from rev 1329396, python-botocore/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-10-16 07:23:42 UTC (rev 1329397) @@ -0,0 +1,27 @@ +# Maintainer: Jonathan Steel <jsteel at archlinux.org> +# Contributor: Chris Severance aur.severach AatT spamgourmet.com +# Contributor: Ainola +# Contributor: Chris Fordham + +pkgname=python-botocore +pkgver=1.27.91 +pkgrel=1 +pkgdesc='A low-level interface to a growing number of Amazon Web Services' +arch=('any') +url="https://github.com/boto/botocore" +license=('Apache') +depends=('python-dateutil' 'python-jmespath' 'python-docutils' 'python-urllib3') +makedepends=('python-setuptools') +source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) +md5sums=('4fe6316083f06c27836aa6b383bb4046') + +build() { + cd botocore-$pkgver + python setup.py build +} + +package() { + cd botocore-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}