pkgsrc-WIP-changes archive

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

py-multiqc: Clean up Makefile and document patch



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Jul 19 18:51:19 2023 -0500
Changeset:	2041a6ed1e3366538b3c31d7f596c257743435fe

Modified Files:
	py-multiqc/Makefile
	py-multiqc/distinfo
	py-multiqc/patches/patch-multiqc_multiqc.py

Log Message:
py-multiqc: Clean up Makefile and document patch

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

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

diffstat:
 py-multiqc/Makefile                         | 11 ++++-------
 py-multiqc/distinfo                         |  1 +
 py-multiqc/patches/patch-multiqc_multiqc.py |  2 ++
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-multiqc/Makefile b/py-multiqc/Makefile
index a9ed5bac74..c1990ee4fa 100644
--- a/py-multiqc/Makefile
+++ b/py-multiqc/Makefile
@@ -9,7 +9,7 @@
 # Unconverted and partially converted FreeBSD port syntax:
 
 # Need to package these deps
-# RUN_DEPENDS=	${PYNUMPY} \
+# RUN_DEPENDS=	
 #		${PYPKGPREFIX}-rich-click>0:devel/py-rich-click@${PY_FLAVOR}
 #		${PYPKGPREFIX}-lzstring>0:archivers/py-lzstring@${PY_FLAVOR}
 #		${PYPKGPREFIX}-spectra>=0.0.10:graphics/py-spectra@${PY_FLAVOR}
@@ -38,14 +38,11 @@ DEPENDS+=	${PYPKGPREFIX}-kiwisolver>=1.0.1:../../math/py-kiwisolver
 DEPENDS+=	${PYPKGPREFIX}-colormath>0:../../wip/py-colormath
 
 post-patch:
-	@${RM} ${WRKSRC}/multiqc/utils/config.py.orig
+	${RM} ${WRKSRC}/multiqc/utils/config.py.orig
 
 # Verify that we shouldn't use distutils.mk or extensions.mk instead.
 .include "../../lang/python/egg.mk"
-# Convert any _DEPENDS above that have a buildlink3.mk
-# .include "../..///buildlink3.mk"
+.include "../../math/py-numpy/buildlink3.mk"
 # Based on USES=python.  Check this.
-.include "../../lang/python/application.mk"
-# CentOS doesn't have zlib in the base, so uncomment if needed.
-# .include "../../devel/zlib/buildlink3.mk"
+# .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-multiqc/distinfo b/py-multiqc/distinfo
index 4aa1775c35..0cc0db11ff 100644
--- a/py-multiqc/distinfo
+++ b/py-multiqc/distinfo
@@ -3,3 +3,4 @@ $NetBSD$
 BLAKE2s (multiqc-1.14.tar.gz) = c242a4114ee7e84cb98c646d997d29445ad0886c6345c88a5189be4ebf986d20
 SHA512 (multiqc-1.14.tar.gz) = 4dca7bcc94ae1906812046984c2aee0d48ec58987483b27a29c473798f4ed06ded33d0b7e1a46c71642392c6c39f7cc1cee6d97cfdabd80c42eb519be7c86e9f
 Size (multiqc-1.14.tar.gz) = 1054868 bytes
+SHA1 (patch-multiqc_multiqc.py) = 666b3c1a7af2a05582d38540fbfdc32a264120ff
diff --git a/py-multiqc/patches/patch-multiqc_multiqc.py b/py-multiqc/patches/patch-multiqc_multiqc.py
index eaf391b216..f3f0abd21a 100644
--- a/py-multiqc/patches/patch-multiqc_multiqc.py
+++ b/py-multiqc/patches/patch-multiqc_multiqc.py
@@ -1,5 +1,7 @@
 $NetBSD$
 
+# Ensure proper terminal output
+
 --- multiqc/multiqc.py.orig	2023-05-11 13:19:10 UTC
 +++ multiqc/multiqc.py
 @@ -24,7 +24,13 @@ from urllib.request import urlopen


Home | Main Index | Thread Index | Old Index