[arch-commits] Commit in python-ruamel-yaml/repos (4 files)

Felix Yan felixonmars at archlinux.org
Sun Jun 4 15:15:58 UTC 2017


    Date: Sunday, June 4, 2017 @ 15:15:57
  Author: felixonmars
Revision: 233969

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  python-ruamel-yaml/repos/community-testing-i686/
  python-ruamel-yaml/repos/community-testing-i686/PKGBUILD
    (from rev 233968, python-ruamel-yaml/trunk/PKGBUILD)
  python-ruamel-yaml/repos/community-testing-x86_64/
  python-ruamel-yaml/repos/community-testing-x86_64/PKGBUILD
    (from rev 233968, python-ruamel-yaml/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: python-ruamel-yaml/repos/community-testing-i686/PKGBUILD (from rev 233968, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-06-04 15:15:57 UTC (rev 233969)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Samuel Littley <aur at toastwaffle.com>
+# Contributor: rnons <remotenonsense at gmail dot com>
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml"
+license=("MIT")
+makedepends=('python-pip')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz")
+sha512sums=('8f1cc1433674682a79305c08551b1c510edeb19738656ca68accc48c6002db709094de4936fb1d89e463dd5ba61acbccf743e95273dd409344ee1c2a6f75ded3')
+
+prepare() {
+  export LC_CTYPE=en_US.UTF-8
+}
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  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 233968, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-06-04 15:15:57 UTC (rev 233969)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Samuel Littley <aur at toastwaffle.com>
+# Contributor: rnons <remotenonsense at gmail dot com>
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml"
+license=("MIT")
+makedepends=('python-pip')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz")
+sha512sums=('8f1cc1433674682a79305c08551b1c510edeb19738656ca68accc48c6002db709094de4936fb1d89e463dd5ba61acbccf743e95273dd409344ee1c2a6f75ded3')
+
+prepare() {
+  export LC_CTYPE=en_US.UTF-8
+}
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list