Date: Sun, 24 Feb 2019 17:55:51 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493778 - in head/misc: . py-huepy Message-ID: <201902241755.x1OHtpwL038232@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Feb 24 17:55:51 2019 New Revision: 493778 URL: https://svnweb.freebsd.org/changeset/ports/493778 Log: Add py-huepy 0.9.8.1 Hue provides a minimal and powerful interface to print colored text and labels in the terminal. WWW: https://github.com/s0md3v/hue Added: head/misc/py-huepy/ head/misc/py-huepy/Makefile (contents, props changed) head/misc/py-huepy/distinfo (contents, props changed) head/misc/py-huepy/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Feb 24 17:48:15 2019 (r493777) +++ head/misc/Makefile Sun Feb 24 17:55:51 2019 (r493778) @@ -376,6 +376,7 @@ SUBDIR += py-fast-histogram SUBDIR += py-fuzzy SUBDIR += py-glance + SUBDIR += py-huepy SUBDIR += py-kartograph SUBDIR += py-molequeue SUBDIR += py-orange3-associate Added: head/misc/py-huepy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-huepy/Makefile Sun Feb 24 17:55:51 2019 (r493778) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= huepy +PORTVERSION= 0.9.8.1 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Print awesomely in terminals + +LICENSE= GPLv3 + +USES= python zip +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-0.9.6 + +.include <bsd.port.mk> Added: head/misc/py-huepy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-huepy/distinfo Sun Feb 24 17:55:51 2019 (r493778) @@ -0,0 +1,3 @@ +TIMESTAMP = 1548620746 +SHA256 (huepy-0.9.8.1.zip) = 200c5af131fe52d3b5a0b2061a1eaaf60b34d6aafb98f11f22f503d14c9bfbf4 +SIZE (huepy-0.9.8.1.zip) = 3456 Added: head/misc/py-huepy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-huepy/pkg-descr Sun Feb 24 17:55:51 2019 (r493778) @@ -0,0 +1,4 @@ +Hue provides a minimal and powerful interface to print colored text and labels +in the terminal. + +WWW: https://github.com/s0md3v/hue
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902241755.x1OHtpwL038232>