[arch-commits] Commit in python-partd/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 17:09:17 UTC 2020
Date: Thursday, November 12, 2020 @ 17:09:17
Author: foutrelis
Revision: 752287
archrelease: copy trunk to community-staging-any
Added:
python-partd/repos/community-staging-any/PKGBUILD
(from rev 752285, python-partd/trunk/PKGBUILD)
Deleted:
python-partd/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 17:09:16 UTC (rev 752286)
+++ PKGBUILD 2020-11-12 17:09:17 UTC (rev 752287)
@@ -1,48 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=partd
-pkgname=python-${_pkg}
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="Concurrent appendable key-value storage"
-arch=(any)
-url="https://github.com/dask/partd"
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(
- python
- python-locket
- python-toolz
-)
-optdepends=(
- python-blosc
- python-numpy
- python-pandas
- python-pyzmq
-)
-checkdepends=(
- python-pytest
- python-blosc
- python-numpy
- python-pandas
- python-pyzmq
-)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('6e258bf0810701407ad1410d63d1a15cfd7b773fd9efe555dac6bb82cc8832b0')
-
-build() {
- cd ${_pkg}-${pkgver}
- python setup.py build
-}
-
-check() {
- cd ${_pkg}-${pkgver}
- PYTHONPATH="${PWD}"/build/lib pytest
-}
-
-package() {
- cd ${_pkg}-${pkgver}
- python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
- # Install license file
- install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
Copied: python-partd/repos/community-staging-any/PKGBUILD (from rev 752285, python-partd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 17:09:17 UTC (rev 752287)
@@ -0,0 +1,48 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=partd
+pkgname=python-${_pkg}
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="Concurrent appendable key-value storage"
+arch=(any)
+url="https://github.com/dask/partd"
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(
+ python
+ python-locket
+ python-toolz
+)
+optdepends=(
+ python-blosc
+ python-numpy
+ python-pandas
+ python-pyzmq
+)
+checkdepends=(
+ python-pytest
+ python-blosc
+ python-numpy
+ python-pandas
+ python-pyzmq
+)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('6e258bf0810701407ad1410d63d1a15cfd7b773fd9efe555dac6bb82cc8832b0')
+
+build() {
+ cd ${_pkg}-${pkgver}
+ python setup.py build
+}
+
+check() {
+ cd ${_pkg}-${pkgver}
+ PYTHONPATH="${PWD}"/build/lib pytest
+}
+
+package() {
+ cd ${_pkg}-${pkgver}
+ python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
+ # Install license file
+ install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
More information about the arch-commits
mailing list