svn commit: r503821 - head/graphics/py-pygal

Kai Knoblich kai at FreeBSD.org
Sun Jun 9 14:10:08 UTC 2019


Author: kai
Date: Sun Jun  9 14:10:06 2019
New Revision: 503821
URL: https://svnweb.freebsd.org/changeset/ports/503821

Log:
  graphics/py-pygal: Update to 2.4.0
  
  While I'm here:
  * Pet portlint
  
  PR:		229915
  Submitted by:	jjachuf at gmail.com (maintainer)

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

Modified: head/graphics/py-pygal/Makefile
==============================================================================
--- head/graphics/py-pygal/Makefile	Sun Jun  9 14:02:22 2019	(r503820)
+++ head/graphics/py-pygal/Makefile	Sun Jun  9 14:10:06 2019	(r503821)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pygal
-PORTVERSION=	2.3.1
+PORTVERSION=	2.4.0
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,12 @@ COMMENT=	Python svg graph plotting library
 
 LICENSE=	LGPL3
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml@${PY_FLAVOR}
 
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/graphics/py-pygal/distinfo
==============================================================================
--- head/graphics/py-pygal/distinfo	Sun Jun  9 14:02:22 2019	(r503820)
+++ head/graphics/py-pygal/distinfo	Sun Jun  9 14:10:06 2019	(r503821)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491822397
-SHA256 (pygal-2.3.1.tar.gz) = 7ba5a191233d0c2d8bf4b4d26b06e42bd77483a59ba7d3e5b884d81d1a870667
-SIZE (pygal-2.3.1.tar.gz) = 74061
+TIMESTAMP = 1560062970
+SHA256 (pygal-2.4.0.tar.gz) = 9204f05380b02a8a32f9bf99d310b51aa2a932cba5b369f7a4dc3705f0a4ce83
+SIZE (pygal-2.4.0.tar.gz) = 74686


More information about the svn-ports-all mailing list