Date: Thursday, July 19, 2018 @ 03:47:02
  Author: felixonmars
Revision: 362336

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 362335, python-ruamel-yaml/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: python-ruamel-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 
362335, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-19 03:47:02 UTC (rev 362336)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Samuel Littley <a...@toastwaffle.com>
+# Contributor: rnons <remotenonsense at gmail dot com>
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.43
+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=('4f728f5a313df655662580eb2579ba0c2b61d8fbaa26b32abbe36acb5aba6f3e55f9ebeed25d3c6840d7b80c73edefb0c2b47e156f8fc4b01ee06b319571af0a')
+
+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
+}

Reply via email to