[Midnightbsd-cvs] mports [23260] trunk/devel: add missing port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Apr 29 18:04:08 EDT 2018
Revision: 23260
http://svnweb.midnightbsd.org/mports/?rev=23260
Author: laffer1
Date: 2018-04-29 18:04:07 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
add missing port
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/py-configargparse/
trunk/devel/py-configargparse/Makefile
trunk/devel/py-configargparse/distinfo
trunk/devel/py-configargparse/pkg-descr
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2018-04-29 22:01:59 UTC (rev 23259)
+++ trunk/devel/Makefile 2018-04-29 22:04:07 UTC (rev 23260)
@@ -452,6 +452,7 @@
SUBDIR += py-botocore
SUBDIR += py-cffi
SUBDIR += py-colorama
+SUBDIR += py-configargparse
SUBDIR += py-configparser
SUBDIR += py-darcsver
SUBDIR += py-dateutil
Added: trunk/devel/py-configargparse/Makefile
===================================================================
--- trunk/devel/py-configargparse/Makefile (rev 0)
+++ trunk/devel/py-configargparse/Makefile 2018-04-29 22:04:07 UTC (rev 23260)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTNAME= configargparse
+PORTVERSION= 0.13.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ConfigArgParse-${PORTVERSION}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Drop-in replacement for argparse
+
+LICENSE= mit
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml
+
+NO_ARCH= yes
+USE_PYTHON= autoplist concurrent distutils
+USES= python
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-configargparse/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-configargparse/distinfo
===================================================================
--- trunk/devel/py-configargparse/distinfo (rev 0)
+++ trunk/devel/py-configargparse/distinfo 2018-04-29 22:04:07 UTC (rev 23260)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1517844693
+SHA256 (ConfigArgParse-0.13.0.tar.gz) = e6441aa58e23d3d122055808e5e2220fd742dff6e1e51082d2a4e4ed145dd788
+SIZE (ConfigArgParse-0.13.0.tar.gz) = 31775
Property changes on: trunk/devel/py-configargparse/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-configargparse/pkg-descr
===================================================================
--- trunk/devel/py-configargparse/pkg-descr (rev 0)
+++ trunk/devel/py-configargparse/pkg-descr 2018-04-29 22:04:07 UTC (rev 23260)
@@ -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
Property changes on: trunk/devel/py-configargparse/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list