Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Aug 2017 14:08:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 220596] [NEW PORT] shells/xonsh: Python-ish BASH-wards shell
Message-ID:  <bug-220596-21822-nqVGLAuSOe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220596-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220596-21822@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=3D220596

--- Comment #25 from commit-hook@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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220596-21822-nqVGLAuSOe>