Date: Fri, 9 Mar 2018 07:05:03 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463934 - in head/math: . py-seaborn Message-ID: <201803090705.w29753M6087400@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <FreeBSD@ShaneWare.Biz> 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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803090705.w29753M6087400>