From owner-svn-ports-head@FreeBSD.ORG Sun Mar 22 14:59:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA26F445; Sun, 22 Mar 2015 14:59:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BDCE9CA; Sun, 22 Mar 2015 14:59:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2MExSvY038859; Sun, 22 Mar 2015 14:59:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2MExRqh038852; Sun, 22 Mar 2015 14:59:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503221459.t2MExRqh038852@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 22 Mar 2015 14:59:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381923 - in head/devel: . py-kaptan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2015 14:59:28 -0000 Author: sunpoet Date: Sun Mar 22 14:59:26 2015 New Revision: 381923 URL: https://svnweb.freebsd.org/changeset/ports/381923 QAT: https://qat.redports.org/buildarchive/r381923/ Log: - Add py-kaptan 0.5.8 Config file parser for Python projects. Supports JSON, INI and YAML. WWW: https://pypi.python.org/pypi/kaptan PR: 196306 Submitted by: Tony Narlock Added: head/devel/py-kaptan/ head/devel/py-kaptan/Makefile (contents, props changed) head/devel/py-kaptan/distinfo (contents, props changed) head/devel/py-kaptan/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 22 14:59:10 2015 (r381922) +++ head/devel/Makefile Sun Mar 22 14:59:26 2015 (r381923) @@ -3881,6 +3881,7 @@ SUBDIR += py-jsonpointer SUBDIR += py-jsonrpclib SUBDIR += py-jsonschema + SUBDIR += py-kaptan SUBDIR += py-kazoo SUBDIR += py-kid SUBDIR += py-kjbuckets Added: head/devel/py-kaptan/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-kaptan/Makefile Sun Mar 22 14:59:26 2015 (r381923) @@ -0,0 +1,21 @@ +# Created by: Tony Narlock +# $FreeBSD$ + +PORTNAME= kaptan +PORTVERSION= 0.5.8 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tony@git-pull.com +COMMENT= Python config parser for json, yaml + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-kaptan/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-kaptan/distinfo Sun Mar 22 14:59:26 2015 (r381923) @@ -0,0 +1,2 @@ +SHA256 (kaptan-0.5.8.tar.gz) = 7817989386899b04d927194b0950ed508acc0c9db082e04ceb7eb7edbd4119ad +SIZE (kaptan-0.5.8.tar.gz) = 7088 Added: head/devel/py-kaptan/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-kaptan/pkg-descr Sun Mar 22 14:59:26 2015 (r381923) @@ -0,0 +1,4 @@ +Config file parser for Python projects. Supports JSON, INI +and YAML. + +WWW: https://pypi.python.org/pypi/kaptan