diff options
author | jperkin <jperkin@pkgsrc.org> | 2019-11-30 13:50:37 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2019-11-30 13:50:37 +0000 |
commit | 18d03bb3db80691469d5bd300a4f6d204f8fa8e9 (patch) | |
tree | d559ee01e190e9e31ed3995f65ab9d2a8020bbcc /devel/breezy | |
parent | cb994ab44b90d079d9a40a5297243fb572b6101c (diff) | |
download | pkgsrc-18d03bb3db80691469d5bd300a4f6d204f8fa8e9.tar.gz |
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 (limited to 'devel/breezy')
-rw-r--r-- | devel/breezy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/breezy/Makefile b/devel/breezy/Makefile index c2afd234296..e9d8a010b09 100644 --- a/devel/breezy/Makefile +++ b/devel/breezy/Makefile @@ -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>=0:../../devel/py-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 |