mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-jupyter_console: update to 6.4.0
This commit is contained in:
parent
22379e12e1
commit
52f4a7b292
2 changed files with 5 additions and 18 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- setup.py
|
|
||||||
+++ setup.py
|
|
||||||
@@ -51,7 +51,7 @@
|
|
||||||
import os
|
|
||||||
from glob import glob
|
|
||||||
|
|
||||||
-from distutils.core import setup
|
|
||||||
+from setuptools import setup
|
|
||||||
|
|
||||||
pjoin = os.path.join
|
|
||||||
here = os.path.abspath(os.path.dirname(__file__))
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-jupyter_console'
|
# Template file for 'python3-jupyter_console'
|
||||||
pkgname=python3-jupyter_console
|
pkgname=python3-jupyter_console
|
||||||
version=6.1.0
|
version=6.4.0
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="jupyter_console-${version}"
|
wrksrc="jupyter_console-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -13,13 +13,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/jupyter/jupyter_console"
|
homepage="https://github.com/jupyter/jupyter_console"
|
||||||
distfiles="${PYPI_SITE}/j/jupyter_console/jupyter_console-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jupyter_console/jupyter_console-${version}.tar.gz"
|
||||||
checksum=6f6ead433b0534909df789ea64f0a14cdf9b6b2360757756f08182be4b9e431b
|
checksum=242248e1685039cd8bff2c2ecb7ce6c1546eb50ee3b08519729e6e881aec19c7
|
||||||
# alternatives will be a conflict
|
# alternatives will be a conflict
|
||||||
conflicts="python-jupyter_console<=6.0.0_2"
|
conflicts="python-jupyter_console<=6.0.0_2"
|
||||||
|
# Tests fail because stdin is not a terminal
|
||||||
do_check() {
|
make_check=no
|
||||||
: pytest reports Stdin is not a terminal.
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.md LICENSE
|
vlicense COPYING.md LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue