pkgsrc-WIP-changes archive

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

py-nihtest-git: remove, I don't need it any longer, use devel/py-nihtest



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Jan 17 11:36:53 2024 +0100
Changeset:	e612e91ed710a2ea6fb387e83603ad496369ac7d

Modified Files:
	Makefile
Removed Files:
	py-nihtest-git/ALTERNATIVES
	py-nihtest-git/DESCR
	py-nihtest-git/Makefile
	py-nihtest-git/PLIST

Log Message:
py-nihtest-git: remove, I don't need it any longer, use devel/py-nihtest

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

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

diffstat:
 Makefile                    |  3 +--
 py-nihtest-git/ALTERNATIVES |  1 -
 py-nihtest-git/DESCR        |  8 --------
 py-nihtest-git/Makefile     | 38 ------------------------------------
 py-nihtest-git/PLIST        | 47 ---------------------------------------------
 5 files changed, 1 insertion(+), 96 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 8b07e03914..7c20c5f314 100644
--- a/Makefile
+++ b/Makefile
@@ -4039,7 +4039,6 @@ SUBDIR+=	py-nexpy
 SUBDIR+=	py-nfg
 SUBDIR+=	py-ngxtop
 SUBDIR+=	py-nibabel
-SUBDIR+=	py-nihtest-git
 SUBDIR+=	py-nilearn
 SUBDIR+=	py-nimfa
 SUBDIR+=	py-nipy
@@ -5751,7 +5750,6 @@ SUBDIR+=	xlossage-git
 SUBDIR+=	xmail
 SUBDIR+=	xmatchview
 SUBDIR+=	xmds
-SUBDIR+=	xmenu
 SUBDIR+=	xmim
 SUBDIR+=	xml-light
 SUBDIR+=	xml2tsv
@@ -5818,6 +5816,7 @@ SUBDIR+=	xtraceroute
 SUBDIR+=	xtreemfs-client
 SUBDIR+=	xtreemfs-server
 SUBDIR+=	xtrkcad
+SUBDIR+=	xvkbd
 SUBDIR+=	xwallpaper
 SUBDIR+=	xwax
 SUBDIR+=	xwelltris
diff --git a/py-nihtest-git/ALTERNATIVES b/py-nihtest-git/ALTERNATIVES
deleted file mode 100644
index 380a553942..0000000000
--- a/py-nihtest-git/ALTERNATIVES
+++ /dev/null
@@ -1 +0,0 @@
-bin/nihtest @PREFIX@/bin/nihtest-@PYVERSSUFFIX@
diff --git a/py-nihtest-git/DESCR b/py-nihtest-git/DESCR
deleted file mode 100644
index c8d70a3538..0000000000
--- a/py-nihtest-git/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-This is nihtest, a testing tool for command line utilities.
-
-Tests are run in a sandbox directory to guarantee a clean separation
-of the test.
-
-It checks that exit code, standard and error outputs are as expected
-and compares the files in the sandbox after the run with the expected
-results.
diff --git a/py-nihtest-git/Makefile b/py-nihtest-git/Makefile
deleted file mode 100644
index bddb419527..0000000000
--- a/py-nihtest-git/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2024/01/03 16:28:36 wiz Exp $
-
-DISTNAME=	nihtest-1.4.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel
-#MASTER_SITES=	${MASTER_SITE_PYPI:=n/nihtest/}
-GIT_REPO=       https://github.com/nih-at/nihtest.git
-
-MAINTAINER=	wiz%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/nih-at/nihtest
-COMMENT=	Testing tool for command line utilities
-LICENSE=	modified-bsd
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-
-USE_TOOLS+=	cmake:test
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27 38
-
-INSTALLATION_DIRS+=	${PKGMANDIR}/man1 ${PKGMANDIR}/man5
-
-post-install:
-	cd ${DESTDIR}${PREFIX}/bin && ${MV} nihtest nihtest-${PYVERSSUFFIX} || ${TRUE}
-.for man in nihtest
-	${INSTALL_DATA} ${WRKSRC}/manpages/${man}.mdoc ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${man}-${PYVERSSUFFIX}.1
-.endfor
-.for man in nihtest-case nihtest.conf
-	${INSTALL_DATA} ${WRKSRC}/manpages/${man}.mdoc ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/${man}-${PYVERSSUFFIX}.5
-.endfor
-
-do-test:
-	${MKDIR} ${WRKSRC}/build
-	cd ${WRKSRC}/build && cmake .. && ${MAKE} && ctest
-
-.include "../../lang/python/wheel.mk"
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-nihtest-git/PLIST b/py-nihtest-git/PLIST
deleted file mode 100644
index ab84551414..0000000000
--- a/py-nihtest-git/PLIST
+++ /dev/null
@@ -1,47 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/28 19:57:04 wiz Exp $
-bin/nihtest-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/nihtest/Command.py
-${PYSITELIB}/nihtest/Command.pyc
-${PYSITELIB}/nihtest/Command.pyo
-${PYSITELIB}/nihtest/CompareArrays.py
-${PYSITELIB}/nihtest/CompareArrays.pyc
-${PYSITELIB}/nihtest/CompareArrays.pyo
-${PYSITELIB}/nihtest/Configuration.py
-${PYSITELIB}/nihtest/Configuration.pyc
-${PYSITELIB}/nihtest/Configuration.pyo
-${PYSITELIB}/nihtest/Environment.py
-${PYSITELIB}/nihtest/Environment.pyc
-${PYSITELIB}/nihtest/Environment.pyo
-${PYSITELIB}/nihtest/Features.py
-${PYSITELIB}/nihtest/Features.pyc
-${PYSITELIB}/nihtest/Features.pyo
-${PYSITELIB}/nihtest/File.py
-${PYSITELIB}/nihtest/File.pyc
-${PYSITELIB}/nihtest/File.pyo
-${PYSITELIB}/nihtest/Sandbox.py
-${PYSITELIB}/nihtest/Sandbox.pyc
-${PYSITELIB}/nihtest/Sandbox.pyo
-${PYSITELIB}/nihtest/Test.py
-${PYSITELIB}/nihtest/Test.pyc
-${PYSITELIB}/nihtest/Test.pyo
-${PYSITELIB}/nihtest/TestCase.py
-${PYSITELIB}/nihtest/TestCase.pyc
-${PYSITELIB}/nihtest/TestCase.pyo
-${PYSITELIB}/nihtest/Utility.py
-${PYSITELIB}/nihtest/Utility.pyc
-${PYSITELIB}/nihtest/Utility.pyo
-${PYSITELIB}/nihtest/__init__.py
-${PYSITELIB}/nihtest/__init__.pyc
-${PYSITELIB}/nihtest/__init__.pyo
-${PYSITELIB}/nihtest/__main__.py
-${PYSITELIB}/nihtest/__main__.pyc
-${PYSITELIB}/nihtest/__main__.pyo
-man/man1/nihtest-${PYVERSSUFFIX}.1
-man/man5/nihtest-case-${PYVERSSUFFIX}.5
-man/man5/nihtest.conf-${PYVERSSUFFIX}.5


Home | Main Index | Thread Index | Old Index