aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-05-25 10:08:47 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-05-25 10:34:38 +0000
commitd44547cbd18400b73f6a69eac1d10a23a17b360c (patch)
tree75baf55c63b4c9f0a1664980ffb97537459d70ed
parentfd431b12bf89ba0d866e654493b1603c81a83784 (diff)
downloadports-d44547cbd18400b73f6a69eac1d10a23a17b360c.tar.gz
ports-d44547cbd18400b73f6a69eac1d10a23a17b360c.zip
misc/py-spinners: Add new port
-rw-r--r--misc/Makefile1
-rw-r--r--misc/py-spinners/Makefile17
-rw-r--r--misc/py-spinners/distinfo3
-rw-r--r--misc/py-spinners/pkg-descr4
4 files changed, 25 insertions, 0 deletions
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 <bsd.port.mk>
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.