svn commit: r460785 - head/devel/py-rwt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 3 06:21:32 UTC 2018


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


More information about the svn-ports-head mailing list