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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 15:14:51 UTC 2020


    Date: Wednesday, November 11, 2020 @ 15:14:51
  Author: foutrelis
Revision: 751011

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 15:14:48 UTC (rev 751010)
+++ PKGBUILD	2020-11-11 15:14:51 UTC (rev 751011)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=zict
-pkgname=python-${_pkg}
-pkgver=2.0.0
-pkgrel=2
-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-staging-any/PKGBUILD (from rev 751010, python-zict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 15:14:51 UTC (rev 751011)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=zict
+pkgname=python-${_pkg}
+pkgver=2.0.0
+pkgrel=3
+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}/
+}



More information about the arch-commits mailing list