mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
misc/py-spinners: Add new port
This commit is contained in:
parent
fd431b12bf
commit
d44547cbd1
4 changed files with 25 additions and 0 deletions
|
@ -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
17
misc/py-spinners/Makefile
Normal 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>
|
3
misc/py-spinners/distinfo
Normal file
3
misc/py-spinners/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1621937037
|
||||||
|
SHA256 (spinners-0.0.24.tar.gz) = 1eb6aeb4781d72ab42ed8a01dcf20f3002bf50740d7154d12fb8c9769bf9e27f
|
||||||
|
SIZE (spinners-0.0.24.tar.gz) = 5308
|
4
misc/py-spinners/pkg-descr
Normal file
4
misc/py-spinners/pkg-descr
Normal 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.
|
Loading…
Add table
Reference in a new issue