[arch-commits] Commit in python-ruamel-yaml/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Feb 1 19:23:35 UTC 2020


    Date: Saturday, February 1, 2020 @ 19:23:35
  Author: felixonmars
Revision: 561109

archrelease: copy trunk to community-any

Added:
  python-ruamel-yaml/repos/community-any/PKGBUILD
    (from rev 561108, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-01 19:23:27 UTC (rev 561108)
+++ PKGBUILD	2020-02-01 19:23:35 UTC (rev 561109)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Samuel Littley <aur at toastwaffle.com>
-# Contributor: rnons <remotenonsense at gmail dot com>
-
-_pkg=ruamel.yaml
-pkgname=python-${_pkg/./-}
-pkgver=0.16.6
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
-arch=(any)
-url="https://bitbucket.org/ruamel/yaml"
-license=(MIT)
-depends=(python)
-makedepends=(python-setuptools)
-source=(https://files.pythonhosted.org/packages/source/r/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha512sums=('3e919f1cd438483d9a4310506a456bc1e30beabb384f29d9d8c5c24b1e4250bdfd5137aa295efad48f3ad7fc11d2a183c8069986be35c6c3e1a92339e4ecfd75')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  # https://bitbucket.org/ruamel/yaml/issues/114/setuppy-requirement-for-pip-prevents
-  RUAMEL_NO_PIP_INSTALL_CHECK=1 python setup.py install --skip-build --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-ruamel-yaml/repos/community-any/PKGBUILD (from rev 561108, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-01 19:23:35 UTC (rev 561109)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Samuel Littley <aur at toastwaffle.com>
+# Contributor: rnons <remotenonsense at gmail dot com>
+
+_pkg=ruamel.yaml
+pkgname=python-${_pkg/./-}
+pkgver=0.16.7
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
+arch=(any)
+url="https://bitbucket.org/ruamel/yaml"
+license=(MIT)
+depends=(python)
+makedepends=(python-setuptools)
+source=(https://files.pythonhosted.org/packages/source/r/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha512sums=('49ceee329017bb32f9d9de1b1951e95dd561480a7506b3783f6a7a59ae30af83d6ac363654c66b39a532f22d1cb31bcd034e94c9ddcd8381ec4eb76687923c87')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  # https://bitbucket.org/ruamel/yaml/issues/114/setuppy-requirement-for-pip-prevents
+  RUAMEL_NO_PIP_INSTALL_CHECK=1 python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list