From nobody Thu Oct  7 10:19:46 2021
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id CFB6112B9D15
	for <python@mlmmj.nyi.freebsd.org>; Thu,  7 Oct 2021 10:19:47 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4HQ6kq4zXzz4g0h
	for <python@FreeBSD.org>; Thu,  7 Oct 2021 10:19:47 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8802211EAA
	for <python@FreeBSD.org>; Thu,  7 Oct 2021 10:19:47 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 197AJlKR064873
	for <python@FreeBSD.org>; Thu, 7 Oct 2021 10:19:47 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 197AJlqq064872
	for python@FreeBSD.org; Thu, 7 Oct 2021 10:19:47 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 258854] devel/py-cfn-lint: Update to 0.54.2
Date: Thu, 07 Oct 2021 10:19:46 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: eduardo@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-258854-21822-Klzq8gme9X@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258854-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-258854-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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 on the CC list for the bug.=