From owner-svn-ports-head@freebsd.org Fri Mar 9 07:05:04 2018 Return-Path: Delivered-To: svn-ports-head@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 35F43F322BF; Fri, 9 Mar 2018 07:05:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC38287791; Fri, 9 Mar 2018 07:05:03 +0000 (UTC) (envelope-from yuri@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 BC9EE1C011; Fri, 9 Mar 2018 07:05:03 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w29753e8087404; Fri, 9 Mar 2018 07:05:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w29753M6087400; Fri, 9 Mar 2018 07:05:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803090705.w29753M6087400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 9 Mar 2018 07:05:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463934 - in head/math: . py-seaborn X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-seaborn X-SVN-Commit-Revision: 463934 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.25 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: Fri, 09 Mar 2018 07:05:04 -0000 Author: yuri Date: Fri Mar 9 07:05:03 2018 New Revision: 463934 URL: https://svnweb.freebsd.org/changeset/ports/463934 Log: New port: math/py-seaborn: Statistical data visualization PR: 226441 Submitted by: Shane Approved by: tcberner (mentor, implicit) Added: head/math/py-seaborn/ head/math/py-seaborn/Makefile (contents, props changed) head/math/py-seaborn/distinfo (contents, props changed) head/math/py-seaborn/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Mar 9 06:54:51 2018 (r463933) +++ head/math/Makefile Fri Mar 9 07:05:03 2018 (r463934) @@ -668,6 +668,7 @@ SUBDIR += py-pyvtk SUBDIR += py-roman SUBDIR += py-scientific + SUBDIR += py-seaborn SUBDIR += py-statsmodels SUBDIR += py-svgmath SUBDIR += py-symeig Added: head/math/py-seaborn/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-seaborn/Makefile Fri Mar 9 07:05:03 2018 (r463934) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= seaborn +PORTVERSION= 0.8.1 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= FreeBSD@Shaneware.biz +COMMENT= Statistical data visualization + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ + ${NUMPY} \ + ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}patsy>0:math/py-patsy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/math/py-seaborn/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-seaborn/distinfo Fri Mar 9 07:05:03 2018 (r463934) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520209837 +SHA256 (seaborn-0.8.1.tar.gz) = 6702978b903d0284446e935916b980dfebae4063c18ad8eb6e8f9e76d0257eae +SIZE (seaborn-0.8.1.tar.gz) = 178865 Added: head/math/py-seaborn/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-seaborn/pkg-descr Fri Mar 9 07:05:03 2018 (r463934) @@ -0,0 +1,6 @@ +Seaborn is a library for making attractive and informative +statistical graphics in Python, aiming to make visualization +a central part of exploring and understanding data. +It is a complement to matplotlib, not a replacement for it. + +WWW: https://seaborn.pydata.org/