Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2017 06:29:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 209871] [NEW PORT] lang/py-mypy-lang: Optional static typing for Python
Message-ID:  <bug-209871-21822-HWzvSOtlDq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209871-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209871-21822@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=3D209871

David Naylor <dbn@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Progress                 |Closed
         Resolution|---                         |FIXED

--- Comment #9 from David Naylor <dbn@FreeBSD.org> ---
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209871-21822-HWzvSOtlDq>