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

Felix Yan felixonmars at gemini.archlinux.org
Wed May 4 09:16:15 UTC 2022


    Date: Wednesday, May 4, 2022 @ 09:16:15
  Author: felixonmars
Revision: 1192839

archrelease: copy trunk to community-any

Added:
  python-deepdiff/repos/community-any/PKGBUILD
    (from rev 1192838, python-deepdiff/trunk/PKGBUILD)
Deleted:
  python-deepdiff/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 09:16:03 UTC (rev 1192838)
+++ PKGBUILD	2022-05-04 09:16:15 UTC (rev 1192839)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-deepdiff
-pkgver=5.6.0
-pkgrel=1
-pkgdesc="Deep Difference and Search of any Python object/data."
-url="https://github.com/seperman/deepdiff"
-license=('MIT')
-arch=('any')
-depends=('python-ordered-set')
-optdepends=('python-click: for cli'
-            'python-yaml: for cli'
-            'python-toml: for cli'
-            'python-clevercsv: for cli')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-clevercsv' 'python-click' 'python-jsonpickle' 'python-numpy'
-              'python-yaml')
-source=("https://github.com/seperman/deepdiff/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('3ff4b200378e3ef73401adad0a7f9b6aa98c6e78387973d4690dfb2a510376b48241a6c3b23342e0008828befc145eb2e2dd936ac0236bc0b6293ab5a031c98c')
-
-build() {
-  cd deepdiff-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd deepdiff-$pkgver
-  pytest tests
-}
-
-package() {
-  cd deepdiff-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-deepdiff/repos/community-any/PKGBUILD (from rev 1192838, python-deepdiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 09:16:15 UTC (rev 1192839)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-deepdiff
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Deep Difference and Search of any Python object/data."
+url="https://github.com/seperman/deepdiff"
+license=('MIT')
+arch=('any')
+depends=('python-ordered-set')
+optdepends=('python-click: for cli'
+            'python-yaml: for cli'
+            'python-toml: for cli'
+            'python-clevercsv: for cli')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-clevercsv' 'python-click' 'python-jsonpickle' 'python-numpy'
+              'python-toml' 'python-yaml')
+source=("https://github.com/seperman/deepdiff/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('3910b7259443a2bd056a90dcb9910c1d0999dd06e98d28a3dba8ee9c6fe237bfe74780db8f277f3a2cfecc4c32c279f5c93b72de708d12832b987759cca0d9e2')
+
+build() {
+  cd deepdiff-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd deepdiff-$pkgver
+  pytest tests
+}
+
+package() {
+  cd deepdiff-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list