[arch-commits] Commit in python-ruamel-yaml/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Wed Jul 5 03:06:04 UTC 2017
Date: Wednesday, July 5, 2017 @ 03:06:03
Author: felixonmars
Revision: 242350
archrelease: copy trunk to community-i686, community-x86_64
Added:
python-ruamel-yaml/repos/community-i686/PKGBUILD
(from rev 242349, python-ruamel-yaml/trunk/PKGBUILD)
python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 242349, 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-05 03:05:30 UTC (rev 242349)
+++ community-i686/PKGBUILD 2017-07-05 03:06:03 UTC (rev 242350)
@@ -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.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
-}
Copied: python-ruamel-yaml/repos/community-i686/PKGBUILD (from rev 242349, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-05 03:06:03 UTC (rev 242350)
@@ -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.18
+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=('277baf24c25fb73c9244548c63c9911221424b1cb1b1b738efd811b2293eafd641c680bd7b1c9d62072d4a85f3448a1c972e22f6136bdcb8a0136810307b0dad')
+
+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-05 03:05:30 UTC (rev 242349)
+++ community-x86_64/PKGBUILD 2017-07-05 03:06:03 UTC (rev 242350)
@@ -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.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
-}
Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 242349, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-07-05 03:06:03 UTC (rev 242350)
@@ -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.18
+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=('277baf24c25fb73c9244548c63c9911221424b1cb1b1b738efd811b2293eafd641c680bd7b1c9d62072d4a85f3448a1c972e22f6136bdcb8a0136810307b0dad')
+
+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