git: e1576bce3d3f - main - misc/py-halo: Add new port
Mateusz Piotrowski
0mp at FreeBSD.org
Tue May 25 10:34:54 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e1576bce3d3ffe78d38942bce2380a9a15cc4c9a
commit e1576bce3d3ffe78d38942bce2380a9a15cc4c9a
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-05-25 10:24:23 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-05-25 10:34:38 +0000
misc/py-halo: Add new port
---
misc/py-halo/Makefile | 23 +++++++++++++++++++++++
misc/py-halo/distinfo | 3 +++
misc/py-halo/pkg-descr | 4 ++++
3 files changed, 30 insertions(+)
diff --git a/misc/py-halo/Makefile b/misc/py-halo/Makefile
new file mode 100644
index 000000000000..3d310b0e6961
--- /dev/null
+++ b/misc/py-halo/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= halo
+DISTVERSION= 0.0.31
+CATEGORIES= misc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= 0mp at FreeBSD.org
+COMMENT= Beautiful terminal spinners in Python
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.9:devel/py-colorama@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}log_symbols>=0.0.14:misc/py-log_symbols@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}spinners>=0.0.24:misc/py-spinners@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/misc/py-halo/distinfo b/misc/py-halo/distinfo
new file mode 100644
index 000000000000..cb41c9bb897a
--- /dev/null
+++ b/misc/py-halo/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1621935862
+SHA256 (halo-0.0.31.tar.gz) = 7b67a3521ee91d53b7152d4ee3452811e1d2a6321975137762eb3d70063cc9d6
+SIZE (halo-0.0.31.tar.gz) = 11666
diff --git a/misc/py-halo/pkg-descr b/misc/py-halo/pkg-descr
new file mode 100644
index 000000000000..2dacdc21d8d6
--- /dev/null
+++ b/misc/py-halo/pkg-descr
@@ -0,0 +1,4 @@
+Halo is a Python library for beautiful spinners. It is inspired by the
+JavaScript library called ora.
+
+WWW: https://github.com/manrajgrover/halo
More information about the dev-commits-ports-all
mailing list