Date: Tue, 29 May 2018 04:32:36 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471078 - in head/textproc: . py-toml Message-ID: <201805290432.w4T4Wa6U064047@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue May 29 04:32:35 2018 New Revision: 471078 URL: https://svnweb.freebsd.org/changeset/ports/471078 Log: Add py-toml 0.9.4, python library for parsing and creating TOML. PR: 228528 Submitted by: Waitman Gobble <waitman@waitman.net> Added: head/textproc/py-toml/ head/textproc/py-toml/Makefile (contents, props changed) head/textproc/py-toml/distinfo (contents, props changed) head/textproc/py-toml/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue May 29 03:25:25 2018 (r471077) +++ head/textproc/Makefile Tue May 29 04:32:35 2018 (r471078) @@ -1406,6 +1406,7 @@ SUBDIR += py-textfsm SUBDIR += py-texttable SUBDIR += py-tinycss + SUBDIR += py-toml SUBDIR += py-toronado SUBDIR += py-trans SUBDIR += py-transifex-client Added: head/textproc/py-toml/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-toml/Makefile Tue May 29 04:32:35 2018 (r471078) @@ -0,0 +1,28 @@ +# Created by: Waitman Gobble <waitman@waitman.net> +# $FreeBSD$ + +PORTNAME= toml +PORTVERSION= 0.9.4 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Python library for parsing and creating TOML + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +OPTIONS_DEFINE= DOCS + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils + +PORTDOCS= README.rst + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> Added: head/textproc/py-toml/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-toml/distinfo Tue May 29 04:32:35 2018 (r471078) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527389739 +SHA256 (toml-0.9.4.tar.gz) = 8e86bd6ce8cc11b9620cb637466453d94f5d57ad86f17e98a98d1f73e3baab2d +SIZE (toml-0.9.4.tar.gz) = 12752 Added: head/textproc/py-toml/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-toml/pkg-descr Tue May 29 04:32:35 2018 (r471078) @@ -0,0 +1,4 @@ +A Python library for parsing and creating TOML. +Tom's Obvious, Minimal Language + +WWW: https://pypi.org/project/toml/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805290432.w4T4Wa6U064047>