[arch-commits] Commit in python-deepdiff/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Dec 21 17:23:29 UTC 2021
Date: Tuesday, December 21, 2021 @ 17:23:29
Author: felixonmars
Revision: 1081741
archrelease: copy trunk to community-any
Added:
python-deepdiff/repos/community-any/PKGBUILD
(from rev 1081740, python-deepdiff/trunk/PKGBUILD)
Deleted:
python-deepdiff/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-21 17:23:22 UTC (rev 1081740)
+++ PKGBUILD 2021-12-21 17:23:29 UTC (rev 1081741)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-deepdiff
-pkgver=5.5.0
-pkgrel=3
-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=('70e3319e55f0b961caada2fe13b5597b92bdc4a34e26e454193f03b760b38599b7dc234daa82612c910fc35d4e88ab996122d983d67d06b9fe4e80ae8167e2a2')
-
-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 1081740, python-deepdiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-21 17:23:29 UTC (rev 1081741)
@@ -0,0 +1,36 @@
+# 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/
+}
More information about the arch-commits
mailing list