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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:07:16 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:07:16
  Author: felixonmars
Revision: 1061868

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:07:15 UTC (rev 1061867)
+++ PKGBUILD	2021-12-02 12:07:16 UTC (rev 1061868)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-munch
-pkgver=2.5.0
-pkgrel=5
-pkgdesc="A dot-accessible dictionary (a la JavaScript objects)"
-url="https://github.com/Infinidat/munch"
-license=('MIT')
-arch=('any')
-depends=('python-six')
-makedepends=('python-setuptools' 'python-pbr' 'git')
-checkdepends=('python-pytest' 'python-yaml')
-source=(https://pypi.io/packages/source/m/munch/munch-${pkgver}.tar.gz)
-sha512sums=('7eca31111f40782a19b49535322bc56d723022d52b0842c4beff512f32fa415a6c75851eb84950358cb6a11693095cafe56364028e48385b11135de414edca21')
-
-build() {
-  cd "$srcdir"/munch-$pkgver
-  export PYTHONPATH=$PWD
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/munch-$pkgver
-  pytest
-}
-
-package() {
-  cd munch-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-munch/repos/community-staging-any/PKGBUILD (from rev 1061864, python-munch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:07:16 UTC (rev 1061868)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-munch
+pkgver=2.5.0
+pkgrel=6
+pkgdesc="A dot-accessible dictionary (a la JavaScript objects)"
+url="https://github.com/Infinidat/munch"
+license=('MIT')
+arch=('any')
+depends=('python-six')
+makedepends=('python-setuptools' 'python-pbr' 'git')
+checkdepends=('python-pytest' 'python-yaml')
+source=(https://pypi.io/packages/source/m/munch/munch-${pkgver}.tar.gz)
+sha512sums=('7eca31111f40782a19b49535322bc56d723022d52b0842c4beff512f32fa415a6c75851eb84950358cb6a11693095cafe56364028e48385b11135de414edca21')
+
+build() {
+  cd "$srcdir"/munch-$pkgver
+  export PYTHONPATH=$PWD
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/munch-$pkgver
+  pytest
+}
+
+package() {
+  cd munch-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list