Skip to content

Commit 8295adc

Browse files
committed
texttest: update to 4.4.0.1. Changes:
New development: - Support added for Gitlab CI - Added diagnostic info for configuration file errors - Added support for Python 3.12 Bugfixes: - Fixed error with grid engine display variable introduced in 4.3.1 - Treat localhost:0 and :0 interchangeably for display variable on Linux - Fixed bug with empty environment variable key when finding correct temporary directory - Fixed Windows installer to be compatible with new changes to msys2 environment - Fixed bug where saving with file_edits from capturemock did not work after reconnecting - Fixed bug #133 send correct flags when cancelling test, otherwise the counters get corrupted - Fixed bug #119 around behavior when there is a .git directory but git is not installed
1 parent c3b33a7 commit 8295adc

File tree

3 files changed

+20
-25
lines changed

3 files changed

+20
-25
lines changed

devel/texttest/Makefile

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# $NetBSD: Makefile,v 1.31 2024/04/07 07:33:50 wiz Exp $
1+
# $NetBSD: Makefile,v 1.32 2024/10/14 14:30:00 schmonz Exp $
22

3-
DISTNAME= texttest-4.3.1
4-
GITHUB_TAG= ${PKGVERSION_NOREV}
3+
DISTNAME= TextTest-4.4.0.1
54
PKGNAME= ${DISTNAME:tl}
6-
PKGREVISION= 2
75
CATEGORIES= devel python
8-
MASTER_SITES= ${MASTER_SITE_GITHUB:=texttest/}
6+
MASTER_SITES= https://downloads.sourceforge.net/project/texttest/texttest/4.4.0/
97

108
MAINTAINER= [email protected]
119
HOMEPAGE= http://texttest.sourceforge.net/
@@ -28,7 +26,7 @@ SUBST_STAGE.prefix= pre-configure
2826
SUBST_FILES.prefix= texttestlib/default/__init__.py
2927
SUBST_VARS.prefix= PREFIX
3028

31-
.include "../../lang/python/egg.mk"
29+
.include "../../lang/python/wheel.mk"
3230
.include "../../lang/python/application.mk"
3331
.include "../../x11/gtk3/buildlink3.mk"
3432
.include "../../mk/bsd.pkg.mk"

devel/texttest/PLIST

+12-15
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
@comment $NetBSD: PLIST,v 1.8 2023/04/18 16:39:08 schmonz Exp $
1+
@comment $NetBSD: PLIST,v 1.9 2024/10/14 14:30:00 schmonz Exp $
22
bin/interpretcore
33
bin/texttest
4-
${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
5-
${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
6-
${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
7-
${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
8-
${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
4+
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
5+
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
6+
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
7+
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
8+
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
99
${PYSITELIB}/texttestlib/__init__.py
1010
${PYSITELIB}/texttestlib/__init__.pyc
1111
${PYSITELIB}/texttestlib/__init__.pyo
@@ -27,6 +27,9 @@ ${PYSITELIB}/texttestlib/default/batch/__init__.pyo
2727
${PYSITELIB}/texttestlib/default/batch/batchutils.py
2828
${PYSITELIB}/texttestlib/default/batch/batchutils.pyc
2929
${PYSITELIB}/texttestlib/default/batch/batchutils.pyo
30+
${PYSITELIB}/texttestlib/default/batch/ci.py
31+
${PYSITELIB}/texttestlib/default/batch/ci.pyc
32+
${PYSITELIB}/texttestlib/default/batch/ci.pyo
3033
${PYSITELIB}/texttestlib/default/batch/externalreport.py
3134
${PYSITELIB}/texttestlib/default/batch/externalreport.pyc
3235
${PYSITELIB}/texttestlib/default/batch/externalreport.pyo
@@ -270,15 +273,9 @@ ${PYSITELIB}/texttestlib/images/throbber_inactive.png
270273
${PYSITELIB}/texttestlib/jobprocess.py
271274
${PYSITELIB}/texttestlib/jobprocess.pyc
272275
${PYSITELIB}/texttestlib/jobprocess.pyo
273-
${PYSITELIB}/texttestlib/libexec/sitecustomize.py
274-
${PYSITELIB}/texttestlib/libexec/sitecustomize.pyc
275-
${PYSITELIB}/texttestlib/libexec/sitecustomize.pyo
276-
${PYSITELIB}/texttestlib/libexec/startWindowManager.py
277-
${PYSITELIB}/texttestlib/libexec/startWindowManager.pyc
278-
${PYSITELIB}/texttestlib/libexec/startWindowManager.pyo
279-
${PYSITELIB}/texttestlib/libexec/startXvfb.py
280-
${PYSITELIB}/texttestlib/libexec/startXvfb.pyc
281-
${PYSITELIB}/texttestlib/libexec/startXvfb.pyo
276+
${PYSITELIB}/texttestlib/libexec/sitecustomize.pyx
277+
${PYSITELIB}/texttestlib/libexec/startWindowManager.pyx
278+
${PYSITELIB}/texttestlib/libexec/startXvfb.pyx
282279
${PYSITELIB}/texttestlib/log/logconfiggen_setup.py
283280
${PYSITELIB}/texttestlib/log/logconfiggen_setup.pyc
284281
${PYSITELIB}/texttestlib/log/logconfiggen_setup.pyo

devel/texttest/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.14 2023/12/11 21:41:06 schmonz Exp $
1+
$NetBSD: distinfo,v 1.15 2024/10/14 14:30:00 schmonz Exp $
22

3-
BLAKE2s (texttest-4.3.1.tar.gz) = b34c61e56dce55c062eac3c42660ae5db1722470109d30fc375a226625fd5d5e
4-
SHA512 (texttest-4.3.1.tar.gz) = 35db9a014774e0ec53c6ab208c1c6a72c91473157a8c4f70179becb443f6ef9ed3d87c8461cb742f9e996c4d942bc77b2f54cf501a8342611654c5a1ffcd0a6e
5-
Size (texttest-4.3.1.tar.gz) = 616395 bytes
3+
BLAKE2s (TextTest-4.4.0.1.tar.gz) = 55f3f9b8bdda29b9d415ef6764ab82315a0916e0f5b2aa6647c4bce3307bb92a
4+
SHA512 (TextTest-4.4.0.1.tar.gz) = 96bea9acc8022ffebfc16153940c280b037e7bd350741c236ff6a169c51d6bd5d7dabbd2528db916d48ac3fb6b6d60446b9e14dad25cf5acb7ce2fd4bb3d9415
5+
Size (TextTest-4.4.0.1.tar.gz) = 612382 bytes
66
SHA1 (patch-texttestlib_default_____init____.py) = 87fae6e9c04d2340510c4286b8ae5351ebc38fd5

0 commit comments

Comments
 (0)