pkgsrc-WIP-changes archive

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

py-dnaio: Sync improvements from biology/py-dnaio



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Feb 7 08:47:24 2024 -0600
Changeset:	8818a4b8ced35cecc0efefc36ee73cb8a92b14fa

Modified Files:
	py-dnaio/Makefile

Log Message:
py-dnaio: Sync improvements from biology/py-dnaio

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

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

diffstat:
 py-dnaio/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-dnaio/Makefile b/py-dnaio/Makefile
index c2c4afc565..5aa6d838b8 100644
--- a/py-dnaio/Makefile
+++ b/py-dnaio/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	dnaio-1.2.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	biology
+CATEGORIES=	biology python
 MASTER_SITES=	${MASTER_SITE_PYPI:=d/dnaio/}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
@@ -10,5 +10,11 @@ HOMEPAGE=	https://github.com/marcelm/dnaio
 COMMENT=	Read and write FASTQ and FASTA files
 LICENSE=	mit
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+=	${PYPKGPREFIX}-cython>=0.29.20:../../devel/py-cython
+DEPENDS+=	${PYPKGPREFIX}-xopen>=1.4.0:../../devel/py-xopen
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index