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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 15:16:47 UTC 2020


    Date: Wednesday, November 11, 2020 @ 15:16:47
  Author: foutrelis
Revision: 751051

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 15:16:46 UTC (rev 751050)
+++ PKGBUILD	2020-11-11 15:16:47 UTC (rev 751051)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pyaml
-pkgver=20.4.0
-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=('432fd215e034beafc07270a6aa8b726d5a16ef8946a95c1db9a34b4f492bbe2089dffbb1ce856d3e8153ec18ac943973a23e3aa9283d53ee0b2e7ba5dcd3d317')
-
-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 751049, python-pyaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 15:16:47 UTC (rev 751051)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pyaml
+pkgver=20.4.0
+pkgrel=4
+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=('432fd215e034beafc07270a6aa8b726d5a16ef8946a95c1db9a34b4f492bbe2089dffbb1ce856d3e8153ec18ac943973a23e3aa9283d53ee0b2e7ba5dcd3d317')
+
+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