python-jupyter_core: drop python 2

This commit is contained in:
Đoàn Trần Công Danh 2020-03-31 12:14:51 +07:00 committed by Piotr
parent 0d101e3f1c
commit 125857dc22
3 changed files with 36 additions and 47 deletions

View file

@ -1,46 +0,0 @@
# Template file for 'python-jupyter_core'
pkgname=python-jupyter_core
version=4.4.0
revision=3
archs=noarch
wrksrc="jupyter_core-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python-traitlets"
short_desc="Jupyter core package (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause"
homepage="https://jupyter.org"
distfiles="${PYPI_SITE}/j/jupyter_core/jupyter_core-${version}.tar.gz"
checksum=ba70754aa680300306c699790128f6fbd8c306ee5927976cbe48adacf240c0b7
alternatives="
jupyter-core:jupyter:/usr/bin/jupyter2
jupyter-core:jupyter-migrate:/usr/bin/jupyter-migrate2"
post_install() {
vlicense COPYING.md LICENSE
}
python3-jupyter_core_package() {
alternatives="
jupyter-core:jupyter:/usr/bin/jupyter3
jupyter-core:jupyter-migrate:/usr/bin/jupyter-migrate3"
archs=noarch
depends="python3-traitlets"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/bin/jupyter3
vmove usr/bin/jupyter-migrate3
vmove usr/lib/python3*
vlicense COPYING.md LICENSE
}
}
python3-jupyter_package() {
build_style=meta
archs=noarch
depends="python3-jupyter_notebook python3-jupyter_console
python3-jupyter_ipywidgets"
short_desc="Jupyter metapackage for Void Linux"
}

View file

@ -1 +0,0 @@
python-jupyter_core

View file

@ -0,0 +1,36 @@
# Template file for 'python3-jupyter_core'
pkgname=python3-jupyter_core
version=4.4.0
revision=4
archs=noarch
wrksrc="jupyter_core-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-traitlets"
checkdepends="$depends python3-pytest python3-six python3-ipython_genutils
python3-ipython_ipykernel python3-decorator python3-nose"
short_desc="Jupyter core package"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause"
homepage="https://jupyter.org"
distfiles="${PYPI_SITE}/j/jupyter_core/jupyter_core-${version}.tar.gz"
checksum=ba70754aa680300306c699790128f6fbd8c306ee5927976cbe48adacf240c0b7
conflicts="python-jupyter_core<=4.4.0_3"
do_check() {
# Those 2 test cases will be fixed in 4.6.3
PYTHONPATH=$(pwd)/build/lib py.test -k \
'not test_not_on_path and not test_path_priority'
}
post_install() {
vlicense COPYING.md LICENSE
}
python3-jupyter_package() {
build_style=meta
archs=noarch
depends="python3-jupyter_notebook python3-jupyter_console
python3-jupyter_ipywidgets"
short_desc="Jupyter metapackage for Void Linux"
}