Re: lang/python3* ports, __pycache__ included

2016-12-13 Thread Shane Ambler
On 14/12/2016 00:42, Kyle Evans wrote: On Tue, Dec 13, 2016 at 4:59 AM, Kubilay Kocak wrote: Note that they will be re-created on import unless one overrides the default for the interpreter to produce these optimization files. I'm not sure (or cant remember) if there is a

Re: lang/python3* ports, __pycache__ included

2016-12-13 Thread Kyle Evans
On Tue, Dec 13, 2016 at 4:59 AM, Kubilay Kocak wrote: > > Note that they will be re-created on import unless one overrides the > default for the interpreter to produce these optimization files. > > I'm not sure (or cant remember) if there is a good way to disable this > on a

Re[2]: lang/python3* ports, __pycache__ included

2016-12-13 Thread Marcus von Appen
On 12/13/2016 12:55:40 PM, "Vlad K." wrote: On 2016-12-13 12:36, Kubilay Kocak wrote: My main point was that if disk utilisation is something one wants to minimise (at deployment), that one would need to be able to turn the optimization knob off each time (or

[Bug 214893] www/py-kallithea: Fix RC script

2016-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214893 Rene Ladan changed: What|Removed |Added Status|In Progress |Closed

[Bug 214893] www/py-kallithea: Fix RC script

2016-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214893 --- Comment #7 from commit-h...@freebsd.org --- A commit references this bug: Author: rene Date: Tue Dec 13 19:19:16 UTC 2016 New revision: 428526 URL: https://svnweb.freebsd.org/changeset/ports/428526 Log: MFH: r428440

Re[2]: lang/python3* ports, __pycache__ included

2016-12-13 Thread Marcus von Appen
On 12/13/2016 11:59:32 AM, "Kubilay Kocak" wrote: [...] I'm not sure (or cant remember) if there is a good way to disable this on a global or system-wide basis. There are some environmental settings offered by Python to avoid creating byte-compiled and optimized cache

[Important] : This is an automatic message

2016-12-13 Thread PayPal
___ 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"

Re: lang/python3* ports, __pycache__ included

2016-12-13 Thread Vlad K.
On 2016-12-13 12:36, Kubilay Kocak wrote: My main point was that if disk utilisation is something one wants to minimise (at deployment), that one would need to be able to turn the optimization knob off each time (or system-wide) and that that would be a handy thing to know and do. Personally,

Re: lang/python3* ports, __pycache__ included

2016-12-13 Thread Kubilay Kocak
On 13/12/2016 10:08 PM, Vlad K. wrote: > On 2016-12-13 11:59, Kubilay Kocak wrote: >> >> Note that they will be re-created on import unless one overrides >> the default for the interpreter to produce these optimization >> files. > > Depends. Those modules are installed in a root owned directory,

Re: lang/python3* ports, __pycache__ included

2016-12-13 Thread Vlad K.
On 2016-12-13 11:59, Kubilay Kocak wrote: Note that they will be re-created on import unless one overrides the default for the interpreter to produce these optimization files. Depends. Those modules are installed in a root owned directory, and the bytecode cache will get created only if you

Re: lang/python3* ports, __pycache__ included

2016-12-13 Thread Kubilay Kocak
On 13/12/2016 9:13 AM, Kyle Evans wrote: > On Mon, Dec 12, 2016 at 3:51 PM, Marcus von Appen > wrote: >> Hi Kyle, >> >>> [snip] >> >> this is a python3 specific change in how python deals with >> optimized bytecode files. We ship .pyc/.pyo files for python2 ports >> and