git: d44547cbd184 - main - misc/py-spinners: Add new port
Mateusz Piotrowski
0mp at FreeBSD.org
Tue May 25 10:34:53 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d44547cbd18400b73f6a69eac1d10a23a17b360c
commit d44547cbd18400b73f6a69eac1d10a23a17b360c
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-05-25 10:08:47 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-05-25 10:34:38 +0000
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(+)
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 at 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.
More information about the dev-commits-ports-all
mailing list