[Bug 207750] math/py-numpy: Run-time errors as it can't find /usr/local/lib/gcc48/libgfortran.so.3

2017-01-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207750

Shawn Webb  changed:

   What|Removed |Added

 CC||shawn.w...@hardenedbsd.org

--- Comment #5 from Shawn Webb  ---
I'm seeing this, too. This is preventing me from running comms/gnuradio
successfully.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 216208] textproc/py-tabletext: configure target fails under py3k with UnicodeDecodeError

2017-01-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216208

--- Comment #1 from John W. O'Brien  ---
The attached patch appears to break the build under python2.

===>  Configuring for py27-tabletext-0.1
Traceback (most recent call last):
  File "", line 1, in 
  File "setup.py", line 10, in 
+ open("CHANGELOG.rst", encoding='utf8').read(),
TypeError: 'encoding' is an invalid keyword argument for this function
*** Error code 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 209871] [NEW PORT] lang/py-mypy-lang: Optional static typing for Python

2017-01-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209871

--- Comment #6 from commit-h...@freebsd.org ---
A commit references this bug:

Author: dbn
Date: Thu Jan 26 06:18:30 UTC 2017
New revision: 432468
URL: https://svnweb.freebsd.org/changeset/ports/432468

Log:
  devel/py-typed-ast: add new port.

  Typed AST is a fork of the CPython 2.7 and 3.5 ast modules with the ability
to
  parse PEP 484 type comments. The primary goals of Typed ASP are correctness
and
  speed.

  PR:   209871

Changes:
  head/devel/Makefile
  head/devel/py-typed-ast/
  head/devel/py-typed-ast/Makefile
  head/devel/py-typed-ast/distinfo
  head/devel/py-typed-ast/pkg-descr

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"