Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2024 05:55:27 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b46c82940991 - main - devel/py-apispec-webframeworks: update 0.5.2 =?utf-8?Q?=E2=86=92?= 1.0.0
Message-ID:  <202401180555.40I5tRt0023317@gitrepo.freebsd.org>

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

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

commit b46c8294099137b016b8d94acdf5004afbba0abb
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-18 05:27:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-18 05:27:10 +0000

    devel/py-apispec-webframeworks: update 0.5.2 → 1.0.0
    
    Reported by:    portscout
---
 devel/py-apispec-webframeworks/Makefile | 8 ++++++--
 devel/py-apispec-webframeworks/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/devel/py-apispec-webframeworks/Makefile b/devel/py-apispec-webframeworks/Makefile
index 370607d7489f..5fc3c3bd6e5d 100644
--- a/devel/py-apispec-webframeworks/Makefile
+++ b/devel/py-apispec-webframeworks/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	apispec-webframeworks
-DISTVERSION=	0.5.2
+DISTVERSION=	1.0.0
 CATEGORIES=	devel python
 #MASTER_SITES=	PYPI # no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,14 @@ WWW=		https://github.com/marshmallow-code/apispec-webframeworks
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}apispec>0:devel/py-apispec@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bottle>=0.12.25:www/py-bottle@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}flask>=2.3.3:www/py-flask@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tornado>=6:www/py-tornado@${PY_FLAVOR} \
 
 USES=		python
-USE_PYTHON=	distutils autoplist concurrent pytest
+USE_PYTHON=	pep517 autoplist concurrent pytest
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	marshmallow-code
diff --git a/devel/py-apispec-webframeworks/distinfo b/devel/py-apispec-webframeworks/distinfo
index 293651e539f1..d84c9eae2c0f 100644
--- a/devel/py-apispec-webframeworks/distinfo
+++ b/devel/py-apispec-webframeworks/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1704483864
-SHA256 (marshmallow-code-apispec-webframeworks-0.5.2_GH0.tar.gz) = fb38a9dc33fa073679bd52f0e9a0165563d32fa040589c1e13a40a532ab228d1
-SIZE (marshmallow-code-apispec-webframeworks-0.5.2_GH0.tar.gz) = 9791
+TIMESTAMP = 1705551422
+SHA256 (marshmallow-code-apispec-webframeworks-1.0.0_GH0.tar.gz) = 648b0d0f5b9fb3950b0355532731ea5827180e82d05836d9a87e6f814061ac01
+SIZE (marshmallow-code-apispec-webframeworks-1.0.0_GH0.tar.gz) = 10486



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