From owner-svn-ports-all@freebsd.org Sat Feb 3 06:21:32 2018 Return-Path: Delivered-To: svn-ports-all@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 A19FCEEBD80; Sat, 3 Feb 2018 06:21:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 57DDB76928; Sat, 3 Feb 2018 06:21:32 +0000 (UTC) (envelope-from sunpoet@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 4F86526D28; Sat, 3 Feb 2018 06:21:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w136LWK9084195; Sat, 3 Feb 2018 06:21:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w136LWGj084193; Sat, 3 Feb 2018 06:21:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802030621.w136LWGj084193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Feb 2018 06:21:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460785 - head/devel/py-rwt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-rwt X-SVN-Commit-Revision: 460785 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2018 06:21:32 -0000 Author: sunpoet Date: Sat Feb 3 06:21:31 2018 New Revision: 460785 URL: https://svnweb.freebsd.org/changeset/ports/460785 Log: Update to 3.2 - Add TEST_DEPENDS Changes: https://github.com/jaraco/rwt/blob/master/CHANGES.rst Modified: head/devel/py-rwt/Makefile head/devel/py-rwt/distinfo Modified: head/devel/py-rwt/Makefile ============================================================================== --- head/devel/py-rwt/Makefile Sat Feb 3 06:21:26 2018 (r460784) +++ head/devel/py-rwt/Makefile Sat Feb 3 06:21:31 2018 (r460785) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rwt -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8:devel/py-pytest@${FLAVOR} NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils Modified: head/devel/py-rwt/distinfo ============================================================================== --- head/devel/py-rwt/distinfo Sat Feb 3 06:21:26 2018 (r460784) +++ head/devel/py-rwt/distinfo Sat Feb 3 06:21:31 2018 (r460785) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510989105 -SHA256 (rwt-3.1.tar.gz) = ba9a9c0a8463f8cf1ef7a17982e73dc30787858961ae2de49484878f753b0f6c -SIZE (rwt-3.1.tar.gz) = 16629 +TIMESTAMP = 1517635265 +SHA256 (rwt-3.2.tar.gz) = 91b3a496010a9c969f8c0c24f0145946ee50ca7a1a10e2b0199fb857bdc02d1c +SIZE (rwt-3.2.tar.gz) = 17094