Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2022 21:35:40 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d54826846569 - main - www/py-flask-smorest: Update to 0.38.0
Message-ID:  <202206072135.257LZe9g004015@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d5482684656923fd03b1ee67ccec9bfdf6a52382

commit d5482684656923fd03b1ee67ccec9bfdf6a52382
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2022-06-07 21:16:05 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-06-07 21:34:56 +0000

    www/py-flask-smorest: Update to 0.38.0
    
    ChangeLog: www/py-flask-smorest: Update to 0.38.0
    
    PR:             264510
---
 www/py-flask-smorest/Makefile | 7 ++-----
 www/py-flask-smorest/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/www/py-flask-smorest/Makefile b/www/py-flask-smorest/Makefile
index 24529e9f3a59..e0648793a7a9 100644
--- a/www/py-flask-smorest/Makefile
+++ b/www/py-flask-smorest/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	flask-smorest
-PORTVERSION=	0.37.0
+PORTVERSION=	0.38.0
 CATEGORIES=	www devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,13 +19,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}apispec>=3.0.0:devel/py-apispec@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=4.0.0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent distutils pytest
 
 TEST_ENV=	PYTHONPATH=${WRKSRC}/src
 
 NO_ARCH=	yes
 
-do-test:
-	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts=
-
 .include <bsd.port.mk>
diff --git a/www/py-flask-smorest/distinfo b/www/py-flask-smorest/distinfo
index bd6980604db7..8d34600b886d 100644
--- a/www/py-flask-smorest/distinfo
+++ b/www/py-flask-smorest/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645776912
-SHA256 (flask-smorest-0.37.0.tar.gz) = 3f6002d6edc1a71bc13fd5410018ff563b3e6381143c0a9780e7d7c4251b83d8
-SIZE (flask-smorest-0.37.0.tar.gz) = 71696
+TIMESTAMP = 1654555570
+SHA256 (flask-smorest-0.38.0.tar.gz) = 9635c3010c4f791e371b0ec234a4a52a3352be560428720f2cccc6a0dd7174dd
+SIZE (flask-smorest-0.38.0.tar.gz) = 72485



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