Date: Sun, 14 Jul 2019 14:02:28 +0000 (UTC) From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506618 - in head/devel: . py-inifile Message-ID: <201907141402.x6EE2S0g043070@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: egypcio Date: Sun Jul 14 14:02:28 2019 New Revision: 506618 URL: https://svnweb.freebsd.org/changeset/ports/506618 Log: [NEW PORT] devel/py-inifile: Small INI library for Python Added: head/devel/py-inifile/ head/devel/py-inifile/Makefile (contents, props changed) head/devel/py-inifile/distinfo (contents, props changed) head/devel/py-inifile/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jul 14 12:27:30 2019 (r506617) +++ head/devel/Makefile Sun Jul 14 14:02:28 2019 (r506618) @@ -3991,6 +3991,7 @@ SUBDIR += py-ExtensionClass SUBDIR += py-Faker SUBDIR += py-IBMQuantumExperience + SUBDIR += py-inifile SUBDIR += py-Jinja2 SUBDIR += py-Jinja2-doc SUBDIR += py-Js2Py Added: head/devel/py-inifile/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-inifile/Makefile Sun Jul 14 14:02:28 2019 (r506618) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= inifile +PORTVERSION= 0.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= egypcio@FreeBSD.org +COMMENT= Small INI library for Python + +LICENSE= BSD3CLAUSE + +USES= python zip +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-inifile/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-inifile/distinfo Sun Jul 14 14:02:28 2019 (r506618) @@ -0,0 +1,3 @@ +TIMESTAMP = 1562943163 +SHA256 (inifile-0.4.zip) = 891bc629f81477708581b30a7b0583bb5c9c2ee3c070afd4675ecd4f96b0d78d +SIZE (inifile-0.4.zip) = 7437 Added: head/devel/py-inifile/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-inifile/pkg-descr Sun Jul 14 14:02:28 2019 (r506618) @@ -0,0 +1,4 @@ +Small INI library for Python. Unlike a regular INI serializer it only +overwrites the lines that were modified. + +WWW: https://pypi.org/project/inifile/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907141402.x6EE2S0g043070>