Date: Thursday, February 9, 2017 @ 08:24:57
  Author: felixonmars
Revision: 211419

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

Added:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
    (from rev 211418, python-ruamel-yaml/trunk/PKGBUILD)
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
    (from rev 211418, 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 08:24:09 UTC (rev 211418)
+++ community-i686/PKGBUILD     2017-02-09 08:24:57 UTC (rev 211419)
@@ -1,34 +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.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
-}

Copied: python-ruamel-yaml/repos/community-i686/PKGBUILD (from rev 211418, 
python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-02-09 08:24:57 UTC (rev 211419)
@@ -0,0 +1,34 @@
+# $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.13.9
+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 08:24:09 UTC (rev 211418)
+++ community-x86_64/PKGBUILD   2017-02-09 08:24:57 UTC (rev 211419)
@@ -1,34 +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.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
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 211418, 
python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-09 08:24:57 UTC (rev 211419)
@@ -0,0 +1,34 @@
+# $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.13.9
+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
+}

Reply via email to