Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2021 10:34:53 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e1576bce3d3f - main - misc/py-halo: Add new port
Message-ID:  <202105251034.14PAYrRK027397@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e1576bce3d3ffe78d38942bce2380a9a15cc4c9a

commit e1576bce3d3ffe78d38942bce2380a9a15cc4c9a
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-05-25 10:24:23 +0000
Commit:     Mateusz Piotrowski <0mp@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105251034.14PAYrRK027397>