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

Felix Yan felixonmars at archlinux.org
Thu Feb 9 07:33:00 UTC 2017


    Date: Thursday, February 9, 2017 @ 07:32:59
  Author: felixonmars
Revision: 211392

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

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

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 ----------------------
 community-x86_64/PKGBUILD |   34 ----------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-09 07:32:22 UTC (rev 211391)
+++ community-i686/PKGBUILD	2017-02-09 07:32:59 UTC (rev 211392)
@@ -1,34 +0,0 @@
-# $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.13.7
-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-setuptools' 'python-pip' 'mercurial')
-checkdepends=('python-pytest')
-source=("hg+https://bitbucket.org/ruamel/yaml#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir"/yaml
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/yaml
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" py.test _test/test_*.py
-}
-
-package() {
-  depends=('python')
-
-  cd yaml
-  pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-i686/PKGBUILD (from rev 211391, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-09 07:32:59 UTC (rev 211392)
@@ -0,0 +1,34 @@
+# $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.13.8
+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-setuptools' 'python-pip' 'mercurial')
+checkdepends=('python-pytest')
+source=("hg+https://bitbucket.org/ruamel/yaml#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/yaml
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/yaml
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" py.test _test/test_*.py
+}
+
+package() {
+  depends=('python')
+
+  cd yaml
+  pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-09 07:32:22 UTC (rev 211391)
+++ community-x86_64/PKGBUILD	2017-02-09 07:32:59 UTC (rev 211392)
@@ -1,34 +0,0 @@
-# $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.13.7
-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-setuptools' 'python-pip' 'mercurial')
-checkdepends=('python-pytest')
-source=("hg+https://bitbucket.org/ruamel/yaml#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir"/yaml
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/yaml
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" py.test _test/test_*.py
-}
-
-package() {
-  depends=('python')
-
-  cd yaml
-  pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 211391, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-09 07:32:59 UTC (rev 211392)
@@ -0,0 +1,34 @@
+# $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.13.8
+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-setuptools' 'python-pip' 'mercurial')
+checkdepends=('python-pytest')
+source=("hg+https://bitbucket.org/ruamel/yaml#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/yaml
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/yaml
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" py.test _test/test_*.py
+}
+
+package() {
+  depends=('python')
+
+  cd yaml
+  pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list