From owner-svn-ports-all@freebsd.org Sun Apr 7 16:36:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC2951563F15; Sun, 7 Apr 2019 16:36:21 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B7B996DFA; Sun, 7 Apr 2019 16:36:21 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 157B4EC36; Sun, 7 Apr 2019 16:36:21 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x37GaKTU037854; Sun, 7 Apr 2019 16:36:20 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x37GaK35037848; Sun, 7 Apr 2019 16:36:20 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201904071636.x37GaK35037848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 7 Apr 2019 16:36:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498290 - in head/devel: . py-saneyaml X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: in head/devel: . py-saneyaml X-SVN-Commit-Revision: 498290 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3B7B996DFA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2019 16:36:22 -0000 Author: kai Date: Sun Apr 7 16:36:20 2019 New Revision: 498290 URL: https://svnweb.freebsd.org/changeset/ports/498290 Log: New port: devel/py-saneyaml Dump readable YAML and load safely any YAML preserving ordering and avoiding surprises of type conversions. This library is a PyYaml wrapper with sane behaviour to read and write readable YAML safely, typically when used for configuration. WWW: https://github.com/nexB/saneyaml Approved by: mentors (implicit) Added: head/devel/py-saneyaml/ head/devel/py-saneyaml/Makefile (contents, props changed) head/devel/py-saneyaml/distinfo (contents, props changed) head/devel/py-saneyaml/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Apr 7 16:34:21 2019 (r498289) +++ head/devel/Makefile Sun Apr 7 16:36:20 2019 (r498290) @@ -5100,6 +5100,7 @@ SUBDIR += py-rwt SUBDIR += py-rx SUBDIR += py-sanetime + SUBDIR += py-saneyaml SUBDIR += py-sarge SUBDIR += py-schedule SUBDIR += py-schema Added: head/devel/py-saneyaml/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-saneyaml/Makefile Sun Apr 7 16:36:20 2019 (r498290) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= saneyaml +DISTVERSIONPREFIX= v +DISTVERSION= 0.1 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kai@FreeBSD.org +COMMENT= Dump readable YAML and load safely any YAML data + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/apache-2.0.LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_ACCOUNT= nexB + +NO_ARCH= yes + +.include Added: head/devel/py-saneyaml/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-saneyaml/distinfo Sun Apr 7 16:36:20 2019 (r498290) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544915286 +SHA256 (nexB-saneyaml-v0.1_GH0.tar.gz) = 72a0807532d870945daf5cb7f15e2926072e06e6f3f8d7b8eb6107dd9c78f409 +SIZE (nexB-saneyaml-v0.1_GH0.tar.gz) = 22597 Added: head/devel/py-saneyaml/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-saneyaml/pkg-descr Sun Apr 7 16:36:20 2019 (r498290) @@ -0,0 +1,7 @@ +Dump readable YAML and load safely any YAML preserving ordering and avoiding +surprises of type conversions. + +This library is a PyYaml wrapper with sane behaviour to read and write readable +YAML safely, typically when used for configuration. + +WWW: https://github.com/nexB/saneyaml