[Midnightbsd-cvs] mports [23265] trunk/devel: add missing port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 29 20:57:00 EDT 2018


Revision: 23265
          http://svnweb.midnightbsd.org/mports/?rev=23265
Author:   laffer1
Date:     2018-04-29 20:56:59 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
add missing port

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

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

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-04-29 22:13:26 UTC (rev 23264)
+++ trunk/devel/Makefile	2018-04-30 00:56:59 UTC (rev 23265)
@@ -453,6 +453,7 @@
 SUBDIR += py-cffi
 SUBDIR += py-colorama
 SUBDIR += py-configargparse
+SUBDIR += py-configobj
 SUBDIR += py-configparser
 SUBDIR += py-darcsver
 SUBDIR += py-dateutil

Added: trunk/devel/py-configobj/Makefile
===================================================================
--- trunk/devel/py-configobj/Makefile	                        (rev 0)
+++ trunk/devel/py-configobj/Makefile	2018-04-30 00:56:59 UTC (rev 23265)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+
+PORTNAME=	configobj
+PORTVERSION=	5.0.6
+PORTREVISION=	1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Simple but powerful config file reader and writer
+
+LICENSE=	bsd3
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-configobj/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-configobj/distinfo
===================================================================
--- trunk/devel/py-configobj/distinfo	                        (rev 0)
+++ trunk/devel/py-configobj/distinfo	2018-04-30 00:56:59 UTC (rev 23265)
@@ -0,0 +1,2 @@
+SHA256 (configobj-5.0.6.tar.gz) = a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902
+SIZE (configobj-5.0.6.tar.gz) = 33248


Property changes on: trunk/devel/py-configobj/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-configobj/pkg-descr
===================================================================
--- trunk/devel/py-configobj/pkg-descr	                        (rev 0)
+++ trunk/devel/py-configobj/pkg-descr	2018-04-30 00:56:59 UTC (rev 23265)
@@ -0,0 +1,5 @@
+ConfigObj is a simple but powerful config file reader and writer: an ini
+file round tripper. Its main feature is that it is very easy to use, with a
+straightforward programmer's interface and a simple syntax for config file.
+
+WWW: https://github.com/DiffSK/configobj/


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