[Bug 209871] [NEW PORT] lang/mypy: Optional static typing for Python
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue May 31 07:36:44 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209871
FreeBSD at ShaneWare.Biz changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |FreeBSD at ShaneWare.Biz
--- Comment #1 from FreeBSD at ShaneWare.Biz ---
Created attachment 170849
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=170849&action=edit
adjusted mypy port
Looks like an interesting project.
The port name - python modules should be prefixed with py- and use
PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX} in the Makefile. Using the name mypy
comes with conflicts, there is a mypy module on pypi with that name which is a
wsgi framework, this project uses the pypi name of mypy-lang which would lead
to a port name of lang/py-mypy-lang
Setting MASTERSITES=CHEESESHOP allows the use of pypi and removes USE_GITHUB
The pkg-descr should have WWW: http://www.mypy-lang.org
As this installs scripts into bin concurrent should be used, trouble with this
is the inability to install a 2.7 package leaves only mypy-3.4 mypy3.5... so
you may want to leave out concurrent.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list