pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/breezy breezy: Switch to PYTHON_VERSIONS_INCOMPA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8f9f7472a02
branches:  trunk
changeset: 418640:a8f9f7472a02
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Sat Nov 30 13:50:37 2019 +0000

description:
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.

diffstat:

 devel/breezy/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5c4c26d0dc7a -r a8f9f7472a02 devel/breezy/Makefile
--- a/devel/breezy/Makefile     Sat Nov 30 13:43:22 2019 +0000
+++ b/devel/breezy/Makefile     Sat Nov 30 13:50:37 2019 +0000
@@ -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 @@
 
 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