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 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