1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Clint is a Python module filled with a set of awesome tools for developing

command line applications.

WWW: https://github.com/kennethreitz/clint
This commit is contained in:
Nicola Vitale 2014-07-18 01:55:41 +00:00
parent d3ad8eeeb4
commit e004b0b5eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362171
4 changed files with 30 additions and 0 deletions

View File

@ -3593,6 +3593,7 @@
SUBDIR += py-cjson
SUBDIR += py-cld
SUBDIR += py-click
SUBDIR += py-clint
SUBDIR += py-clonedigger
SUBDIR += py-cmdln
SUBDIR += py-cog

23
devel/py-clint/Makefile Normal file
View File

@ -0,0 +1,23 @@
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= clint
PORTVERSION= 0.3.7
#PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python command-line application tools
LICENSE= ISCL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}args>=0.1.0:${PORTSDIR}/devel/py-args
PYDISTUTILS_AUTOPLIST= yes
USE_PYDISTUTILS= yes
USE_PYTHON= yes
.include <bsd.port.mk>

2
devel/py-clint/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (clint-0.3.7.tar.gz) = e2c100dafc9e2ad92c324b9b8a03999000e37795249f7e7f736d2e83389973b8
SIZE (clint-0.3.7.tar.gz) = 25387

4
devel/py-clint/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Clint is a Python module filled with a set of awesome tools for developing
command line applications.
WWW: https://github.com/kennethreitz/clint