[Bug 220596] [NEW PORT] shells/xonsh: Python-ish BASH-wards shell
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 2 14:08:13 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596
--- Comment #25 from commit-hook at freebsd.org ---
A commit references this bug:
Author: matthew
Date: Wed Aug 2 14:07:49 UTC 2017
New revision: 447104
URL: https://svnweb.freebsd.org/changeset/ports/447104
Log:
A package-based, source code amalgamater for collapsing Python
packages into a single module.
The big idea here is to glue most of the source files in a package or
subpackage together into a single module, called
__amalgam__.py. Combined with some hooks in the __init__.py, this
should dramatically reduce the number of files that are being searched
for inside of the package. This is critical in larger projects where
import times are the major startup time cost.
WWW: https://github.com/xonsh/amalgamate
PR: 220596
Changes:
head/devel/Makefile
head/devel/py-amalgamate/
head/devel/py-amalgamate/Makefile
head/devel/py-amalgamate/Makefile~
head/devel/py-amalgamate/distinfo
head/devel/py-amalgamate/pkg-descr
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list