pkgsrc-WIP-changes archive

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

py-htseq: set allowed python versions



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri Jul 28 04:58:18 2023 +0200
Changeset:	c5556e144622609648669b0a4a38039d8aab7a0d

Modified Files:
	py-htseq/Makefile

Log Message:
py-htseq: set allowed python versions

use standard DEPENDS syntax

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

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

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

diffs:
diff --git a/py-htseq/Makefile b/py-htseq/Makefile
index 9239627f53..c8084b8c78 100644
--- a/py-htseq/Makefile
+++ b/py-htseq/Makefile
@@ -22,12 +22,14 @@ HOMEPAGE=	https://pypi.python.org/project/htseq/
 COMMENT=	Python library to facilitate programmatic analysis of sequence data
 LICENSE=	gnu-gpl-v3
 
-DEPENDS=	${PYPKGPREFIX}-pysam>0:../../wip/py-pysam \
-		${PYPKGPREFIX}-matplotlib>=1.4.3:../../graphics/py-matplotlib
+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 \
-		${PYPKGPREFIX}-pandas>=1.1.0:../../math/py-pandas \
-		${PYPKGPREFIX}-matplotlib>=1.4:../../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
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
 
 # Just assuming C and C++: Adjust this!
 USE_LANGUAGES=	c c++


Home | Main Index | Thread Index | Old Index