misc/py-spinners: Add new port

This commit is contained in:
Mateusz Piotrowski 2021-05-25 12:08:47 +02:00
parent fd431b12bf
commit d44547cbd1
4 changed files with 25 additions and 0 deletions

View file

@ -409,6 +409,7 @@
SUBDIR += py-spdx SUBDIR += py-spdx
SUBDIR += py-spdx-lookup SUBDIR += py-spdx-lookup
SUBDIR += py-spdx-tools SUBDIR += py-spdx-tools
SUBDIR += py-spinners
SUBDIR += py-tflearn SUBDIR += py-tflearn
SUBDIR += py-tflite SUBDIR += py-tflite
SUBDIR += py-tflite-support SUBDIR += py-tflite-support

17
misc/py-spinners/Makefile Normal file
View file

@ -0,0 +1,17 @@
PORTNAME= spinners
DISTVERSION= 0.0.24
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Spinners for terminal
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1621937037
SHA256 (spinners-0.0.24.tar.gz) = 1eb6aeb4781d72ab42ed8a01dcf20f3002bf50740d7154d12fb8c9769bf9e27f
SIZE (spinners-0.0.24.tar.gz) = 5308

View file

@ -0,0 +1,4 @@
This is a Python port of the Node library cli-spinners.
It features more than 60 spinners for terminal.
WWW: https://github.com/manrajgrover/py-spinners.