From owner-freebsd-python@freebsd.org Sun Apr 1 13:26:01 2018 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED456F9A623 for ; Sun, 1 Apr 2018 13:26:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7F0E76BBA3 for ; Sun, 1 Apr 2018 13:26:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3FC21F9A616; Sun, 1 Apr 2018 13:26:00 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E70AF9A615 for ; Sun, 1 Apr 2018 13:26:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BCC126BBA0 for ; Sun, 1 Apr 2018 13:25:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id DDB9428D96 for ; Sun, 1 Apr 2018 13:25:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w31DPwEo031375 for ; Sun, 1 Apr 2018 13:25:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w31DPwDT031374 for python@FreeBSD.org; Sun, 1 Apr 2018 13:25:58 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 227162] net-mgmt/py-ciscoconfparse: Update to 1.3.11 Date: Sun, 01 Apr 2018 13:25:58 +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-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dbaio@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: dbaio@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to cc keywords flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2018 13:26:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227162 Danilo G. Baio changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |dbaio@freebsd.org |org | CC| |dbaio@freebsd.org, | |freebsd_ports@k-worx.org Keywords|easy |needs-patch, needs-qa Flags| |maintainer-feedback?(freebs | |d_ports@k-worx.org) --- Comment #1 from Danilo G. Baio --- Hi, thanks for your contribution! Did you test it with Python 3? This came to my attention: setup.py: ## Conditionally require the correct ipaddr package in Python2 vs Python3 if sys.version_info[0]<3: IPADDR =3D "ipaddr>=3D2.1.11" DNSPYTHON =3D "dnspython" else: IPADDR =3D "ipaddress" DNSPYTHON =3D "dnspython3" It will be necessary something like this: .include .if ${PYTHON_REL} < 3000 RUN_DEPENDS+=3D ... .else RUN_DEPENDS+=3D ... .endif .include Could you test it?=20 Regards. --=20 You are receiving this mail because: You are on the CC list for the bug.=