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: Sun Oct 13 08:50:21 UTC 2024
Modified Files:
pkgsrc/devel/breezy: Makefile PLIST
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
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/breezy/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/breezy/PLIST
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.22 pkgsrc/devel/breezy/Makefile:1.23
--- pkgsrc/devel/breezy/Makefile:1.22 Sat Oct 5 13:34:19 2024
+++ pkgsrc/devel/breezy/Makefile Sun Oct 13 08:50:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2024/10/05 13:34:19 rhialto Exp $
+# $NetBSD: Makefile,v 1.23 2024/10/13 08:50:21 wiz Exp $
DISTNAME= breezy-3.3.8
CATEGORIES= devel scm
@@ -10,6 +10,7 @@ COMMENT= Friendly distributed version co
LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-rust>=0:../../devel/py-setuptools-rust
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29:../../devel/py-cython
DEPENDS+= ${PYPKGPREFIX}-configobj>0:../../devel/py-configobj
@@ -18,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-fastbencode>=0
DEPENDS+= ${PYPKGPREFIX}-fastimport>0:../../devel/py-fastimport
DEPENDS+= ${PYPKGPREFIX}-merge3>=0.0.14:../../textproc/py-merge3
DEPENDS+= ${PYPKGPREFIX}-patiencediff>=0.2.2:../../textproc/py-patiencediff
-#DEPENDS+= ${PYPKGPREFIX}-setuptools-rust>=1.8.1:../../devel/py-setuptools-rust
+DEPENDS+= ${PYPKGPREFIX}-tzlocal>=0:../../time/py-tzlocal
DEPENDS+= ${PYPKGPREFIX}-yaml>=0:../../textproc/py-yaml
# Not yet packaged; only needed for lp: shortcuts.
#DEPENDS+= ${PYPKGPREFIX}-launchpadlib>=1.6.3:../../devel/py-launchpadlib
@@ -34,11 +35,8 @@ MAKE_ENV+= CIBUILDWHEEL=1
REPLACE_PYTHON+= breezy/git/bzr-receive-pack
REPLACE_PYTHON+= breezy/git/bzr-upload-pack
-REPLACE_PYTHON+= breezy/git/git-remote-bzr
REPLACE_PYTHON+= breezy/git/git_remote_helper.py
-REPLACE_PYTHON+= breezy/plugins/bash_completion/bashcomp.py
REPLACE_PYTHON+= breezy/tests/ssl_certs/create_ssls.py
-REPLACE_PYTHON+= breezy/version_info_formats/format_python.py
REPLACE_PYTHON+= brz
REPLACE_PYTHON+= contrib/brz_access
Index: pkgsrc/devel/breezy/PLIST
diff -u pkgsrc/devel/breezy/PLIST:1.6 pkgsrc/devel/breezy/PLIST:1.7
--- pkgsrc/devel/breezy/PLIST:1.6 Sun Jan 28 12:43:55 2024
+++ pkgsrc/devel/breezy/PLIST Sun Oct 13 08:50:21 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/01/28 12:43:55 rhialto Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/10/13 08:50:21 wiz Exp $
bin/brz
bin/bzr-receive-pack
bin/bzr-upload-pack
@@ -103,7 +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/_rio_rs.so
${PYSITELIB}/breezy/bzr/_simple_set_pyx.so
${PYSITELIB}/breezy/bzr/_static_tuple_c.so
${PYSITELIB}/breezy/bzr/_static_tuple_py.py
@@ -2385,9 +2384,6 @@ ${PYSITELIB}/breezy/tests/test__chunks_t
${PYSITELIB}/breezy/tests/test__known_graph.py
${PYSITELIB}/breezy/tests/test__known_graph.pyc
${PYSITELIB}/breezy/tests/test__known_graph.pyo
-${PYSITELIB}/breezy/tests/test__walkdirs_win32.py
-${PYSITELIB}/breezy/tests/test__walkdirs_win32.pyc
-${PYSITELIB}/breezy/tests/test__walkdirs_win32.pyo
${PYSITELIB}/breezy/tests/test_ancestry.py
${PYSITELIB}/breezy/tests/test_ancestry.pyc
${PYSITELIB}/breezy/tests/test_ancestry.pyo
Home |
Main Index |
Thread Index |
Old Index