pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/breezy
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jun 12 07:43:19 UTC 2025
Modified Files:
pkgsrc/devel/breezy: Makefile PLIST distinfo
pkgsrc/devel/breezy/patches: patch-setup.py
Log Message:
breezy: update to 3.3.12.
brz 3.3.12
##########
:3.3.12: 2025-05-13
* Drop use of ``PyInt_AsUnsignedLongMask``, which is deprecated in
modern Python. (Jelmer Vernooij)
brz 3.3.11
##########
:3.3.11: 2025-04-06
* Drop static tuple. This is breaking Python
3.13 support, Python has made improvements to tuples
that should reduce the need for this. We're
also moving performance-critical code to rust
in the future. (#2102194, Jelmer Vernooij)
* Fix timezone handling, avoid looking up
timezone. (#2103478, Jelmer Vernooij)
* Drop unused ``simple_set`` extension.
(Jelmer Vernooij)
brz 3.3.10
##########
:3.3.10: 2025-03-14
* Breezy itself is now hosted on GitHub -
https://github.com/breezy-team/breezy.
(Jelmer Vernooij)
* Bump PyO3 to 0.23. (Jelmer Vernooij)
* Add support for Python 3.13.
(Jelmer Vernooij, #2102194)
brz 3.3.9
#########
:3.3.9: 2024-10-20
* Update pyo3 to 0.22, adding support for Python 3.13. (Jelmer Vernooij,
#2084288)
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/breezy/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/breezy/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/breezy/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/breezy/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/breezy/Makefile
diff -u pkgsrc/devel/breezy/Makefile:1.25 pkgsrc/devel/breezy/Makefile:1.26
--- pkgsrc/devel/breezy/Makefile:1.25 Fri Apr 25 07:41:39 2025
+++ pkgsrc/devel/breezy/Makefile Thu Jun 12 07:43:18 2025
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.25 2025/04/25 07:41:39 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/06/12 07:43:18 wiz Exp $
-DISTNAME= breezy-3.3.8
-PKGREVISION= 1
+DISTNAME= breezy-3.3.12
CATEGORIES= devel scm
-MASTER_SITES= https://launchpad.net/brz/${PKGVERSION_NOREV:R}/${PKGVERSION_NOREV}/+download/
+#MASTER_SITES= https://launchpad.net/brz/${PKGVERSION_NOREV:R}/${PKGVERSION_NOREV}/+download/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=breezy-team/}
+GITHUB_TAG= ${DISTNAME:S/breezy/brz/}
MAINTAINER= rhialto%NetBSD.org@localhost
HOMEPAGE= https://breezy-vcs.org/
@@ -28,8 +29,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-testtools
USE_TOOLS+= gmake
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
# Prevent setup.py from building breezy/main.rs; use console_script instead.
MAKE_ENV+= CIBUILDWHEEL=1
@@ -61,6 +60,9 @@ post-install:
#do-test: "brz selftest -v" needs the installed package.
+# as of 3.3.12
+# 2295 failed, 8056 passed, 391 skipped, 25 xfailed, 71977 warning
+
#.include "cargo-depends.mk"
.include "../../devel/zlib/buildlink3.mk"
Index: pkgsrc/devel/breezy/PLIST
diff -u pkgsrc/devel/breezy/PLIST:1.8 pkgsrc/devel/breezy/PLIST:1.9
--- pkgsrc/devel/breezy/PLIST:1.8 Fri Apr 25 07:41:39 2025
+++ pkgsrc/devel/breezy/PLIST Thu Jun 12 07:43:18 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/04/25 07:41:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/06/12 07:43:18 wiz Exp $
bin/brz
bin/bzr-receive-pack
bin/bzr-upload-pack
@@ -103,11 +103,6 @@ ${PYSITELIB}/breezy/bzr/_rio_py.py
${PYSITELIB}/breezy/bzr/_rio_py.pyc
${PYSITELIB}/breezy/bzr/_rio_py.pyo
${PYSITELIB}/breezy/bzr/_rio_pyx.so
-${PYSITELIB}/breezy/bzr/_simple_set_pyx.so
-${PYSITELIB}/breezy/bzr/_static_tuple_c.so
-${PYSITELIB}/breezy/bzr/_static_tuple_py.py
-${PYSITELIB}/breezy/bzr/_static_tuple_py.pyc
-${PYSITELIB}/breezy/bzr/_static_tuple_py.pyo
${PYSITELIB}/breezy/bzr/branch.py
${PYSITELIB}/breezy/bzr/branch.pyc
${PYSITELIB}/breezy/bzr/branch.pyo
@@ -264,9 +259,6 @@ ${PYSITELIB}/breezy/bzr/smart/signals.py
${PYSITELIB}/breezy/bzr/smart/vfs.py
${PYSITELIB}/breezy/bzr/smart/vfs.pyc
${PYSITELIB}/breezy/bzr/smart/vfs.pyo
-${PYSITELIB}/breezy/bzr/static_tuple.py
-${PYSITELIB}/breezy/bzr/static_tuple.pyc
-${PYSITELIB}/breezy/bzr/static_tuple.pyo
${PYSITELIB}/breezy/bzr/tag.py
${PYSITELIB}/breezy/bzr/tag.pyc
${PYSITELIB}/breezy/bzr/tag.pyo
@@ -369,12 +361,6 @@ ${PYSITELIB}/breezy/bzr/tests/test__grou
${PYSITELIB}/breezy/bzr/tests/test__rio.py
${PYSITELIB}/breezy/bzr/tests/test__rio.pyc
${PYSITELIB}/breezy/bzr/tests/test__rio.pyo
-${PYSITELIB}/breezy/bzr/tests/test__simple_set.py
-${PYSITELIB}/breezy/bzr/tests/test__simple_set.pyc
-${PYSITELIB}/breezy/bzr/tests/test__simple_set.pyo
-${PYSITELIB}/breezy/bzr/tests/test__static_tuple.py
-${PYSITELIB}/breezy/bzr/tests/test__static_tuple.pyc
-${PYSITELIB}/breezy/bzr/tests/test__static_tuple.pyo
${PYSITELIB}/breezy/bzr/tests/test_btree_index.py
${PYSITELIB}/breezy/bzr/tests/test_btree_index.pyc
${PYSITELIB}/breezy/bzr/tests/test_btree_index.pyo
Index: pkgsrc/devel/breezy/distinfo
diff -u pkgsrc/devel/breezy/distinfo:1.9 pkgsrc/devel/breezy/distinfo:1.10
--- pkgsrc/devel/breezy/distinfo:1.9 Sat Oct 5 13:34:19 2024
+++ pkgsrc/devel/breezy/distinfo Thu Jun 12 07:43:18 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2024/10/05 13:34:19 rhialto Exp $
+$NetBSD: distinfo,v 1.10 2025/06/12 07:43:18 wiz Exp $
-BLAKE2s (breezy-3.3.8.tar.gz) = 2261def39b52c7160a2dc2aa09e43e73c47dee699ddba4bae9e902272d5973fa
-SHA512 (breezy-3.3.8.tar.gz) = 476e227b7f6e42b162375fe017caedf8aa816e7cc29204d6263e1d6343f88c1aa5c764ecea7fc9c04a066a6017e0632e55f89b1a6a4ff734062e45516b04c20a
-Size (breezy-3.3.8.tar.gz) = 10398195 bytes
+BLAKE2s (breezy-3.3.12.tar.gz) = c8f5560134942f307539d94f91c44f8091ab968989d5079a06a750da5931d21b
+SHA512 (breezy-3.3.12.tar.gz) = 460cb3b7e0d2557644f5cc428ba24f769b42031716423cdfe43da04576b0a46642b01aa930ebb737b713bf627155c66e9693013a2d476b9703a9bc8a6ef694a6
+Size (breezy-3.3.12.tar.gz) = 9384932 bytes
SHA1 (patch-breezy_bzr_rio.py) = 99566d80ba2963da4d1c4ad8813270f7cc61874b
SHA1 (patch-breezy_tests_test__server.py) = 768c43eb412fc688c49ac5037c4dc18b046b1be0
-SHA1 (patch-setup.py) = 5fd2478ef24fc2cf414d7c72b7dfdfd6f0736081
+SHA1 (patch-setup.py) = d1b56c52e74736110cf522f8459ddf53d2e7dfce
Index: pkgsrc/devel/breezy/patches/patch-setup.py
diff -u pkgsrc/devel/breezy/patches/patch-setup.py:1.2 pkgsrc/devel/breezy/patches/patch-setup.py:1.3
--- pkgsrc/devel/breezy/patches/patch-setup.py:1.2 Sat Oct 5 13:34:19 2024
+++ pkgsrc/devel/breezy/patches/patch-setup.py Thu Jun 12 07:43:18 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-setup.py,v 1.2 2024/10/05 13:34:19 rhialto Exp $
+$NetBSD: patch-setup.py,v 1.3 2025/06/12 07:43:18 wiz Exp $
- Surely this should work in some other way, but without this,
"setup.py build" errors out with "error: invalid command 'build_mo'".
@@ -15,9 +15,9 @@ $NetBSD: patch-setup.py,v 1.2 2024/10/05
time, commented-out fragments in the Makefile remain for the case where
one wants to try using Rust.
---- setup.py.orig 2024-06-27 14:42:24.000000000 +0000
+--- setup.py.orig 2025-04-05 23:22:03.000000000 +0000
+++ setup.py
-@@ -79,10 +79,16 @@ class build_man(Command):
+@@ -77,10 +77,16 @@ class build_man(Command):
from setuptools.command.build import build
@@ -34,8 +34,8 @@ $NetBSD: patch-setup.py,v 1.2 2024/10/05
+# "build_mo": build_mo,
}
- from distutils import log
-@@ -220,7 +226,7 @@ import site
+ from distutils.extension import Extension
+@@ -213,7 +219,7 @@ import site
site.ENABLE_USER_SITE = "--user" in sys.argv
rust_extensions = [
Home |
Main Index |
Thread Index |
Old Index