Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2015 09:18:47 +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: r389617 - in head/devel: . py-configargparse
Message-ID:  <201506140918.t5E9IlQU075925@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 14 09:18:46 2015
New Revision: 389617
URL: https://svnweb.freebsd.org/changeset/ports/389617

Log:
  - Add py-configargparse 0.9.3
  
  ConfigArgParse is a drop-in replacement for argparse that allows options to
  also be set via config files and/or environment variables.
  
  WWW: https://pypi.python.org/pypi/ConfigArgParse
  WWW: https://github.com/bw2/ConfigArgParse

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jun 14 09:18:40 2015	(r389616)
+++ head/devel/Makefile	Sun Jun 14 09:18:46 2015	(r389617)
@@ -3811,6 +3811,7 @@
     SUBDIR += py-colorama
     SUBDIR += py-colorlog
     SUBDIR += py-conditional
+    SUBDIR += py-configargparse
     SUBDIR += py-configobj
     SUBDIR += py-configparser
     SUBDIR += py-construct

Added: head/devel/py-configargparse/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-configargparse/Makefile	Sun Jun 14 09:18:46 2015	(r389617)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	configargparse
+PORTVERSION=	0.9.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	ConfigArgParse-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Drop-in replacement for argparse
+
+LICENSE=	MIT
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
+USES=		python
+
+.include <bsd.port.mk>

Added: head/devel/py-configargparse/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-configargparse/distinfo	Sun Jun 14 09:18:46 2015	(r389617)
@@ -0,0 +1,2 @@
+SHA256 (ConfigArgParse-0.9.3.tar.gz) = 141c57112e1f8eb7e594a9820e95af897a7fa2d186cef5cff7e08cb3f7252829
+SIZE (ConfigArgParse-0.9.3.tar.gz) = 18983

Added: head/devel/py-configargparse/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-configargparse/pkg-descr	Sun Jun 14 09:18:46 2015	(r389617)
@@ -0,0 +1,5 @@
+ConfigArgParse is a drop-in replacement for argparse that allows options to
+also be set via config files and/or environment variables.
+
+WWW: https://pypi.python.org/pypi/ConfigArgParse
+WWW: https://github.com/bw2/ConfigArgParse



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