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:   schmonz
Date:           Mon Oct 14 14:30:00 UTC 2024

Modified Files:
        pkgsrc/devel/texttest: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/texttest/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/texttest/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/texttest/distinfo

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.31 pkgsrc/devel/texttest/Makefile:1.32
--- pkgsrc/devel/texttest/Makefile:1.31 Sun Apr  7 07:33:50 2024
+++ pkgsrc/devel/texttest/Makefile      Mon Oct 14 14:30:00 2024
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2024/04/07 07:33:50 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2024/10/14 14:30:00 schmonz Exp $
 
-DISTNAME=              texttest-4.3.1
-GITHUB_TAG=            ${PKGVERSION_NOREV}
+DISTNAME=              TextTest-4.4.0.1
 PKGNAME=               ${DISTNAME:tl}
-PKGREVISION=           2
 CATEGORIES=            devel python
-MASTER_SITES=          ${MASTER_SITE_GITHUB:=texttest/}
+MASTER_SITES=          https://downloads.sourceforge.net/project/texttest/texttest/4.4.0/
 
 MAINTAINER=            schmonz%NetBSD.org@localhost
 HOMEPAGE=              http://texttest.sourceforge.net/
@@ -28,7 +26,7 @@ SUBST_STAGE.prefix=   pre-configure
 SUBST_FILES.prefix=    texttestlib/default/__init__.py
 SUBST_VARS.prefix=     PREFIX
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../lang/python/application.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/texttest/PLIST
diff -u pkgsrc/devel/texttest/PLIST:1.8 pkgsrc/devel/texttest/PLIST:1.9
--- pkgsrc/devel/texttest/PLIST:1.8     Tue Apr 18 16:39:08 2023
+++ pkgsrc/devel/texttest/PLIST Mon Oct 14 14:30:00 2024
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.8 2023/04/18 16:39:08 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/10/14 14:30:00 schmonz Exp $
 bin/interpretcore
 bin/texttest
-${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
-${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/texttestlib/__init__.py
 ${PYSITELIB}/texttestlib/__init__.pyc
 ${PYSITELIB}/texttestlib/__init__.pyo
@@ -27,6 +27,9 @@ ${PYSITELIB}/texttestlib/default/batch/_
 ${PYSITELIB}/texttestlib/default/batch/batchutils.py
 ${PYSITELIB}/texttestlib/default/batch/batchutils.pyc
 ${PYSITELIB}/texttestlib/default/batch/batchutils.pyo
+${PYSITELIB}/texttestlib/default/batch/ci.py
+${PYSITELIB}/texttestlib/default/batch/ci.pyc
+${PYSITELIB}/texttestlib/default/batch/ci.pyo
 ${PYSITELIB}/texttestlib/default/batch/externalreport.py
 ${PYSITELIB}/texttestlib/default/batch/externalreport.pyc
 ${PYSITELIB}/texttestlib/default/batch/externalreport.pyo
@@ -270,15 +273,9 @@ ${PYSITELIB}/texttestlib/images/throbber
 ${PYSITELIB}/texttestlib/jobprocess.py
 ${PYSITELIB}/texttestlib/jobprocess.pyc
 ${PYSITELIB}/texttestlib/jobprocess.pyo
-${PYSITELIB}/texttestlib/libexec/sitecustomize.py
-${PYSITELIB}/texttestlib/libexec/sitecustomize.pyc
-${PYSITELIB}/texttestlib/libexec/sitecustomize.pyo
-${PYSITELIB}/texttestlib/libexec/startWindowManager.py
-${PYSITELIB}/texttestlib/libexec/startWindowManager.pyc
-${PYSITELIB}/texttestlib/libexec/startWindowManager.pyo
-${PYSITELIB}/texttestlib/libexec/startXvfb.py
-${PYSITELIB}/texttestlib/libexec/startXvfb.pyc
-${PYSITELIB}/texttestlib/libexec/startXvfb.pyo
+${PYSITELIB}/texttestlib/libexec/sitecustomize.pyx
+${PYSITELIB}/texttestlib/libexec/startWindowManager.pyx
+${PYSITELIB}/texttestlib/libexec/startXvfb.pyx
 ${PYSITELIB}/texttestlib/log/logconfiggen_setup.py
 ${PYSITELIB}/texttestlib/log/logconfiggen_setup.pyc
 ${PYSITELIB}/texttestlib/log/logconfiggen_setup.pyo

Index: pkgsrc/devel/texttest/distinfo
diff -u pkgsrc/devel/texttest/distinfo:1.14 pkgsrc/devel/texttest/distinfo:1.15
--- pkgsrc/devel/texttest/distinfo:1.14 Mon Dec 11 21:41:06 2023
+++ pkgsrc/devel/texttest/distinfo      Mon Oct 14 14:30:00 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2023/12/11 21:41:06 schmonz Exp $
+$NetBSD: distinfo,v 1.15 2024/10/14 14:30:00 schmonz Exp $
 
-BLAKE2s (texttest-4.3.1.tar.gz) = b34c61e56dce55c062eac3c42660ae5db1722470109d30fc375a226625fd5d5e
-SHA512 (texttest-4.3.1.tar.gz) = 35db9a014774e0ec53c6ab208c1c6a72c91473157a8c4f70179becb443f6ef9ed3d87c8461cb742f9e996c4d942bc77b2f54cf501a8342611654c5a1ffcd0a6e
-Size (texttest-4.3.1.tar.gz) = 616395 bytes
+BLAKE2s (TextTest-4.4.0.1.tar.gz) = 55f3f9b8bdda29b9d415ef6764ab82315a0916e0f5b2aa6647c4bce3307bb92a
+SHA512 (TextTest-4.4.0.1.tar.gz) = 96bea9acc8022ffebfc16153940c280b037e7bd350741c236ff6a169c51d6bd5d7dabbd2528db916d48ac3fb6b6d60446b9e14dad25cf5acb7ce2fd4bb3d9415
+Size (TextTest-4.4.0.1.tar.gz) = 612382 bytes
 SHA1 (patch-texttestlib_default_____init____.py) = 87fae6e9c04d2340510c4286b8ae5351ebc38fd5



Home | Main Index | Thread Index | Old Index