[arch-commits] Commit in python-ruamel-yaml/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jun 23 15:00:30 UTC 2017


    Date: Friday, June 23, 2017 @ 15:00:29
  Author: felixonmars
Revision: 240436

upgpkg: python-ruamel-yaml 0.15.10-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 14:55:06 UTC (rev 240435)
+++ PKGBUILD	2017-06-23 15:00:29 UTC (rev 240436)
@@ -4,24 +4,20 @@
 # Contributor: rnons <remotenonsense at gmail dot com>
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.9
+pkgver=0.15.10
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
 arch=('i686' 'x86_64')
 url="https://bitbucket.org/ruamel/yaml"
 license=("MIT")
-makedepends=('python-pip')
+makedepends=('python-pip' 'python-wheel')
 source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz")
-sha512sums=('15682812ea60aa9c1d4c162cd09f2b538f08cda5f2010f1201e8da9203754aac47b5d593908c68d709a89e70310d658d7dac58f2294cd42c22e23c4ae0c08aeb')
+sha512sums=('c4d3a5f03f88a9d50dadf29a1529bc91202717eab1983773b7896e97fdd579b74d56ddfa7d4c19a3aa6fd20d639eb2a23e09bc6d35b106ed9a852b2c4ccccd7c')
 
-prepare() {
-  export LC_CTYPE=en_US.UTF-8
-}
-
 package() {
   depends=('python')
 
   cd ruamel.yaml-$pkgver
-  pip install . --root="$pkgdir"
+  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