diff --git a/srcpkgs/python3-halo/template b/srcpkgs/python3-halo/template new file mode 100644 index 0000000000..2b6d7bb7b1 --- /dev/null +++ b/srcpkgs/python3-halo/template @@ -0,0 +1,22 @@ +# Template file for 'python3-halo' +pkgname=python3-halo +version=0.0.31 +revision=1 +wrksrc="halo-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-log_symbols python3-spinners python3-termcolor + python3-colorama python3-six" +short_desc="Beautiful spinners for terminal, IPython and Jupyter" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/manrajgrover/halo" +distfiles="${PYPI_SITE}/h/halo/halo-${version}.tar.gz" +checksum=7b67a3521ee91d53b7152d4ee3452811e1d2a6321975137762eb3d70063cc9d6 +# Tests aren't distributed in the PyPi tarball and there are no tags +# in the repo on GitHub so we can't get the tarball from there... +make_check=no + +post_install() { + vlicense LICENSE +}