[arch-commits] Commit in python-ruamel-yaml/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 2 12:48:32 UTC 2018
Date: Monday, July 2, 2018 @ 12:48:32
Author: felixonmars
Revision: 349670
archrelease: copy trunk to community-x86_64
Added:
python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 349669, 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-07-02 12:48:13 UTC (rev 349669)
+++ PKGBUILD 2018-07-02 12:48:32 UTC (rev 349670)
@@ -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.41
-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=('199ebb2213cb5531f697025f27ed53852264f189f47c14ae874b4a944f0033ae815a3572c4268c58c23ef3fa454c1c7957b60bd9e023ee3fdbf685fd0036bca1')
-
-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 349669, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-02 12:48:32 UTC (rev 349670)
@@ -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.42
+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=('0a005c6ca6a85cc6b45c394a6e8563b85abe5aa5dcf19320bdb5f1d4a49ca9c141099b0fb24dea92039e04fe473adc572546ee0215728a7953a44e9fbaceb50e')
+
+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