Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 15:37:18 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534181 - head/graphics/py-toyplot
Message-ID:  <202005061537.046FbIEN083758@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Wed May  6 15:37:18 2020
New Revision: 534181
URL: https://svnweb.freebsd.org/changeset/ports/534181

Log:
  Update to version 0.19.0
  
  Require python3.5+ as this version drops support for python 2.7

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

Modified: head/graphics/py-toyplot/Makefile
==============================================================================
--- head/graphics/py-toyplot/Makefile	Wed May  6 15:24:27 2020	(r534180)
+++ head/graphics/py-toyplot/Makefile	Wed May  6 15:37:18 2020	(r534181)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	toyplot
-PORTVERSION=	0.18.0
-PORTREVISION=	1
+PORTVERSION=	0.19.0
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.8:math/py
 		${PYTHON_PKGNAMEPREFIX}reportlab>=3.2.0:print/py-reportlab@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}custom_inherit>=2.2.0:textproc/py-custom_inherit@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/graphics/py-toyplot/distinfo
==============================================================================
--- head/graphics/py-toyplot/distinfo	Wed May  6 15:24:27 2020	(r534180)
+++ head/graphics/py-toyplot/distinfo	Wed May  6 15:37:18 2020	(r534181)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546916620
-SHA256 (toyplot-0.18.0.tar.gz) = f3c07ed64609fa8747210421717b241c808da2fc5d296615c83bf422faca9e90
-SIZE (toyplot-0.18.0.tar.gz) = 267091
+TIMESTAMP = 1588779032
+SHA256 (toyplot-0.19.0.tar.gz) = d199b4ac2d5ee454fec8be937bd9f1a313145545adc192bb0db2fd3defada484
+SIZE (toyplot-0.19.0.tar.gz) = 267685



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