[Bug 237984] print/dot2tex: Update to 2.11.3, Switch to Python 3

2019-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237984

Kubilay Kocak  changed:

   What|Removed |Added

 Attachment #204520|0   |1
is obsolete||
 Attachment #204604|0   |1
is obsolete||

--- Comment #14 from Kubilay Kocak  ---
Created attachment 204751
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=204751&action=edit
dot2tex-issue-237984.patch

print/dot2tex: Fix incorrect Python version spec

dot2tex supports Python 2 and 3. This change removes the unecessary version
spec restriction to 2.7.

While I'm here:

  - Add PKGNAMEPREFIX (unique package names per flavor)
  - Enable USE_PYTHON=concurrent, each package flavor installs scripts in
common locations
  - Add TEST_DEPENDS/test target
  - Add python to CATEGORIES
  - Pet portlint (Make file sort/group order)

portlint: OK (looks fine.)
testport: OK (poudriere: 12amd64-py35,py27)
maketest: OK* (Ran 54 tests in 33.863s FAILED (failures=3))

* Note: Previous test suite pass rate unknown, old latex (texlive 2015)

-- 
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 237984] print/dot2tex: Update to 2.11.3, Switch to Python 3

2019-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237984

Kubilay Kocak  changed:

   What|Removed |Added

 Attachment #204520|1   |0
is obsolete||

-- 
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 238243] www/npm: install byte-compiled python files for node-gyp pylib

2019-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238243

--- Comment #5 from Hiroki Tagato  ---
(In reply to Kubilay Kocak from comment #4)

Thanks for the clarification. Now I understand.

I tried with the 2019Q2 branch of the ports tree and got exactly the same
filesystem violation error. So the quarterly version of www/npm port also
create .pyc files at first run (and should be fixed).

-- 
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 238254] devel/gobject-introspection: g-ir-scanner fails to find python3.x when building print/harfbuzz

2019-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238254

Jan Beich  changed:

   What|Removed |Added

Summary|print/harfbuzz: Fails to|devel/gobject-introspection
   |build: env: |: g-ir-scanner fails to
   |/usr/local/bin/python3.6:   |find python3.x when
   |No such file or directory   |building print/harfbuzz

--- Comment #4 from Jan Beich  ---
portupgrade/portmaster cannot recover from a pilot error e.g.,

1. Install devel/gobject-introspection
2. Add DEFAULT_VERSIONS+=python=2.7 to make.conf
3. Remove lang/python3.6 under assumption it's no longer used
4. Try to build print/harfbuzz

-- 
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 238254] devel/gobject-introspection: g-ir-scanner fails to find python3.x when building print/harfbuzz

2019-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238254

Kubilay Kocak  changed:

   What|Removed |Added

 Resolution|--- |Not A Bug
 Status|Open|Closed
   Assignee|gn...@freebsd.org   |ko...@freebsd.org
   Keywords|needs-qa|

--- Comment #5 from Kubilay Kocak  ---
@Terry If the issue is reproducible after the following steps, please re-open
the issue with additional detail:

1. Add DEFAULT_VERSIONS+=python=2.7 to make.conf (if not already present)
2. Re-build/install devel/gobject-introspection (with portmaster/portupgrade)
3. Confirm lang/python36 was built/installed (pkg version -v|grep python36)
4. Rebuild print/harfbuzz

-- 
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"