[arch-commits] Commit in python-ruamel-yaml/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jun 25 01:05:29 UTC 2021
Date: Friday, June 25, 2021 @ 01:05:29
Author: felixonmars
Revision: 967238
archrelease: copy trunk to community-any
Added:
python-ruamel-yaml/repos/community-any/PKGBUILD
(from rev 967237, 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-06-25 01:05:17 UTC (rev 967237)
+++ PKGBUILD 2021-06-25 01:05:29 UTC (rev 967238)
@@ -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.9
-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=('50c96a24b5ec81e24d9de8079d180f3e482071d53d84547a2a7db950cb0289a7056f1fe367603305a2fd26833ddd0c012281c5206af0ca2177b907f7a7464083')
-
-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 967237, python-ruamel-yaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-25 01:05:29 UTC (rev 967238)
@@ -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.10
+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=('afc0d2a9d900bd2205127d8ca3fa25e36a9f9c5d99af2c030a71dc1f45112a8da100fbea3869747f3236254a92cd945e28de7f60e2e5a845ac326fe35d071269')
+
+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