Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Oct 2021 10:19:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258854] devel/py-cfn-lint: Update to 0.54.2
Message-ID:  <bug-258854-7788-Oso5QL7Uwv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258854-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258854-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=3D258854

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eduardo@FreeBSD.org

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

1. Replace PORTVERSION with DISTVERSION

https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-nami=
ng

2. RUN_DEPENDS could be in alpabetical order (portfmt -D Makefile):
---
--- Makefile
+++ Makefile
@@ -10,13 +10,13 @@
 LICENSE=3D       MIT
 LICENSE_FILE=3D  ${WRKSRC}/LICENSE

+RUN_DEPENDS=3D=20=20
${PYTHON_PKGNAMEPREFIX}aws-sam-translator>=3D1.38.0:devel/py-aws-sam-transl=
ator@${PY_FLAVOR}
\
-RUN_DEPENDS=3D   ${PYTHON_PKGNAMEPREFIX}yaml>5.4:devel/py-yaml@${PY_FLAVOR=
} \
-               ${PYTHON_PKGNAMEPREFIX}six>=3D1.11:devel/py-six@${PY_FLAVOR=
} \
-=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}aws-sam-translator>=3D1.38.0:devel/py-aws-sam-transl=
ator@${PY_FLAVOR}
\
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}jsonpatch>0:devel/py-jsonpatch@${PY_FLAVOR} \
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}jsonschema>=3D3.2:devel/py-jsonschema@${PY_FLAVOR} \
+=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}junit-xml>=3D1.9:textproc/py-junit-xml@${PY_FLAVOR} \
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}networkx>=3D2.4:math/py-networkx@${PY_FLAVOR} \
+               ${PYTHON_PKGNAMEPREFIX}six>=3D1.11:devel/py-six@${PY_FLAVOR=
} \
+               ${PYTHON_PKGNAMEPREFIX}yaml>5.4:devel/py-yaml@${PY_FLAVOR}
-=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}junit-xml>=3D1.9:textproc/py-junit-xml@${PY_FLAVOR}

 py36_RUN_DEPENDS=3D=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}importlib-resources>=3D1.4:devel/py-importlib-resour=
ces@${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-258854-7788-Oso5QL7Uwv>