pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gi-docgen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May  1 05:41:05 UTC 2023

Modified Files:
        pkgsrc/devel/py-gi-docgen: Makefile

Log Message:
py-gi-docgen: move line higher so it's considered


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-gi-docgen/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/py-gi-docgen/Makefile
diff -u pkgsrc/devel/py-gi-docgen/Makefile:1.4 pkgsrc/devel/py-gi-docgen/Makefile:1.5
--- pkgsrc/devel/py-gi-docgen/Makefile:1.4      Sun Apr 30 17:12:18 2023
+++ pkgsrc/devel/py-gi-docgen/Makefile  Mon May  1 05:41:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/04/30 17:12:18 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/01 05:41:05 wiz Exp $
 
 DISTNAME=      gi-docgen-2023.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,13 +17,14 @@ DEPENDS+=   ${PYPKGPREFIX}-jinja2>=2:../..
 DEPENDS+=      ${PYPKGPREFIX}-typogrify>=2:../../textproc/py-typogrify
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/pyversion.mk"
 
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-tomli>=0:../../textproc/py-tomli
 .endif
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
 PYTHON_SELF_CONFLICT=          yes
 
 SUBST_CLASSES+=                prefix



Home | Main Index | Thread Index | Old Index