pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/py-seaborn py-seaborn: updated to 0.9.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/cf6fd53ba9cd
branches: trunk
changeset: 335269:cf6fd53ba9cd
user: adam <adam%pkgsrc.org@localhost>
date: Sun Jun 16 19:28:47 2019 +0000
description:
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:
graphics/py-seaborn/Makefile | 14 ++++++++------
graphics/py-seaborn/PLIST | 27 ++++++++++++++++++++-------
graphics/py-seaborn/distinfo | 10 +++++-----
3 files changed, 33 insertions(+), 18 deletions(-)
diffs (108 lines):
diff -r 7645f49b6291 -r cf6fd53ba9cd graphics/py-seaborn/Makefile
--- a/graphics/py-seaborn/Makefile Sun Jun 16 19:25:10 2019 +0000
+++ b/graphics/py-seaborn/Makefile Sun Jun 16 19:28:47 2019 +0000
@@ -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 @@
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 -r 7645f49b6291 -r cf6fd53ba9cd graphics/py-seaborn/PLIST
--- a/graphics/py-seaborn/PLIST Sun Jun 16 19:25:10 2019 +0000
+++ b/graphics/py-seaborn/PLIST Sun Jun 16 19:28:47 2019 +0000
@@ -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/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/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_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/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 -r 7645f49b6291 -r cf6fd53ba9cd graphics/py-seaborn/distinfo
--- a/graphics/py-seaborn/distinfo Sun Jun 16 19:25:10 2019 +0000
+++ b/graphics/py-seaborn/distinfo Sun Jun 16 19:28:47 2019 +0000
@@ -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