Date: Wednesday, August 1, 2018 @ 18:33:23 Author: felixonmars Revision: 367187
archrelease: copy trunk to community-testing-x86_64 Added: python-ruamel-yaml/repos/community-testing-x86_64/PKGBUILD (from rev 367186, python-ruamel-yaml/trunk/PKGBUILD) Deleted: python-ruamel-yaml/repos/community-testing-x86_64/PKGBUILD ----------+ PKGBUILD | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-08-01 18:33:06 UTC (rev 367186) +++ PKGBUILD 2018-08-01 18:33:23 UTC (rev 367187) @@ -1,23 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Samuel Littley <a...@toastwaffle.com> -# Contributor: rnons <remotenonsense at gmail dot com> - -pkgname=python-ruamel-yaml -pkgver=0.15.46 -pkgrel=1 -pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" -arch=('x86_64') -url="https://bitbucket.org/ruamel/yaml" -license=("MIT") -makedepends=('python-pip' 'python-wheel') -source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz") -sha512sums=('4ce7cf7cc08c292de314299cb7f7a182c283b94dc06faf10938698d22866c26c9fa31cb91bce81614f405dc3426547dfbc175bd3a29612977ea5377ed97b1d8b') - -package() { - depends=('python') - - cd ruamel.yaml-$pkgver - LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir" - install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: python-ruamel-yaml/repos/community-testing-x86_64/PKGBUILD (from rev 367186, python-ruamel-yaml/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-08-01 18:33:23 UTC (rev 367187) @@ -0,0 +1,23 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Samuel Littley <a...@toastwaffle.com> +# Contributor: rnons <remotenonsense at gmail dot com> + +pkgname=python-ruamel-yaml +pkgver=0.15.47 +pkgrel=1 +pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" +arch=('x86_64') +url="https://bitbucket.org/ruamel/yaml" +license=("MIT") +makedepends=('python-pip' 'python-wheel') +source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz") +sha512sums=('f04a787a7273a4537cb7dcd8217c2a2b74f8ed716fb4e3058994af8f3229a5ba1b38c97dbd83d7df2c13c73dadafcaa9f71b9fcb0b112fe76f6648e9d4e15cba') + +package() { + depends=('python') + + cd ruamel.yaml-$pkgver + LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir" + install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}