Date: Tue, 31 May 2016 07:36:44 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209871] [NEW PORT] lang/mypy: Optional static typing for Python Message-ID: <bug-209871-13-BpalN78gaJ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209871-13@https.bugs.freebsd.org/bugzilla/> References: <bug-209871-13@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 FreeBSD@ShaneWare.Biz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |FreeBSD@ShaneWare.Biz --- Comment #1 from FreeBSD@ShaneWare.Biz --- Created attachment 170849 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D170849&action= =3Dedit adjusted mypy port Looks like an interesting project. The port name - python modules should be prefixed with py- and use PKGNAMEPREFIX=3D${PYTHON_PKGNAMEPREFIX} in the Makefile. Using the name mypy comes with conflicts, there is a mypy module on pypi with that name which i= s a wsgi framework, this project uses the pypi name of mypy-lang which would le= ad to a port name of lang/py-mypy-lang Setting MASTERSITES=3DCHEESESHOP allows the use of pypi and removes USE_GIT= HUB The pkg-descr should have WWW: http://www.mypy-lang.org As this installs scripts into bin concurrent should be used, trouble with t= his is the inability to install a 2.7 package leaves only mypy-3.4 mypy3.5... so you may want to leave out concurrent. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209871-13-BpalN78gaJ>