From d44547cbd18400b73f6a69eac1d10a23a17b360c Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 25 May 2021 12:08:47 +0200 Subject: [PATCH] misc/py-spinners: Add new port --- misc/Makefile | 1 + misc/py-spinners/Makefile | 17 +++++++++++++++++ misc/py-spinners/distinfo | 3 +++ misc/py-spinners/pkg-descr | 4 ++++ 4 files changed, 25 insertions(+) create mode 100644 misc/py-spinners/Makefile create mode 100644 misc/py-spinners/distinfo create mode 100644 misc/py-spinners/pkg-descr diff --git a/misc/Makefile b/misc/Makefile index 3f7483ccbab4..2e9e5afdcd1e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -409,6 +409,7 @@ SUBDIR += py-spdx SUBDIR += py-spdx-lookup SUBDIR += py-spdx-tools + SUBDIR += py-spinners SUBDIR += py-tflearn SUBDIR += py-tflite SUBDIR += py-tflite-support diff --git a/misc/py-spinners/Makefile b/misc/py-spinners/Makefile new file mode 100644 index 000000000000..c915fda500ad --- /dev/null +++ b/misc/py-spinners/Makefile @@ -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 diff --git a/misc/py-spinners/distinfo b/misc/py-spinners/distinfo new file mode 100644 index 000000000000..75aeb7875d62 --- /dev/null +++ b/misc/py-spinners/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621937037 +SHA256 (spinners-0.0.24.tar.gz) = 1eb6aeb4781d72ab42ed8a01dcf20f3002bf50740d7154d12fb8c9769bf9e27f +SIZE (spinners-0.0.24.tar.gz) = 5308 diff --git a/misc/py-spinners/pkg-descr b/misc/py-spinners/pkg-descr new file mode 100644 index 000000000000..e378d3e7ca05 --- /dev/null +++ b/misc/py-spinners/pkg-descr @@ -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.