[arch-commits] Commit in python-spyder-kernels/repos/community-any (PKGBUILD PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Sun Mar 20 20:11:42 UTC 2022
Date: Sunday, March 20, 2022 @ 20:11:42
Author: archange
Revision: 1165292
archrelease: copy trunk to community-any
Added:
python-spyder-kernels/repos/community-any/PKGBUILD
(from rev 1165290, python-spyder-kernels/trunk/PKGBUILD)
Deleted:
python-spyder-kernels/repos/community-any/PKGBUILD
----------+
PKGBUILD | 105 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 53 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-20 20:11:36 UTC (rev 1165291)
+++ PKGBUILD 2022-03-20 20:11:42 UTC (rev 1165292)
@@ -1,52 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=spyder-kernels
-pkgname=python-${_pkg}
-pkgver=2.2.0
-pkgrel=2
-pkgdesc="Jupyter Kernels for the Spyder console"
-arch=(any)
-url="https://github.com/spyder-ide/spyder-kernels/"
-license=(MIT)
-makedepends=(python python-setuptools)
-depends=(
- python-cloudpickle
- python-ipykernel
- python-jupyter_client
- python-pyzmq
- python-wurlitzer
-)
-checkdepends=(
- cython
- python-dask
- python-distributed
- python-flaky
- python-matplotlib
- python-mock
- python-numpy
- python-pandas
- python-pillow
- python-pytest
- python-scipy
- python-xarray
-)
-# No tests in pypi tarballs
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d82b216b731743f0f63ad5d74a95b49d0c8d101dd33453384cac4c38ae8bf8e7')
-
-build() {
- cd ${_pkg}-${pkgver}
- python setup.py build
-}
-
-check() {
- cd ${_pkg}-${pkgver}
- pytest -xv spyder_kernels
-}
-
-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-spyder-kernels/repos/community-any/PKGBUILD (from rev 1165290, python-spyder-kernels/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-20 20:11:42 UTC (rev 1165292)
@@ -0,0 +1,53 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=spyder-kernels
+pkgname=python-${_pkg}
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Jupyter Kernels for the Spyder console"
+arch=(any)
+url="https://github.com/spyder-ide/spyder-kernels/"
+license=(MIT)
+makedepends=(python python-setuptools)
+depends=(
+ ipython
+ python-cloudpickle
+ python-ipykernel
+ python-jupyter_client
+ python-pyzmq
+ python-wurlitzer
+)
+checkdepends=(
+ cython
+ python-dask
+ python-distributed
+ python-flaky
+ python-matplotlib
+ python-mock
+ python-numpy
+ python-pandas
+ python-pillow
+ python-pytest
+ python-scipy
+ python-xarray
+)
+# No tests in pypi tarballs
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('f9bca9db3c7955b6ed0c1fa70d188d7eb904b88a1cccb704a8465f619259b989')
+
+build() {
+ cd ${_pkg}-${pkgver}
+ python setup.py build
+}
+
+check() {
+ cd ${_pkg}-${pkgver}
+ pytest -vv --color=yes spyder_kernels
+}
+
+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