[arch-commits] Commit in python-pyaml/repos/community-staging-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:05:54 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:05:53
  Author: felixonmars
Revision: 1061832

archrelease: copy trunk to community-staging-any

Added:
  python-pyaml/repos/community-staging-any/PKGBUILD
    (from rev 1061828, python-pyaml/trunk/PKGBUILD)
Deleted:
  python-pyaml/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:05:53 UTC (rev 1061831)
+++ PKGBUILD	2021-12-02 12:05:53 UTC (rev 1061832)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pyaml
-pkgver=21.8.3
-pkgrel=2
-pkgdesc="PyYAML-based module to produce pretty and readable YAML-serialized data"
-url="https://pypi.python.org/pypi/pyaml"
-license=('BSD')
-arch=('any')
-depends=('python-yaml')
-makedepends=('python-setuptools' 'python-yaml')
-checkdepends=('python-unidecode')
-optdepends=('python-unidecode: Needed if same-id objects or recursion is used within serialized data')
-source=("https://pypi.io/packages/source/p/pyaml/pyaml-$pkgver.tar.gz")
-sha512sums=('69b1181511f7d3ac1263b710fa49b18a162e096e28414d83300bc2e9038222363cef995a0d3248387560e7066973736f9cee06b67042ee957427b4790c269653')
-
-build() {
-  cd "$srcdir"/pyaml-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyaml-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd pyaml-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: python-pyaml/repos/community-staging-any/PKGBUILD (from rev 1061828, python-pyaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:05:53 UTC (rev 1061832)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pyaml
+pkgver=21.8.3
+pkgrel=3
+pkgdesc="PyYAML-based module to produce pretty and readable YAML-serialized data"
+url="https://pypi.python.org/pypi/pyaml"
+license=('BSD')
+arch=('any')
+depends=('python-yaml')
+makedepends=('python-setuptools' 'python-yaml')
+checkdepends=('python-unidecode')
+optdepends=('python-unidecode: Needed if same-id objects or recursion is used within serialized data')
+source=("https://pypi.io/packages/source/p/pyaml/pyaml-$pkgver.tar.gz")
+sha512sums=('69b1181511f7d3ac1263b710fa49b18a162e096e28414d83300bc2e9038222363cef995a0d3248387560e7066973736f9cee06b67042ee957427b4790c269653')
+
+build() {
+  cd "$srcdir"/pyaml-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyaml-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd pyaml-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list