[arch-commits] Commit in python-ruamel-yaml/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Aug 7 02:41:17 UTC 2018
Date: Tuesday, August 7, 2018 @ 02:41:16
Author: felixonmars
Revision: 369976
archrelease: copy trunk to community-testing-x86_64
Added:
python-ruamel-yaml/repos/community-testing-x86_64/
python-ruamel-yaml/repos/community-testing-x86_64/PKGBUILD
(from rev 369975, python-ruamel-yaml/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: python-ruamel-yaml/repos/community-testing-x86_64/PKGBUILD (from rev 369975, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2018-08-07 02:41:16 UTC (rev 369976)
@@ -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.50
+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=('137bc229dc1c81d1e4f3d60a942b2995cb7662f8f2b8f1a34378233063bc042c083a791d1b15dd767a431306fa35a6d0895222332d40a621f451d9b5360b95bb')
+
+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