From owner-freebsd-python@freebsd.org Tue Feb 21 06:29:46 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5103ACE78D8 for ; Tue, 21 Feb 2017 06:29:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3A74EEBC for ; Tue, 21 Feb 2017 06:29:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 36DBDCE78D7; Tue, 21 Feb 2017 06:29:46 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 367E2CE78D6 for ; Tue, 21 Feb 2017 06:29:46 +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 mx1.freebsd.org (Postfix) with ESMTPS id 0D64BEBA for ; Tue, 21 Feb 2017 06:29:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v1L6Tji5016178 for ; Tue, 21 Feb 2017 06:29:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 209871] [NEW PORT] lang/py-mypy-lang: Optional static typing for Python Date: Tue, 21 Feb 2017 06:29: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: easy, feature, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dbn@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: dbn@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2017 06:29:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209871 David Naylor changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --- Comment #9 from David Naylor --- Committed. Thank you for submitting the port, and apologies for taking so = long to commit it.=20=20 Some changes I made prior to committing: - PORT(NAME/VERSION): update to the latest version and track name change: since I took so long - CATEGORIES: change from lang to devel: pre the pypi page it is indicated that the intended audiance is developers - RUN_DEPENDS: added py-typed-ast as a dependency: required for --fast-par= se (that is likely to become default) - RUN_DEPENDS: add py-typing as a dependency for Python < 3.5: as required= by setup.py - USES: depend on python >=3D 3.3: USES=3Dpython:3 implies the port depend= s on the binary python3 however this port installs files into site-packages and thus= it is incorrect to depend on the python meta-port - USES_PYTHON: remove concurrent: having concurrent here is correct, howev= er due to a bug in the python framework it fails to create the binary 'mypy', instead it only creates 'mypy-3.5'. This will need to be reverted after bug #216479 is fixed - files: add patches to support py-typed-ast >=3D1.0.0 --=20 You are receiving this mail because: You are on the CC list for the bug.=