From owner-svn-ports-head@freebsd.org Sun Jun 9 14:10:08 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DB5A15C83BB; Sun, 9 Jun 2019 14:10:08 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFD6A7136A; Sun, 9 Jun 2019 14:10:07 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B6903F68; Sun, 9 Jun 2019 14:10:07 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x59EA7Al089036; Sun, 9 Jun 2019 14:10:07 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x59EA7qH089034; Sun, 9 Jun 2019 14:10:07 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201906091410.x59EA7qH089034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 9 Jun 2019 14:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503821 - head/graphics/py-pygal X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/graphics/py-pygal X-SVN-Commit-Revision: 503821 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AFD6A7136A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2019 14:10:08 -0000 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@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 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