diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter deleted file mode 120000 index d348df87da..0000000000 --- a/srcpkgs/python3-jupyter +++ /dev/null @@ -1 +0,0 @@ -python3-jupyter_core \ No newline at end of file diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template new file mode 100644 index 0000000000..58c3488436 --- /dev/null +++ b/srcpkgs/python3-jupyter/template @@ -0,0 +1,12 @@ +# Template file for 'python3-jupyter' +# +# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE +pkgname=python3-jupyter +version=4.6.3 +revision=2 +build_style=meta +depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets" +short_desc="Jupyter metapackage for Void Linux" +maintainer="Andrew J. Hesford " +license="BSD-3-Clause" +homepage="https://jupyter.org" diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template index ea75fa510a..413be27873 100644 --- a/srcpkgs/python3-jupyter_core/template +++ b/srcpkgs/python3-jupyter_core/template @@ -1,8 +1,7 @@ # Template file for 'python3-jupyter_core' pkgname=python3-jupyter_core version=4.6.3 -revision=1 -archs=noarch +revision=2 wrksrc="jupyter_core-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -24,11 +23,3 @@ do_check() { 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" -}