./devel/breezy, Friendly distributed version control system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.3.5, Package name: breezy-3.3.5, Maintainer: rhialto

Breezy (brz) is a decentralized revision control system, designed to be
easy for developers and end users alike.

By default, Breezy provides support for both the `Bazaar
<https://www.bazaar-vcs.org>`_ and `Git <https://www.git-scm.com/>`_ file
formats.

To learn how to use Breezy, see the official documentation in the `doc`
directory or refer to the Bazaar documentation at
<https://www.breezy-vcs.org/doc/en/>.

Breezy is a friendly fork of the Bazaar (``bzr``) project, hosted on
http://bazaar.canonical.com/. It is backwards compatibility with
Bazaar's disk format and protocols. One of the key differences with
Bazaar is that Breezy also runs on Python 3.3 and later, in addition to
Python 2.7.


Required to run:
[devel/py-setuptools] [devel/py-dulwich] [lang/py-six] [devel/py-configobj] [devel/py-fastimport] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 10149.67 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-28 13:43:55 by Olaf Seibert | Files touched by this commit (4) | Package updated
Log message:
devel/breezy: update to 3.3.5.

Now compatible with Python 3.12.
   2024-01-24 17:43:18 by Thomas Klausner | Files touched by this commit (1)
Log message:
breezy: add missing tools
   2024-01-07 17:13:43 by Olaf Seibert | Files touched by this commit (1)
Log message:
devel/breezy: fix dependencies.
   2024-01-07 16:13:12 by Olaf Seibert | Files touched by this commit (7) | Package updated
Log message:
devel/breezy: update to 3.3.4.

Major change: now parts are written in Rust. A default build even tries to
build the main program in Rust (which uses libpython to run all the python).
This has been patched out.
Breezy is now compatible with Python 3.11.
   2023-12-25 19:16:48 by Thomas Klausner | Files touched by this commit (1)
Log message:
breezy: not for Python 3.12
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-08-06 18:15:37 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
breezy: not for Python 3.11 (needs updating to 3.3.2)
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html