summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-06-16 19:28:47 +0000
committeradam <adam@pkgsrc.org>2019-06-16 19:28:47 +0000
commit33ff3ab7e5c419dfccd0971835fc5376c8dfa1a7 (patch)
tree6ea07819943da061dc921d9270c163c67111be23 /graphics
parentc478d6a3c25d98b80a902db85eed58a0981da9c3 (diff)
downloadpkgsrc-33ff3ab7e5c419dfccd0971835fc5376c8dfa1a7.tar.gz
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.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-seaborn/Makefile14
-rw-r--r--graphics/py-seaborn/PLIST27
-rw-r--r--graphics/py-seaborn/distinfo10
3 files changed, 33 insertions, 18 deletions
diff --git a/graphics/py-seaborn/Makefile b/graphics/py-seaborn/Makefile
index bd0eda713d4..88512473a09 100644
--- a/graphics/py-seaborn/Makefile
+++ b/graphics/py-seaborn/Makefile
@@ -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"
diff --git a/graphics/py-seaborn/PLIST b/graphics/py-seaborn/PLIST
index 87671d2b7ca..f5fda9bfb8b 100644
--- a/graphics/py-seaborn/PLIST
+++ b/graphics/py-seaborn/PLIST
@@ -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.pyo
${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
diff --git a/graphics/py-seaborn/distinfo b/graphics/py-seaborn/distinfo
index 59fa505222c..0c6b91da90d 100644
--- a/graphics/py-seaborn/distinfo
+++ b/graphics/py-seaborn/distinfo
@@ -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