[arch-commits] Commit in python-ruamel-yaml/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat Oct 26 06:15:26 UTC 2019
Date: Saturday, October 26, 2019 @ 06:15:25
Author: foutrelis
Revision: 520239
archrelease: copy trunk to community-staging-x86_64
Added:
python-ruamel-yaml/repos/community-staging-x86_64/
python-ruamel-yaml/repos/community-staging-x86_64/PKGBUILD
(from rev 520238, python-ruamel-yaml/trunk/PKGBUILD)
----------+
PKGBUILD | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Copied: python-ruamel-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 520238, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2019-10-26 06:15:25 UTC (rev 520239)
@@ -0,0 +1,22 @@
+# 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.16.5
+pkgrel=2
+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=('411eac7fd607acaa33f28e642591a1ba9e3e905a5c141383a7168cb36c703b98da2ab90ebfeed77165fd5f6271756d07780a2ed9829fecf417cbda926a0214b9')
+
+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