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

Felix Yan felixonmars at archlinux.org
Sun Mar 28 12:44:02 UTC 2021


    Date: Sunday, March 28, 2021 @ 12:44:01
  Author: felixonmars
Revision: 906810

archrelease: copy trunk to community-any

Added:
  python-ruamel-yaml/repos/community-any/PKGBUILD
    (from rev 906809, 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	2021-03-28 12:43:43 UTC (rev 906809)
+++ PKGBUILD	2021-03-28 12:44:01 UTC (rev 906810)
@@ -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.13
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
-arch=('any')
-url="https://sourceforge.net/projects/ruamel-yaml/"
-license=('MIT')
-depends=('python-ruamel.yaml.clib')
-makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/r/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha512sums=('5373f944c852be6d185555b61e2db51f4d0ceb2ad666cd4efa116eace116ad7132e80b41867396491019ded6523ec3de26800c1365f767bbf91c68dda0b56d3c')
-
-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 906809, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-28 12:44:01 UTC (rev 906810)
@@ -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.17.0
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
+arch=('any')
+url="https://sourceforge.net/projects/ruamel-yaml/"
+license=('MIT')
+depends=('python-ruamel.yaml.clib')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/r/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha512sums=('58b7587c5c0c78058309342a3eb5d05625e05b1a2c149245f93a9c5e059834dbb7165e41f5f375867ef2cf3aa5cf761a45afd4019a15204a67f5d5e933d8d4b5')
+
+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