[arch-commits] Commit in python-yaml/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:43:29 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:43:29
  Author: foutrelis
Revision: 1061042

archrelease: copy trunk to community-staging-x86_64

Added:
  python-yaml/repos/community-staging-x86_64/PKGBUILD
    (from rev 1061039, python-yaml/trunk/PKGBUILD)
Deleted:
  python-yaml/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:43:28 UTC (rev 1061041)
+++ PKGBUILD	2021-12-01 21:43:29 UTC (rev 1061042)
@@ -1,38 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Michal Bozon <michal.bozon__at__gmail.com>
-
-pkgname=python-yaml
-pkgver=5.4.1.1
-pkgrel=3
-pkgdesc='Python bindings for YAML, using fast libYAML library'
-url='https://pyyaml.org/wiki/PyYAML'
-arch=('x86_64')
-license=('MIT')
-depends=('python' 'libyaml')
-makedepends=('python-setuptools' 'libyaml' 'cython')
-source=(pyyaml-${pkgver}.tar.gz::https://github.com/yaml/pyyaml/archive/${pkgver}.tar.gz)
-sha512sums=('bcbe911fbef7e6e8ef8a76293593d4d792dbbf0931a2d031cdeacddf7064b69f958484217bc60d1b7614dcc83ef56cd5c0cd48a0339ab9add623ef70cb2d0a20')
-
-build() {
-  (
-    cd pyyaml-$pkgver
-    python setup.py --with-libyaml build
-  )
-}
-
-check() {
-  (
-    cd pyyaml-$pkgver
-    python -B setup.py test
-  )
-}
-
-package() {
-  cd pyyaml-$pkgver
-  python setup.py  --with-libyaml install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -Dm 644 CHANGES README -t "${pkgdir}"/usr/share/doc/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 1061039, python-yaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:43:29 UTC (rev 1061042)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michal Bozon <michal.bozon__at__gmail.com>
+
+pkgname=python-yaml
+pkgver=5.4.1.1
+pkgrel=4
+pkgdesc='Python bindings for YAML, using fast libYAML library'
+url='https://pyyaml.org/wiki/PyYAML'
+arch=('x86_64')
+license=('MIT')
+depends=('python' 'libyaml')
+makedepends=('python-setuptools' 'libyaml' 'cython')
+source=(pyyaml-${pkgver}.tar.gz::https://github.com/yaml/pyyaml/archive/${pkgver}.tar.gz)
+sha512sums=('bcbe911fbef7e6e8ef8a76293593d4d792dbbf0931a2d031cdeacddf7064b69f958484217bc60d1b7614dcc83ef56cd5c0cd48a0339ab9add623ef70cb2d0a20')
+
+build() {
+  (
+    cd pyyaml-$pkgver
+    python setup.py --with-libyaml build
+  )
+}
+
+check() {
+  (
+    cd pyyaml-$pkgver
+    python -B setup.py test
+  )
+}
+
+package() {
+  cd pyyaml-$pkgver
+  python setup.py  --with-libyaml install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm 644 CHANGES README -t "${pkgdir}"/usr/share/doc/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list