pkgsrc-WIP-changes archive

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

py-htseq: Clean up, test on Alma 8



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sun Jul 30 07:52:19 2023 -0500
Changeset:	665587e7cb26335814d6523967a1220993945e92

Modified Files:
	py-htseq/Makefile

Log Message:
py-htseq: Clean up, test on Alma 8

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

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

diffstat:
 py-htseq/Makefile | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-htseq/Makefile b/py-htseq/Makefile
index c8084b8c78..c37ad9d66d 100644
--- a/py-htseq/Makefile
+++ b/py-htseq/Makefile
@@ -26,17 +26,14 @@ DEPENDS+=	${PYPKGPREFIX}-pysam>0:../../wip/py-pysam
 DEPENDS+=	${PYPKGPREFIX}-matplotlib>=1.4.3:../../graphics/py-matplotlib
 
 TEST_DEPENDS=	${PYPKGPREFIX}-scipy>1.5.0:../../math/py-scipy
-TEST_DEPENDS=	${PYPKGPREFIX}-pandas>=1.1.0:../../math/py-pandas
-TEST_DEPENDS=	${PYPKGPREFIX}-matplotlib>=1.4:../../graphics/py-matplotlib
+TEST_DEPENDS+=	${PYPKGPREFIX}-pandas>=1.1.0:../../math/py-pandas
+TEST_DEPENDS+=	${PYPKGPREFIX}-matplotlib>=1.4:../../graphics/py-matplotlib
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 38
-
-# Just assuming C and C++: Adjust this!
 USE_LANGUAGES=	c c++
 
-# Verify that we shouldn't use distutils.mk or extensions.mk instead.
+# Inherited from py-matplotlib
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
+
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
-# CentOS doesn't have zlib in the base, so uncomment if needed.
-# .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index