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

Bruno Pagani archange at gemini.archlinux.org
Thu Jun 16 17:25:33 UTC 2022


    Date: Thursday, June 16, 2022 @ 17:25:33
  Author: archange
Revision: 1238156

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-16 17:25:24 UTC (rev 1238155)
+++ PKGBUILD	2022-06-16 17:25:33 UTC (rev 1238156)
@@ -1,32 +0,0 @@
-# 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}/
-}

Copied: python-zict/repos/community-any/PKGBUILD (from rev 1238155, python-zict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-16 17:25:33 UTC (rev 1238156)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=zict
+pkgname=python-${_pkg}
+pkgver=2.2.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=('d7366c2e2293314112dcf2432108428a67b927b00005619feefc310d12d833f3')
+
+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