[arch-commits] Commit in python-ruamel-yaml/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Sun Jun 11 05:04:05 UTC 2017
Date: Sunday, June 11, 2017 @ 05:04:05
Author: felixonmars
Revision: 236106
archrelease: copy trunk to community-i686, community-x86_64
Added:
python-ruamel-yaml/repos/community-i686/PKGBUILD
(from rev 236105, python-ruamel-yaml/trunk/PKGBUILD)
python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 236105, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
python-ruamel-yaml/repos/community-i686/PKGBUILD
python-ruamel-yaml/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 27 ----------------------
community-x86_64/PKGBUILD | 27 ----------------------
3 files changed, 54 insertions(+), 54 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-06-11 05:03:38 UTC (rev 236105)
+++ community-i686/PKGBUILD 2017-06-11 05:04:05 UTC (rev 236106)
@@ -1,27 +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.5
-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=('1451cfe81ac433d7b3822088b01df6e17383a2e4d16942f32809e4497f1975831c0d8fa01aa41b4f43a8aef475fd4cc00adb5182866902cd5abb1cd0e5a47b3a')
-
-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-i686/PKGBUILD (from rev 236105, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-11 05:04:05 UTC (rev 236106)
@@ -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.6
+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=('57e6fd46506243cd9dca3fa13a0ca31f94a2eb02d151da0195f5a645899eaf33a04e9169f89625aa699ef6acd389d826d69345855de178421c70a9e33cb91687')
+
+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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-06-11 05:03:38 UTC (rev 236105)
+++ community-x86_64/PKGBUILD 2017-06-11 05:04:05 UTC (rev 236106)
@@ -1,27 +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.5
-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=('1451cfe81ac433d7b3822088b01df6e17383a2e4d16942f32809e4497f1975831c0d8fa01aa41b4f43a8aef475fd4cc00adb5182866902cd5abb1cd0e5a47b3a')
-
-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-x86_64/PKGBUILD (from rev 236105, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-06-11 05:04:05 UTC (rev 236106)
@@ -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.6
+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=('57e6fd46506243cd9dca3fa13a0ca31f94a2eb02d151da0195f5a645899eaf33a04e9169f89625aa699ef6acd389d826d69345855de178421c70a9e33cb91687')
+
+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