[arch-commits] Commit in python-ruamel-yaml/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Aug 9 10:45:27 UTC 2018
Date: Thursday, August 9, 2018 @ 10:45:27
Author: felixonmars
Revision: 370607
archrelease: copy trunk to community-x86_64
Added:
python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 370606, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
python-ruamel-yaml/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-09 10:45:05 UTC (rev 370606)
+++ PKGBUILD 2018-08-09 10:45:27 UTC (rev 370607)
@@ -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.51
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
-arch=('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=('250249195b4c186fd677369e69ed4c6c4e48f4aa7544dff80a6ee687ed4c2e37a90d85e5ce6bbafccf15f1384ccbd11dd7d3764327ecbc91ab9be7ec707696e7')
-
-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 370606, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-09 10:45:27 UTC (rev 370607)
@@ -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.52
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
+arch=('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=('800a2e9e84b5272d0c030c4864972901b54d324cee93b62c5b762b861903909c8593ae523826f82bb8e79c853afbc7e435ba5b0472bd35d9b8e63f124c6ab2e1')
+
+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