New package: python3-spinners-0.0.24
This commit is contained in:
parent
7939cf3827
commit
b15f8c0496
|
@ -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 <orphan@voidlinux.org>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in New Issue