svn commit: r480067 - head/math/py-seaborn

Steve Wills swills at FreeBSD.org
Tue Sep 18 18:54:59 UTC 2018


Author: swills
Date: Tue Sep 18 18:54:55 2018
New Revision: 480067
URL: https://svnweb.freebsd.org/changeset/ports/480067

Log:
  math/py-seaborn: update to 0.9.0
  
  PR:		231319
  Submitted by:	Shane <FreeBSD at ShaneWare.Biz> (maintainer)

Modified:
  head/math/py-seaborn/Makefile   (contents, props changed)
  head/math/py-seaborn/distinfo   (contents, props changed)

Modified: head/math/py-seaborn/Makefile
==============================================================================
--- head/math/py-seaborn/Makefile	Tue Sep 18 18:54:50 2018	(r480066)
+++ head/math/py-seaborn/Makefile	Tue Sep 18 18:54:55 2018	(r480067)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	seaborn
-PORTVERSION=	0.8.1
-PORTREVISION=	1
+PORTVERSION=	0.9.0
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/
 		${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/math/py-seaborn/distinfo
==============================================================================
--- head/math/py-seaborn/distinfo	Tue Sep 18 18:54:50 2018	(r480066)
+++ head/math/py-seaborn/distinfo	Tue Sep 18 18:54:55 2018	(r480067)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520209837
-SHA256 (seaborn-0.8.1.tar.gz) = 6702978b903d0284446e935916b980dfebae4063c18ad8eb6e8f9e76d0257eae
-SIZE (seaborn-0.8.1.tar.gz) = 178865
+TIMESTAMP = 1536385187
+SHA256 (seaborn-0.9.0.tar.gz) = 76c83f794ca320fb6b23a7c6192d5e185a5fcf4758966a0c0a54baee46d41e2f
+SIZE (seaborn-0.9.0.tar.gz) = 198184


More information about the svn-ports-head mailing list