Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2020 05:43:27 +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: r548290 - head/graphics/py-plotly
Message-ID:  <202009120543.08C5hROI065637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Sep 12 05:43:27 2020
New Revision: 548290
URL: https://svnweb.freebsd.org/changeset/ports/548290

Log:
  graphics/py-plotly: Update 3.0.2 -> 4.10.0
  
  PR:		248178
  Approved by:	jjachuf@gmail.com (maintainer's timeout; 50+ days)

Modified:
  head/graphics/py-plotly/Makefile
  head/graphics/py-plotly/distinfo
  head/graphics/py-plotly/pkg-descr

Modified: head/graphics/py-plotly/Makefile
==============================================================================
--- head/graphics/py-plotly/Makefile	Sat Sep 12 05:40:12 2020	(r548289)
+++ head/graphics/py-plotly/Makefile	Sat Sep 12 05:43:27 2020	(r548290)
@@ -2,24 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	plotly
-PORTVERSION=	3.0.2
+PORTVERSION=	4.10.0
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	jjachuf@gmail.com
-COMMENT=	Plotting library for collaborative, interactive, publication-quality graphs
+COMMENT=	Library for collaborative, interactive, publication-quality graphs
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}retrying>0:devel/py-retrying@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}retrying>0:devel/py-retrying@${PY_FLAVOR}
 
-NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/graphics/py-plotly/distinfo
==============================================================================
--- head/graphics/py-plotly/distinfo	Sat Sep 12 05:40:12 2020	(r548289)
+++ head/graphics/py-plotly/distinfo	Sat Sep 12 05:43:27 2020	(r548290)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532334751
-SHA256 (plotly-3.0.2.tar.gz) = 5bd04a0991512fe9008ab986429ff4b4f1448cceda56ed344e0dc709f42e067a
-SIZE (plotly-3.0.2.tar.gz) = 30146113
+TIMESTAMP = 1599889001
+SHA256 (plotly-4.10.0.tar.gz) = aa1602346ffa17895687fc48ae58611f014ed7a5da4b07e79c2ca99d6d4dca31
+SIZE (plotly-4.10.0.tar.gz) = 6263967

Modified: head/graphics/py-plotly/pkg-descr
==============================================================================
--- head/graphics/py-plotly/pkg-descr	Sat Sep 12 05:40:12 2020	(r548289)
+++ head/graphics/py-plotly/pkg-descr	Sat Sep 12 05:43:27 2020	(r548290)
@@ -1,4 +1,4 @@
 It was tested with cpython, jython, ironpython and pypy.
 n plotting library for collaborative, interactive, publication-quality graphs.
 
-WWW: https://plot.ly/python/
+WWW: https://plotly.com/python/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009120543.08C5hROI065637>