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: jperkin
Date: Sat Nov 30 13:50:37 UTC 2019
Modified Files:
pkgsrc/devel/breezy: Makefile
Log Message:
breezy: Switch to PYTHON_VERSIONS_INCOMPATIBLE.
The previous PYTHON_VERSIONS_ACCEPTED included versions that had previously
been removed from pkgsrc long ago, breaking pbulk-index and resulting in the
package being missing from bulk builds.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/breezy/Makefile
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.2 pkgsrc/devel/breezy/Makefile:1.3
--- pkgsrc/devel/breezy/Makefile:1.2 Sun Nov 3 10:39:07 2019
+++ pkgsrc/devel/breezy/Makefile Sat Nov 30 13:50:37 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/11/03 10:39:07 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2019/11/30 13:50:37 jperkin Exp $
DISTNAME= breezy-3.0.1
CATEGORIES= devel scm
@@ -21,7 +21,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-testtools
USE_TOOLS+= gmake msgfmt
-PYTHON_VERSIONS_ACCEPTED= 38 37 36 35 34 33
+PYTHON_VERSIONS_INCOMPATIBLE= 27
REPLACE_PYTHON+= breezy/git/bzr-receive-pack
REPLACE_PYTHON+= breezy/git/bzr-upload-pack
Home |
Main Index |
Thread Index |
Old Index