Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2019 17:31:08 +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: r521366 - in head/devel: . py-cleo
Message-ID:  <201912291731.xBTHV8sB069942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 29 17:31:08 2019
New Revision: 521366
URL: https://svnweb.freebsd.org/changeset/ports/521366

Log:
  Add py-cleo 0.7.6
  
  Cleo creates beautiful and testable command-line interfaces. Cleo is mostly a
  higher level wrapper for CliKit, so a lot of the components and utilities comes
  from it.
  
  WWW: https://github.com/sdispater/cleo

Added:
  head/devel/py-cleo/
  head/devel/py-cleo/Makefile   (contents, props changed)
  head/devel/py-cleo/distinfo   (contents, props changed)
  head/devel/py-cleo/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Dec 29 17:31:01 2019	(r521365)
+++ head/devel/Makefile	Sun Dec 29 17:31:08 2019	(r521366)
@@ -4289,6 +4289,7 @@
     SUBDIR += py-circuits
     SUBDIR += py-cjson
     SUBDIR += py-cld
+    SUBDIR += py-cleo
     SUBDIR += py-cli-helpers
     SUBDIR += py-cliapp
     SUBDIR += py-click

Added: head/devel/py-cleo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-cleo/Makefile	Sun Dec 29 17:31:08 2019	(r521366)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	cleo
+PORTVERSION=	0.7.6
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Create beautiful and testable command-line interfaces
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}clikit>=0.4.0<0.5.0:devel/py-clikit@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-cleo/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-cleo/distinfo	Sun Dec 29 17:31:08 2019	(r521366)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1577626017
+SHA256 (cleo-0.7.6.tar.gz) = 99cf342406f3499cec43270fcfaf93c126c5164092eca201dfef0f623360b409
+SIZE (cleo-0.7.6.tar.gz) = 21835

Added: head/devel/py-cleo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-cleo/pkg-descr	Sun Dec 29 17:31:08 2019	(r521366)
@@ -0,0 +1,5 @@
+Cleo creates beautiful and testable command-line interfaces. Cleo is mostly a
+higher level wrapper for CliKit, so a lot of the components and utilities comes
+from it.
+
+WWW: https://github.com/sdispater/cleo



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