From owner-svn-ports-head@freebsd.org Thu Dec 24 13:48:45 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 9306C4C4FE1; Thu, 24 Dec 2020 13:48:45 +0000 (UTC) (envelope-from sunpoet@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4D1ryP0HGrz4SNW; Thu, 24 Dec 2020 13:48:44 +0000 (UTC) (envelope-from sunpoet@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 1978C11929; Thu, 24 Dec 2020 13:48:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BODmhZC028992; Thu, 24 Dec 2020 13:48:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BODmh4H028988; Thu, 24 Dec 2020 13:48:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012241348.0BODmh4H028988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Dec 2020 13:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559096 - in head/devel: . py-squint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-squint X-SVN-Commit-Revision: 559096 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.34 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: Thu, 24 Dec 2020 13:48:47 -0000 Author: sunpoet Date: Thu Dec 24 13:48:42 2020 New Revision: 559096 URL: https://svnweb.freebsd.org/changeset/ports/559096 Log: Add py-squint 0.1.0 Squint is a simple query interface for tabular data that's light-weight and easy to learn. A core feature of Squint is that the structure of a query's selection determines the structure of its result. With it you can: - Select data using Python literals -- sets, lists, dictionaries, etc. -- and get results in the same format. - Aggregate, map, filter, reduce, and otherwise manipulate data. - Lazily iterate over results, write them to a file, or eagerly evaluate them in memory. - Analyze data from CSV, Excel, SQL, and other data sources. WWW: https://github.com/shawnbrown/squint Added: head/devel/py-squint/ head/devel/py-squint/Makefile (contents, props changed) head/devel/py-squint/distinfo (contents, props changed) head/devel/py-squint/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Dec 24 13:48:37 2020 (r559095) +++ head/devel/Makefile Thu Dec 24 13:48:42 2020 (r559096) @@ -5068,6 +5068,7 @@ SUBDIR += py-speaklater SUBDIR += py-speg SUBDIR += py-spyder + SUBDIR += py-squint SUBDIR += py-srsly SUBDIR += py-stackexchange SUBDIR += py-statgrab Added: head/devel/py-squint/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-squint/Makefile Thu Dec 24 13:48:42 2020 (r559096) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= squint +PORTVERSION= 0.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple query interface for tabular data + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}get-reader>=0:devel/py-get-reader@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-squint/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-squint/distinfo Thu Dec 24 13:48:42 2020 (r559096) @@ -0,0 +1,3 @@ +TIMESTAMP = 1608730723 +SHA256 (squint-0.1.0.tar.gz) = 1010289f23be2b1e4e72cc919453589a585e0c8ce2718e5d65231783b393db02 +SIZE (squint-0.1.0.tar.gz) = 36429 Added: head/devel/py-squint/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-squint/pkg-descr Thu Dec 24 13:48:42 2020 (r559096) @@ -0,0 +1,11 @@ +Squint is a simple query interface for tabular data that's light-weight and easy +to learn. A core feature of Squint is that the structure of a query's selection +determines the structure of its result. With it you can: +- Select data using Python literals -- sets, lists, dictionaries, etc. -- and + get results in the same format. +- Aggregate, map, filter, reduce, and otherwise manipulate data. +- Lazily iterate over results, write them to a file, or eagerly evaluate them in + memory. +- Analyze data from CSV, Excel, SQL, and other data sources. + +WWW: https://github.com/shawnbrown/squint