[Midnightbsd-cvs] mports [22487] trunk/devel: add configparser

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 11 16:00:57 EDT 2017


Revision: 22487
          http://svnweb.midnightbsd.org/mports/?rev=22487
Author:   laffer1
Date:     2017-06-11 16:00:57 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
add configparser

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py-configparser/
    trunk/devel/py-configparser/Makefile
    trunk/devel/py-configparser/distinfo
    trunk/devel/py-configparser/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2017-06-11 19:58:16 UTC (rev 22486)
+++ trunk/devel/Makefile	2017-06-11 20:00:57 UTC (rev 22487)
@@ -436,6 +436,7 @@
 SUBDIR += py-botocore
 SUBDIR += py-cffi
 SUBDIR += py-colorama
+SUBDIR += py-configparser
 SUBDIR += py-dateutil
 SUBDIR += py-dbus
 SUBDIR += py-enum34

Added: trunk/devel/py-configparser/Makefile
===================================================================
--- trunk/devel/py-configparser/Makefile	                        (rev 0)
+++ trunk/devel/py-configparser/Makefile	2017-06-11 20:00:57 UTC (rev 22487)
@@ -0,0 +1,18 @@
+# $MidnightBSD$
+
+PORTNAME=	configparser
+PORTVERSION=	3.5.0
+PORTEPOCH=	1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	INI style configuration file parser
+
+LICENSE=	mit
+
+USES=		python:2
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-configparser/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-configparser/distinfo
===================================================================
--- trunk/devel/py-configparser/distinfo	                        (rev 0)
+++ trunk/devel/py-configparser/distinfo	2017-06-11 20:00:57 UTC (rev 22487)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1470754619
+SHA256 (configparser-3.5.0.tar.gz) = 5308b47021bc2340965c371f0f058cc6971a04502638d4244225c49d80db273a
+SIZE (configparser-3.5.0.tar.gz) = 39573


Property changes on: trunk/devel/py-configparser/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-configparser/pkg-descr
===================================================================
--- trunk/devel/py-configparser/pkg-descr	                        (rev 0)
+++ trunk/devel/py-configparser/pkg-descr	2017-06-11 20:00:57 UTC (rev 22487)
@@ -0,0 +1,6 @@
+The ancient ConfigParser module available in the standard
+library 2.x has seen a major update in Python 3.2. This
+is a backport of those changes so that they can be used
+directly in Python 2.6 - 2.7
+
+WWW: https://pypi.python.org/pypi/configparser


Property changes on: trunk/devel/py-configparser/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