pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/texttest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:00:00 UTC 2025

Modified Files:
        pkgsrc/devel/texttest: Makefile

Log Message:
texttest: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/texttest/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/texttest/Makefile
diff -u pkgsrc/devel/texttest/Makefile:1.37 pkgsrc/devel/texttest/Makefile:1.38
--- pkgsrc/devel/texttest/Makefile:1.37 Fri Feb 21 16:12:58 2025
+++ pkgsrc/devel/texttest/Makefile      Wed Mar  5 10:00:00 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2025/02/21 16:12:58 schmonz Exp $
+# $NetBSD: Makefile,v 1.38 2025/03/05 10:00:00 wiz Exp $
 
 DISTNAME=              texttest-4.4.3.1
+PKGREVISION=           1
 CATEGORIES=            devel python
 MASTER_SITES=          ${MASTER_SITE_PYPI:=t/texttest/}
 
@@ -9,21 +10,16 @@ HOMEPAGE=            http://texttest.sourceforge.n
 COMMENT=               Tool for text-based Approval Testing
 LICENSE=               gnu-lgpl-v2.1
 
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=              ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=              ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
 
-TOOL_DEPENDS+=         ${PYPKGPREFIX}-setuptools>=61.0:../../devel/py-setuptools
-
 USE_LANGUAGES=         # none
 
 REPLACE_PYTHON+=       texttestlib/default/batch/__init__.py
 REPLACE_PYTHON+=       texttestlib/default/virtualdisplay.py
 REPLACE_PYTHON+=       texttestlib/log/logconfiggen_setup.py
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-WHEEL_NAME=            TextTest-${PKGVERSION_NOREV}
-
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    pre-configure
 SUBST_FILES.prefix=    texttestlib/default/__init__.py



Home | Main Index | Thread Index | Old Index