From b15f8c0496d8b39cae586dda6c85daf203ac1297 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Fri, 14 Jan 2022 22:56:09 +0100 Subject: [PATCH] New package: python3-spinners-0.0.24 --- srcpkgs/python3-spinners/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-spinners/template diff --git a/srcpkgs/python3-spinners/template b/srcpkgs/python3-spinners/template new file mode 100644 index 00000000000..dd5b4c58f52 --- /dev/null +++ b/srcpkgs/python3-spinners/template @@ -0,0 +1,21 @@ +# Template file for 'python3-spinners' +pkgname=python3-spinners +version=0.0.24 +revision=1 +wrksrc="spinners-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc='Python wrapper for "amazing" node library cli-spinners' +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/manrajgrover/py-spinners" +distfiles="${PYPI_SITE}/s/spinners/spinners-${version}.tar.gz" +checksum=1eb6aeb4781d72ab42ed8a01dcf20f3002bf50740d7154d12fb8c9769bf9e27f +# 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 +}