pkgsrc-WIP-changes archive

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

aegis: not for python 3.7 or 3.8



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Tue Jun 13 20:23:58 2023 +0200
Changeset:	6d1adfa3e3619591f96eb4f31d888702ac7b2364

Modified Files:
	aegis-devel/Makefile

Log Message:
aegis: not for python 3.7 or 3.8

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6d1adfa3e3619591f96eb4f31d888702ac7b2364

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 aegis-devel/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/aegis-devel/Makefile b/aegis-devel/Makefile
index bf115215b8..9ae245958d 100644
--- a/aegis-devel/Makefile
+++ b/aegis-devel/Makefile
@@ -11,6 +11,8 @@ COMMENT=	Infrastructure meta-package to develop on Aegis
 
 META_PACKAGE=		yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27 37 38
+
 .include "../../mk/bsd.prefs.mk"
 
 DEPENDS+=		aegis>=4.24:../../devel/aegis
@@ -46,6 +48,5 @@ DEPENDS+=		tardy>=1.17:../../wip/tardy
 DEPENDS+=		zlib>=1.1.4:../../devel/zlib
 .endif
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27
 .include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index