From 83058bc34da0e5079579bcca372bd7d8f6f692e9 Mon Sep 17 00:00:00 2001 From: Adam Beckmeyer Date: Tue, 7 Jul 2020 09:49:55 -0400 Subject: [PATCH] python3-jupyter_console: tarball from github instead of pypi The tarball on pypi does not include the scripts dir which is where /usr/bin/jupyter-console is installed from. Earlier versions included the scripts directory on pypi. --- srcpkgs/python3-jupyter_console/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template index 85cdf4df567..3a56c47392b 100644 --- a/srcpkgs/python3-jupyter_console/template +++ b/srcpkgs/python3-jupyter_console/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_console' pkgname=python3-jupyter_console version=6.1.0 -revision=1 +revision=2 archs=noarch wrksrc="jupyter_console-${version}" build_style=python3-module @@ -13,8 +13,9 @@ short_desc="Jupyter terminal console (Python3)" maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://github.com/jupyter/jupyter_console" -distfiles="${PYPI_SITE}/j/jupyter_console/jupyter_console-${version}.tar.gz" -checksum=6f6ead433b0534909df789ea64f0a14cdf9b6b2360757756f08182be4b9e431b +# pypi release of jupyter_console v6.1.0 does not include scripts dir +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=838c95c99ce52978e1660e7a30dd933dede158e2f4da1bc5fad1a8fad44570b7 # alternatives will be a conflict conflicts="python-jupyter_console<=6.0.0_2"