[arch-commits] Commit in python-spyder-kernels/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Nov 18 08:20:47 UTC 2020
Date: Wednesday, November 18, 2020 @ 08:20:47
Author: felixonmars
Revision: 757098
archrelease: copy trunk to community-staging-any
Added:
python-spyder-kernels/repos/community-staging-any/PKGBUILD
(from rev 757097, python-spyder-kernels/trunk/PKGBUILD)
Deleted:
python-spyder-kernels/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-18 08:20:34 UTC (rev 757097)
+++ PKGBUILD 2020-11-18 08:20:47 UTC (rev 757098)
@@ -1,52 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=spyder-kernels
-pkgname=python-${_pkg}
-pkgver=1.10.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-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=('719163a300620bdec4093e24f4ae69a60b21ec682dbb75cca936a8b1fc23f398')
-
-build() {
- cd ${_pkg}-${pkgver}
- python setup.py build
-}
-
-check() {
- cd ${_pkg}-${pkgver}
- pytest 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-staging-any/PKGBUILD (from rev 757097, python-spyder-kernels/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-18 08:20:47 UTC (rev 757098)
@@ -0,0 +1,52 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=spyder-kernels
+pkgname=python-${_pkg}
+pkgver=1.10.0
+pkgrel=3
+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-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=('719163a300620bdec4093e24f4ae69a60b21ec682dbb75cca936a8b1fc23f398')
+
+build() {
+ cd ${_pkg}-${pkgver}
+ python setup.py build
+}
+
+check() {
+ cd ${_pkg}-${pkgver}
+ pytest 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