svn commit: r480171 - in head/devel: . py-poyo

Matthew Seaman matthew at FreeBSD.org
Thu Sep 20 13:56:19 UTC 2018


Author: matthew
Date: Thu Sep 20 13:56:17 2018
New Revision: 480171
URL: https://svnweb.freebsd.org/changeset/ports/480171

Log:
  Add py-poyo 0.4.1, lightweight YAML Parser.

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Sep 20 13:42:10 2018	(r480170)
+++ head/devel/Makefile	Thu Sep 20 13:56:17 2018	(r480171)
@@ -4851,6 +4851,7 @@
     SUBDIR += py-pooch
     SUBDIR += py-positional
     SUBDIR += py-posix_ipc
+    SUBDIR += py-poyo
     SUBDIR += py-pp
     SUBDIR += py-pqueue
     SUBDIR += py-pretend

Added: head/devel/py-poyo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-poyo/Makefile	Thu Sep 20 13:56:17 2018	(r480171)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	poyo
+PORTVERSION=	0.4.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	matthew at FreeBSD.org
+COMMENT=	Lightweight YAML Parser
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+do-test:
+	@cd ${WRKSRC} && ${LOCALBASE}/bin/tox-${PYTHON_VER}
+
+.include <bsd.port.mk>

Added: head/devel/py-poyo/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-poyo/distinfo	Thu Sep 20 13:56:17 2018	(r480171)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537447352
+SHA256 (poyo-0.4.1.tar.gz) = 103b4ee3e1c7765098fe1cabe43f828db2e2a6079646561a2117e1a809f352d6
+SIZE (poyo-0.4.1.tar.gz) = 10960

Added: head/devel/py-poyo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-poyo/pkg-descr	Thu Sep 20 13:56:17 2018	(r480171)
@@ -0,0 +1,8 @@
+A lightweight YAML Parser for Python
+
+Please note that Poyo supports only a chosen subset of the YAML
+format.
+
+It can only read but not write and is not compatible with JSON.
+
+WWW: https://pypi.org/project/poyo/


More information about the svn-ports-head mailing list