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

Felix Yan felixonmars at archlinux.org
Mon Mar 29 20:12:48 UTC 2021


    Date: Monday, March 29, 2021 @ 20:12:47
  Author: felixonmars
Revision: 909524

archrelease: copy trunk to community-any

Added:
  python-ruamel-yaml/repos/community-any/PKGBUILD
    (from rev 909523, 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-29 20:12:35 UTC (rev 909523)
+++ PKGBUILD	2021-03-29 20:12:47 UTC (rev 909524)
@@ -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.17.1
-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=('924267392eba6b1750d4b444d275e17ac5a10c24299accca781d277cd460211569d026fa7ffcd8eedf4327ec223b6b0ee4012814ecc8dc5be1d30094621b381c')
-
-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 909523, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-29 20:12:47 UTC (rev 909524)
@@ -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.2
+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=('8ccd82ce0614ce12d803480197758fcf8561609d0ab31d366abf55e8f7913d909dc5658fed8d21a9cb720d32a71a64952279db47e9fce1eb56e585171c71700d')
+
+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