[arch-commits] Commit in python-fsspec/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 17:08:18 UTC 2020
Date: Thursday, November 12, 2020 @ 17:08:18
Author: felixonmars
Revision: 752271
archrelease: copy trunk to community-staging-any
Added:
python-fsspec/repos/community-staging-any/PKGBUILD
(from rev 752270, python-fsspec/trunk/PKGBUILD)
Deleted:
python-fsspec/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 17:08:07 UTC (rev 752270)
+++ PKGBUILD 2020-11-12 17:08:18 UTC (rev 752271)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=filesystem_spec
-pkgname=python-fsspec
-pkgver=0.8.4
-pkgrel=2
-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=('4c57fc289e142c4acda867a5550811ec4249320d535899a85b74e8c387ec5025')
-
-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-staging-any/PKGBUILD (from rev 752270, python-fsspec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 17:08:18 UTC (rev 752271)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=filesystem_spec
+pkgname=python-fsspec
+pkgver=0.8.4
+pkgrel=3
+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=('4c57fc289e142c4acda867a5550811ec4249320d535899a85b74e8c387ec5025')
+
+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