Date: Sun, 8 Jan 2017 06:18:03 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430855 - in head/misc: . py-crudini Message-ID: <201701080618.v086I30w018023@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sun Jan 8 06:18:03 2017 New Revision: 430855 URL: https://svnweb.freebsd.org/changeset/ports/430855 Log: Add py-crudini 0.9, utility for manipulating ini files. PR: 215851 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> Added: head/misc/py-crudini/ head/misc/py-crudini/Makefile (contents, props changed) head/misc/py-crudini/distinfo (contents, props changed) head/misc/py-crudini/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Jan 8 05:39:54 2017 (r430854) +++ head/misc/Makefile Sun Jan 8 06:18:03 2017 (r430855) @@ -371,6 +371,7 @@ SUBDIR += proxyper SUBDIR += pspresent SUBDIR += py-YABT + SUBDIR += py-crudini SUBDIR += py-fuzzy SUBDIR += py-glance SUBDIR += py-osd Added: head/misc/py-crudini/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-crudini/Makefile Sun Jan 8 06:18:03 2017 (r430855) @@ -0,0 +1,20 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= crudini +PORTVERSION= 0.9 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Utility for manipulating ini files + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iniparse>=0.3.2:devel/py-iniparse + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/misc/py-crudini/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-crudini/distinfo Sun Jan 8 06:18:03 2017 (r430855) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483638567 +SHA256 (crudini-0.9.tar.gz) = 10512a5a2f7b54b42e48a1d00f0c6398947c2ba6c264b9fdef86677f0e949fd3 +SIZE (crudini-0.9.tar.gz) = 24026 Added: head/misc/py-crudini/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-crudini/pkg-descr Sun Jan 8 06:18:03 2017 (r430855) @@ -0,0 +1,4 @@ +Crudini is the utility for handling ini files from the command line and +shell scripts. + +WWW: http://pypi.python.org/pypi/crudini
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701080618.v086I30w018023>