From owner-svn-ports-head@freebsd.org Wed May 13 20:22:51 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7D8B82FEC96; Wed, 13 May 2020 20:22:51 +0000 (UTC) (envelope-from bland@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 49MmLz2nxPz4WNH; Wed, 13 May 2020 20:22:51 +0000 (UTC) (envelope-from bland@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 5B2EA270A9; Wed, 13 May 2020 20:22:51 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04DKMpxb087325; Wed, 13 May 2020 20:22:51 GMT (envelope-from bland@FreeBSD.org) Received: (from bland@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04DKMo1R087319; Wed, 13 May 2020 20:22:50 GMT (envelope-from bland@FreeBSD.org) Message-Id: <202005132022.04DKMo1R087319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bland set sender to bland@FreeBSD.org using -f From: Alexander Nedotsukov Date: Wed, 13 May 2020 20:22:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535138 - in head/textproc: . py-line-protocol-parser X-SVN-Group: ports-head X-SVN-Commit-Author: bland X-SVN-Commit-Paths: in head/textproc: . py-line-protocol-parser X-SVN-Commit-Revision: 535138 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2020 20:22:51 -0000 Author: bland Date: Wed May 13 20:22:50 2020 New Revision: 535138 URL: https://svnweb.freebsd.org/changeset/ports/535138 Log: Add py-line-protocol-parser 1.0.2 Added: head/textproc/py-line-protocol-parser/ head/textproc/py-line-protocol-parser/Makefile (contents, props changed) head/textproc/py-line-protocol-parser/distinfo (contents, props changed) head/textproc/py-line-protocol-parser/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed May 13 20:10:01 2020 (r535137) +++ head/textproc/Makefile Wed May 13 20:22:50 2020 (r535138) @@ -1271,6 +1271,7 @@ SUBDIR += py-libxml2 SUBDIR += py-libxslt SUBDIR += py-license-expression + SUBDIR += py-line-protocol-parser SUBDIR += py-m2r SUBDIR += py-mako SUBDIR += py-markdown Added: head/textproc/py-line-protocol-parser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-line-protocol-parser/Makefile Wed May 13 20:22:50 2020 (r535138) @@ -0,0 +1,25 @@ +# Created by: Alexander Nedotsukov +# $FreeBSD$ + +PORTNAME= line-protocol-parser +PORTVERSION= 1.0.2 +CATEGORIES= textproc python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bland@FreeBSD.org +COMMENT= Parses InfluxDB line protocol strings into Python dictionaries + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +USES= python +USE_GITHUB= yes +USE_PYTHON= autoplist concurrent distutils + +GH_ACCOUNT= Penlect +GH_PROJECT= line-protocol-parser + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + +.include Added: head/textproc/py-line-protocol-parser/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-line-protocol-parser/distinfo Wed May 13 20:22:50 2020 (r535138) @@ -0,0 +1,3 @@ +TIMESTAMP = 1589309434 +SHA256 (Penlect-line-protocol-parser-1.0.2_GH0.tar.gz) = eefbd18a2a9bac762364128ec4bed158a75426df0e5122599874c1f2e0de1e7c +SIZE (Penlect-line-protocol-parser-1.0.2_GH0.tar.gz) = 11299 Added: head/textproc/py-line-protocol-parser/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-line-protocol-parser/pkg-descr Wed May 13 20:22:50 2020 (r535138) @@ -0,0 +1,5 @@ +The InfluxDB line protocol is a text based format for writing points to +InfluxDB. This library can read this format and convert line strings to +Python dicitonaries. + +WWW: https://github.com/Penlect/line-protocol-parser/