./devel/breezy, Friendly distributed version control system

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


Branch: CURRENT, Version: 3.3.8, Package name: breezy-3.3.8, 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: 10154.487 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-13 10:50:21 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
ibreezy: tries to disable rust were incomplete

add missing setuptools_rust tool dependency (if it's not there, the package
doesn't build) and update PLIST to what's currently installed
   2024-10-05 15:34:20 by Olaf Seibert | Files touched by this commit (4) | Package updated
Log message:
devel/breezy: update to 3.3.8

I managed to bluntly patch out all use of Rust (which was useless
anyway). I commented out some lines in the Makefile that were there to
support Rust. These can be used to test it; and also when in the future
Rust no longer can be avoided (which seems likely to happen).

Upstream changes: unknown; doc/en/release-notes/brz-3.3.txt mentions
nothing beyond 3.3.5.
   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