pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-seaborn



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jun 16 19:28:47 UTC 2019

Modified Files:
        pkgsrc/graphics/py-seaborn: Makefile PLIST distinfo

Log Message:
py-seaborn: updated to 0.9.0

v0.9.0:
This is a major release with several substantial and long-desired new features. There are also updates/modifications to the themes and color palettes that give better consistency with matplotlib 2.0 
and some notable API changes.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-seaborn/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-seaborn/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-seaborn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-seaborn/Makefile
diff -u pkgsrc/graphics/py-seaborn/Makefile:1.3 pkgsrc/graphics/py-seaborn/Makefile:1.4
--- pkgsrc/graphics/py-seaborn/Makefile:1.3     Tue Jan 30 10:04:00 2018
+++ pkgsrc/graphics/py-seaborn/Makefile Sun Jun 16 19:28:47 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/01/30 10:04:00 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/06/16 19:28:47 adam Exp $
 
-DISTNAME=      seaborn-0.8.1
+DISTNAME=      seaborn-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/seaborn/}
@@ -10,12 +10,14 @@ HOMEPAGE=   http://seaborn.pydata.org/
 COMMENT=       Statistical data visualization
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
-DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.12.0:../../math/py-pandas
-DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
+DEPENDS+=      ${PYPKGPREFIX}-matplotlib>=1.4.3:../../graphics/py-matplotlib
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.9.3:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.15.2:../../math/py-pandas
+DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.14.0:../../math/py-scipy
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-matplotlib, py-scipy
+
 .include "../../lang/python/egg.mk"
-.include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-seaborn/PLIST
diff -u pkgsrc/graphics/py-seaborn/PLIST:1.1 pkgsrc/graphics/py-seaborn/PLIST:1.2
--- pkgsrc/graphics/py-seaborn/PLIST:1.1        Fri Jul 14 15:00:01 2017
+++ pkgsrc/graphics/py-seaborn/PLIST    Sun Jun 16 19:28:47 2019
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/14 15:00:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/06/16 19:28:47 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/seaborn/__init__.py
 ${PYSITELIB}/seaborn/__init__.pyc
@@ -21,9 +22,18 @@ ${PYSITELIB}/seaborn/categorical.pyo
 ${PYSITELIB}/seaborn/cm.py
 ${PYSITELIB}/seaborn/cm.pyc
 ${PYSITELIB}/seaborn/cm.pyo
-${PYSITELIB}/seaborn/crayons.py
-${PYSITELIB}/seaborn/crayons.pyc
-${PYSITELIB}/seaborn/crayons.pyo
+${PYSITELIB}/seaborn/colors/__init__.py
+${PYSITELIB}/seaborn/colors/__init__.pyc
+${PYSITELIB}/seaborn/colors/__init__.pyo
+${PYSITELIB}/seaborn/colors/crayons.py
+${PYSITELIB}/seaborn/colors/crayons.pyc
+${PYSITELIB}/seaborn/colors/crayons.pyo
+${PYSITELIB}/seaborn/colors/xkcd_rgb.py
+${PYSITELIB}/seaborn/colors/xkcd_rgb.pyc
+${PYSITELIB}/seaborn/colors/xkcd_rgb.pyo
+${PYSITELIB}/seaborn/conftest.py
+${PYSITELIB}/seaborn/conftest.pyc
+${PYSITELIB}/seaborn/conftest.pyo
 ${PYSITELIB}/seaborn/distributions.py
 ${PYSITELIB}/seaborn/distributions.pyc
 ${PYSITELIB}/seaborn/distributions.pyo
@@ -54,6 +64,9 @@ ${PYSITELIB}/seaborn/rcmod.pyo
 ${PYSITELIB}/seaborn/regression.py
 ${PYSITELIB}/seaborn/regression.pyc
 ${PYSITELIB}/seaborn/regression.pyo
+${PYSITELIB}/seaborn/relational.py
+${PYSITELIB}/seaborn/relational.pyc
+${PYSITELIB}/seaborn/relational.pyo
 ${PYSITELIB}/seaborn/tests/__init__.py
 ${PYSITELIB}/seaborn/tests/__init__.pyc
 ${PYSITELIB}/seaborn/tests/__init__.pyo
@@ -84,6 +97,9 @@ ${PYSITELIB}/seaborn/tests/test_rcmod.py
 ${PYSITELIB}/seaborn/tests/test_regression.py
 ${PYSITELIB}/seaborn/tests/test_regression.pyc
 ${PYSITELIB}/seaborn/tests/test_regression.pyo
+${PYSITELIB}/seaborn/tests/test_relational.py
+${PYSITELIB}/seaborn/tests/test_relational.pyc
+${PYSITELIB}/seaborn/tests/test_relational.pyo
 ${PYSITELIB}/seaborn/tests/test_utils.py
 ${PYSITELIB}/seaborn/tests/test_utils.pyc
 ${PYSITELIB}/seaborn/tests/test_utils.pyo
@@ -96,6 +112,3 @@ ${PYSITELIB}/seaborn/utils.pyo
 ${PYSITELIB}/seaborn/widgets.py
 ${PYSITELIB}/seaborn/widgets.pyc
 ${PYSITELIB}/seaborn/widgets.pyo
-${PYSITELIB}/seaborn/xkcd_rgb.py
-${PYSITELIB}/seaborn/xkcd_rgb.pyc
-${PYSITELIB}/seaborn/xkcd_rgb.pyo

Index: pkgsrc/graphics/py-seaborn/distinfo
diff -u pkgsrc/graphics/py-seaborn/distinfo:1.2 pkgsrc/graphics/py-seaborn/distinfo:1.3
--- pkgsrc/graphics/py-seaborn/distinfo:1.2     Mon Sep  4 17:19:38 2017
+++ pkgsrc/graphics/py-seaborn/distinfo Sun Jun 16 19:28:47 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/09/04 17:19:38 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/06/16 19:28:47 adam Exp $
 
-SHA1 (seaborn-0.8.1.tar.gz) = caf15038d9c7e5990121c5eea6358d4f3c124712
-RMD160 (seaborn-0.8.1.tar.gz) = e1dcea310682e8df80375026100ec6d0945253c1
-SHA512 (seaborn-0.8.1.tar.gz) = 05ed621c2624b4b981118f9e6100f593ab23620e8f86c82b55a298944135f3286798d5cdc6c215c134f2fdecf9b3a7631be8c5136c0dafaf1f97f05f7c6739d7
-Size (seaborn-0.8.1.tar.gz) = 178865 bytes
+SHA1 (seaborn-0.9.0.tar.gz) = 4dc6e74eedc86bfd83770a1a16722068c4320ad4
+RMD160 (seaborn-0.9.0.tar.gz) = c6fc0b1181a177c1490585f6de6cf83f05df6750
+SHA512 (seaborn-0.9.0.tar.gz) = 01cc9a8e80102eed6a35be8ef2c3357d1f5eee53004887a5e0eb1f4dcf696987e19b9e371e95fad01fff60042ad5a2873a6d265a43cb506172a50ecd5ba55b3b
+Size (seaborn-0.9.0.tar.gz) = 198184 bytes



Home | Main Index | Thread Index | Old Index