[arch-commits] Commit in python-ruamel.yaml.clib/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Jul 24 06:46:58 UTC 2021
Date: Saturday, July 24, 2021 @ 06:46:58
Author: felixonmars
Revision: 984872
archrelease: copy trunk to community-x86_64
Added:
python-ruamel.yaml.clib/repos/community-x86_64/PKGBUILD
(from rev 984871, 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-24 06:46:49 UTC (rev 984871)
+++ PKGBUILD 2021-07-24 06:46:58 UTC (rev 984872)
@@ -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.4
-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=('f9d986175c241db4417a1d71e47a6eeff6f059ff204ea25a5b4ed365f732ae6872000c53f0ad1336d3ce80383e056df42f2ad9a6a05b92932332289c5129abf6')
-
-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 984871, python-ruamel.yaml.clib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-24 06:46:58 UTC (rev 984872)
@@ -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.6
+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=('12307a3c3bae09cf65d9672894c9a869a7ed5483ca3afb9ee39d8bcbf1948b012a0dbf570e315cc8b9a8b55184de9e10324953ec4819d214379e01522ee13b20')
+
+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