[arch-commits] Commit in python-ruamel.yaml.clib/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Jul 8 02:35:25 UTC 2021
Date: Thursday, July 8, 2021 @ 02:35:24
Author: felixonmars
Revision: 975352
archrelease: copy trunk to community-x86_64
Added:
python-ruamel.yaml.clib/repos/community-x86_64/PKGBUILD
(from rev 975351, python-ruamel.yaml.clib/trunk/PKGBUILD)
Deleted:
python-ruamel.yaml.clib/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-08 02:35:10 UTC (rev 975351)
+++ PKGBUILD 2021-07-08 02:35:24 UTC (rev 975352)
@@ -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.clib
-pkgname=python-$_pkg
-pkgver=0.2.2
-pkgrel=3
-pkgdesc="C version of reader, parser and emitter for ruamel.yaml derived from libyaml"
-arch=('x86_64')
-url="https://sourceforge.net/projects/ruamel-yaml-clib/"
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/r/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha512sums=('5bbab2a23c65b1416480758cf0d0a75dcf8ddece0f8df603ce90f2b1c54356bb6876ac113d53e01c4869e3c9fb22b13ea29e66dc31a09144d4426c3e0f3b9399')
-
-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.clib/repos/community-x86_64/PKGBUILD (from rev 975351, python-ruamel.yaml.clib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-08 02:35:24 UTC (rev 975352)
@@ -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.clib
+pkgname=python-$_pkg
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="C version of reader, parser and emitter for ruamel.yaml derived from libyaml"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ruamel-yaml-clib/"
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/r/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha512sums=('f22f22a4eb1f51e4bf98b39cd098e93fb52669480f1dc63f42e9a1b8d73d936fd4b21f80d1e85004d8f7479581e26c98527caaf0ff60bcc7582a0cead3997d56')
+
+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