[arch-commits] Commit in python-ruamel-yaml/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Aug 31 07:25:10 UTC 2018
Date: Friday, August 31, 2018 @ 07:25:09
Author: felixonmars
Revision: 375804
archrelease: copy trunk to community-x86_64
Added:
python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 375803, 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-31 07:24:42 UTC (rev 375803)
+++ PKGBUILD 2018-08-31 07:25:09 UTC (rev 375804)
@@ -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.63
-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=('a512ffc483509f6d84d54deac4c7d47102dcb16c2cbc6b2fd5b9b2e924cd10c0c3f06376ca5102033d276bd098628907ffc9b9337d3737f7dff2c855b6c2be17')
-
-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 375803, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-31 07:25:09 UTC (rev 375804)
@@ -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.64
+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=('bed10df680569c636b057cf210ec0b13c1183a7c9b1d923d2ad28e8c1926fbc50386fad0c51f7a279b12c454d60c494ddb4529532fb3ef02c8799602498d847b')
+
+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