pkgsrc-WIP-changes archive

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

py-nethsm: fix package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Oct 30 08:04:17 2023 +0100
Changeset:	7835475008e5023024a034ce77fd1f92deb1f763

Modified Files:
	py-nethsm/Makefile
Removed Files:
	py-nethsm/TODO

Log Message:
py-nethsm: fix package

Hint from adam@

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

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

diffstat:
 py-nethsm/Makefile | 2 ++
 py-nethsm/TODO     | 9 ---------
 2 files changed, 2 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-nethsm/Makefile b/py-nethsm/Makefile
index 66745ec8d1..b7b9f3b8ac 100644
--- a/py-nethsm/Makefile
+++ b/py-nethsm/Makefile
@@ -16,5 +16,7 @@ USE_LANGUAGES=	# none
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
+IGNORE_INFO_DIRS=	${PYSITELIB}/nethsm/client/paths/info
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-nethsm/TODO b/py-nethsm/TODO
deleted file mode 100644
index 44f8a27936..0000000000
--- a/py-nethsm/TODO
+++ /dev/null
@@ -1,9 +0,0 @@
-=> Checking file-check results for py311-nethsm-0.4.0
-ERROR: ************************************************************
-ERROR: The following files are in the PLIST but not in /scratch/security/py-nethsm/work/.destdir/usr/pkg:
-ERROR:         /scratch/security/py-nethsm/work/.destdir/usr/pkg/lib/python3.11/site-packages/nethsm/client/paths/info/__init__.pyc
-ERROR:         /scratch/security/py-nethsm/work/.destdir/usr/pkg/lib/python3.11/site-packages/nethsm/client/paths/info/__init__.pyo
-ERROR: ************************************************************
-ERROR: The following files are in /scratch/security/py-nethsm/work/.destdir/usr/pkg but not in the PLIST:
-ERROR:         /scratch/security/py-nethsm/work/.destdir/usr/pkg/lib/python3.11/site-packages/nethsm/client/paths/info/__pycache__/__init__.cpython-311.opt-1.pyc
-ERROR:         /scratch/security/py-nethsm/work/.destdir/usr/pkg/lib/python3.11/site-packages/nethsm/client/paths/info/__pycache__/__init__.cpython-311.pyc


Home | Main Index | Thread Index | Old Index