[arch-commits] Commit in python-deepdiff/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 23:35:31 UTC 2021
Date: Thursday, December 2, 2021 @ 23:35:31
Author: foutrelis
Revision: 1063156
archrelease: copy trunk to community-staging-any
Added:
python-deepdiff/repos/community-staging-any/PKGBUILD
(from rev 1063155, python-deepdiff/trunk/PKGBUILD)
Deleted:
python-deepdiff/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 23:35:27 UTC (rev 1063155)
+++ PKGBUILD 2021-12-02 23:35:31 UTC (rev 1063156)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-deepdiff
-pkgver=5.5.0
-pkgrel=2
-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-staging-any/PKGBUILD (from rev 1063155, python-deepdiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 23:35:31 UTC (rev 1063156)
@@ -0,0 +1,36 @@
+# 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/
+}
More information about the arch-commits
mailing list