svn commit: r408752 - head/graphics/py-plotly

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Feb 12 20:21:37 UTC 2016


Author: rm
Date: Fri Feb 12 20:21:35 2016
New Revision: 408752
URL: https://svnweb.freebsd.org/changeset/ports/408752

Log:
  graphics/py-plotly: update to 1.9.5
  
  - update to 1.9.5
  - add missing dependencies
  - add NO_ARCH, sort USE_PYTHON, while here
  
  PR:		206868
  Submitted by:	jjachuf at gmail.com (maintainer)

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

Modified: head/graphics/py-plotly/Makefile
==============================================================================
--- head/graphics/py-plotly/Makefile	Fri Feb 12 20:20:24 2016	(r408751)
+++ head/graphics/py-plotly/Makefile	Fri Feb 12 20:21:35 2016	(r408752)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	plotly
-PORTVERSION=	1.6.12
+PORTVERSION=	1.9.5
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,12 @@ COMMENT=	Plotting library for collaborat
 
 LICENSE=	MIT
 
-# Python3 ready
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \
+		${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
+		${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
+
+NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/graphics/py-plotly/distinfo
==============================================================================
--- head/graphics/py-plotly/distinfo	Fri Feb 12 20:20:24 2016	(r408751)
+++ head/graphics/py-plotly/distinfo	Fri Feb 12 20:21:35 2016	(r408752)
@@ -1,2 +1,2 @@
-SHA256 (plotly-1.6.12.tar.gz) = f0639a076fa0ebbacd0ee978bc8f1396cf453f8f0c5d7cc7b1e33cd2a944cdd7
-SIZE (plotly-1.6.12.tar.gz) = 456562
+SHA256 (plotly-1.9.5.tar.gz) = 628679e880caab22e2a46273e85e1d1ce1382b631e1c7bbfe539f804c5269b21
+SIZE (plotly-1.9.5.tar.gz) = 1668347


More information about the svn-ports-all mailing list