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

Felix Yan felixonmars at archlinux.org
Mon Jul 3 09:12:28 UTC 2017


    Date: Monday, July 3, 2017 @ 09:12:27
  Author: felixonmars
Revision: 242129

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-03 09:11:35 UTC (rev 242128)
+++ community-i686/PKGBUILD	2017-07-03 09:12:27 UTC (rev 242129)
@@ -1,23 +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.15.16
-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' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz")
-sha512sums=('ea88b3cb1b06d5b77608c3521f7011b8b524dc5fa3f4809fca40eb025123a0eb42144cf4e7b35e7fa9e0dcb81499b7cd9a025b193322c01a4823f2c168c8c000')
-
-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-i686/PKGBUILD (from rev 242128, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-03 09:12:27 UTC (rev 242129)
@@ -0,0 +1,23 @@
+# $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.17
+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' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz")
+sha512sums=('dd403120102557bd04557cb4c48acea0201898007f86f8cd6f5690be746e9e3bf38c877357a521b7bc4a0e78664207dd61cf88cc5387a1141853cae1ae414773')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-03 09:11:35 UTC (rev 242128)
+++ community-x86_64/PKGBUILD	2017-07-03 09:12:27 UTC (rev 242129)
@@ -1,23 +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.15.16
-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' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz")
-sha512sums=('ea88b3cb1b06d5b77608c3521f7011b8b524dc5fa3f4809fca40eb025123a0eb42144cf4e7b35e7fa9e0dcb81499b7cd9a025b193322c01a4823f2c168c8c000')
-
-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-x86_64/PKGBUILD (from rev 242128, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-03 09:12:27 UTC (rev 242129)
@@ -0,0 +1,23 @@
+# $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.17
+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' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz")
+sha512sums=('dd403120102557bd04557cb4c48acea0201898007f86f8cd6f5690be746e9e3bf38c877357a521b7bc4a0e78664207dd61cf88cc5387a1141853cae1ae414773')
+
+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
+}



More information about the arch-commits mailing list