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

Bruno Pagani archange at gemini.archlinux.org
Sun Mar 20 17:16:44 UTC 2022


    Date: Sunday, March 20, 2022 @ 17:16:44
  Author: archange
Revision: 1164259

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 17:16:39 UTC (rev 1164258)
+++ PKGBUILD	2022-03-20 17:16:44 UTC (rev 1164259)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=zict
-pkgname=python-${_pkg}
-pkgver=2.0.0
-pkgrel=5
-pkgdesc="Useful Mutable Mappings"
-arch=(any)
-url="https://github.com/dask/zict/"
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python python-heapdict)
-checkdepends=(python-pytest python-lmdb)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-#source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('8e2969797627c8a663575c2fc6fcb53a05e37cdb83ee65f341fc6e0c3d0ced16')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  pytest zict
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-zict/repos/community-any/PKGBUILD (from rev 1164257, python-zict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-20 17:16:44 UTC (rev 1164259)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=zict
+pkgname=python-${_pkg}
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Useful Mutable Mappings"
+arch=(any)
+url="https://github.com/dask/zict/"
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python python-heapdict)
+checkdepends=(python-pytest python-lmdb python-psutil)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+#source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('15b2cc15f95a476fbe0623fd8f771e1e771310bf7a01f95412a0b605b6e47510')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  pytest -vv --color=yes zict
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list