Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2020 03:26:16 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526873 - head/www/py-flask-restplus
Message-ID:  <202002230326.01N3QGix077879@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sun Feb 23 03:26:15 2020
New Revision: 526873
URL: https://svnweb.freebsd.org/changeset/ports/526873

Log:
  - Update to 0.13.0
  - Add missing TEST_DEPENDS
  
  PR:		244294
  Submitted by:	andrej@ebert.su(maintainer)

Modified:
  head/www/py-flask-restplus/Makefile
  head/www/py-flask-restplus/distinfo

Modified: head/www/py-flask-restplus/Makefile
==============================================================================
--- head/www/py-flask-restplus/Makefile	Sun Feb 23 02:50:35 2020	(r526872)
+++ head/www/py-flask-restplus/Makefile	Sun Feb 23 03:26:15 2020	(r526873)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	flask-restplus
-PORTVERSION=	0.10.1
+PORTVERSION=	0.13.0
 CATEGORIES=	www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -17,22 +17,27 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0.8:www/py-
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}aniso8601>=0.82:devel/py-aniso8601@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}blinker>0:devel/py-blinker@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pytest>=3.2.3:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.5.1:devel/py-pytest-cov@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-flask>=0.10.0:devel/py-pytest-flask@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-mock>=1.6.3:devel/py-pytest-mock@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-sugar>=0.9.0:devel/py-pytest-sugar@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal@${PY_FLAVOR}
+#missing ports for tests:devel/py-pytest-benchmark, devel/py-pytest-profiling, devel/py-pytest-faker
 
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}flask-restplus08
+USES=		python:2.7+
+USE_PYTHON=	autoplist distutils
+PY_ENUM34=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	noirbizarre
 
-USES=		python
-USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3300
-TEST_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
+TEST_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR}
 .endif
 
 do-test:

Modified: head/www/py-flask-restplus/distinfo
==============================================================================
--- head/www/py-flask-restplus/distinfo	Sun Feb 23 02:50:35 2020	(r526872)
+++ head/www/py-flask-restplus/distinfo	Sun Feb 23 03:26:15 2020	(r526873)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488666803
-SHA256 (noirbizarre-flask-restplus-0.10.1_GH0.tar.gz) = 57aff09a4fbdb685a9dbe16a0714cd671c12a9b180dc45736c0c203fefb0610d
-SIZE (noirbizarre-flask-restplus-0.10.1_GH0.tar.gz) = 258734
+TIMESTAMP = 1582426379
+SHA256 (noirbizarre-flask-restplus-0.13.0_GH0.tar.gz) = 5fd64c04bf224912965df54d29efbab423e65ea52ec61f37cf5d0aec553723da
+SIZE (noirbizarre-flask-restplus-0.13.0_GH0.tar.gz) = 281618



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