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

Bruno Pagani archange at archlinux.org
Sun Oct 11 01:07:51 UTC 2020


    Date: Sunday, October 11, 2020 @ 01:07:51
  Author: archange
Revision: 723439

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-11 01:07:26 UTC (rev 723438)
+++ PKGBUILD	2020-10-11 01:07:51 UTC (rev 723439)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=filesystem_spec
-pkgname=python-fsspec
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Specification that python filesystems should adhere to."
-arch=(any)
-url="https://github.com/intake/filesystem_spec"
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python)
-checkdepends=(
-    python-pytest
-    python-numpy
-)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c4f374a87ceb0424bb94e634dcfd7953a2c2d545c3cda9c86da7878a0a4d00fd')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  pytest
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
-  # Install license file
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-fsspec/repos/community-any/PKGBUILD (from rev 723438, python-fsspec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-11 01:07:51 UTC (rev 723439)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=filesystem_spec
+pkgname=python-fsspec
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Specification that python filesystems should adhere to."
+arch=(any)
+url="https://github.com/intake/filesystem_spec"
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python)
+checkdepends=(
+    python-pytest
+    python-numpy
+)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6b2e71ee73fda7c19950a8d63e57f5998f76139c063fbd1b096a3cc3fad4f38e')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  pytest
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
+  # Install license file
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list