Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2021 07:46:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259061] devel/py-apispec: Update to 5.1.1
Message-ID:  <bug-259061-7788-DHhaipIFAY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259061-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259061-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259061

--- Comment #3 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hello,

just a minor fix in TEST_DEPENDS lists, alphabetical order (portfmt -D
Makefile):
---
--- Makefile
+++ Makefile
@@ -10,14 +10,14 @@
 LICENSE=3D       MIT
 LICENSE_FILE=3D  ${WRKSRC}/LICENSE

+TEST_DEPENDS=3D=20
${PYTHON_PKGNAMEPREFIX}marshmallow>0:devel/py-marshmallow@${PY_FLAVOR} \
+               ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
-TEST_DEPENDS=3D  ${PYTHON_PKGNAMEPREFIX}yaml>=3D3.10:devel/py-yaml@${PY_FL=
AVOR} \
-=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}marshmallow>0:devel/py-marshmallow@${PY_FLAVOR} \
                ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR=
} \
+               ${PYTHON_PKGNAMEPREFIX}yaml>=3D3.10:devel/py-yaml@${PY_FLAV=
OR}
-               ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}

 # tests_require =3D prance[osv]>=3D0.11
+TEST_DEPENDS+=3D
${PYTHON_PKGNAMEPREFIX}openapi-spec-validator>0:devel/py-openapi-spec-valid=
ator@${PY_FLAVOR}
\
+=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}prance>=3D0.11:devel/py-prance@${PY_FLAVOR}
-TEST_DEPENDS+=3D
${PYTHON_PKGNAMEPREFIX}prance>=3D0.11:devel/py-prance@${PY_FLAVOR} \
-=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}openapi-spec-validator>0:devel/py-openapi-spec-valid=
ator@${PY_FLAVOR}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259061-7788-DHhaipIFAY>