svn commit: r527188 - in head/textproc: . py-pytoml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 26 20:46:25 UTC 2020


Author: sunpoet
Date: Wed Feb 26 20:46:22 2020
New Revision: 527188
URL: https://svnweb.freebsd.org/changeset/ports/527188

Log:
  Add py-pytoml 0.1.21
  
  This project aims at being a specs-conforming and strict parser and writer for
  TOML files. The library currently supports version 0.4.0 of the specs.
  
  WWW: https://github.com/avakar/pytoml

Added:
  head/textproc/py-pytoml/
  head/textproc/py-pytoml/Makefile   (contents, props changed)
  head/textproc/py-pytoml/distinfo   (contents, props changed)
  head/textproc/py-pytoml/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Feb 26 20:46:16 2020	(r527187)
+++ head/textproc/Makefile	Wed Feb 26 20:46:22 2020	(r527188)
@@ -1344,6 +1344,7 @@
     SUBDIR += py-python-slugify
     SUBDIR += py-python-xmp-toolkit
     SUBDIR += py-pytidylib
+    SUBDIR += py-pytoml
     SUBDIR += py-pyx12
     SUBDIR += py-qrcode
     SUBDIR += py-qt5-xml

Added: head/textproc/py-pytoml/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pytoml/Makefile	Wed Feb 26 20:46:22 2020	(r527188)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pytoml
+PORTVERSION=	0.1.21
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Parser for TOML 0.4.0
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-pytoml/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pytoml/distinfo	Wed Feb 26 20:46:22 2020	(r527188)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1582733353
+SHA256 (pytoml-0.1.21.tar.gz) = 8eecf7c8d0adcff3b375b09fe403407aa9b645c499e5ab8cac670ac4a35f61e7
+SIZE (pytoml-0.1.21.tar.gz) = 8783

Added: head/textproc/py-pytoml/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pytoml/pkg-descr	Wed Feb 26 20:46:22 2020	(r527188)
@@ -0,0 +1,4 @@
+This project aims at being a specs-conforming and strict parser and writer for
+TOML files. The library currently supports version 0.4.0 of the specs.
+
+WWW: https://github.com/avakar/pytoml


More information about the svn-ports-head mailing list