pkgsrc-WIP-changes archive

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

py-cutadapt: Fix dnaio and xopen dep versions



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Feb 6 12:22:48 2021 -0600
Changeset:	a2381c903c8b5d3b16daadf6fd6c9307eb899067

Modified Files:
	py-cutadapt/Makefile

Log Message:
py-cutadapt: Fix dnaio and xopen dep versions

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

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

diffstat:
 py-cutadapt/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-cutadapt/Makefile b/py-cutadapt/Makefile
index b7a5da3317..52973bbfc3 100644
--- a/py-cutadapt/Makefile
+++ b/py-cutadapt/Makefile
@@ -10,8 +10,8 @@ HOMEPAGE=	https://cutadapt.readthedocs.io/en/stable/
 COMMENT=	Find and remove adapter sequences, primers, poly-A tails, etc
 LICENSE=	mit
 
-DEPENDS+=	${PYPKGPREFIX}-xopen>=0.8.2:../../devel/py-xopen
-DEPENDS+=	${PYPKGPREFIX}-dnaio>=0.3:../../wip/py-dnaio
+DEPENDS+=	${PYPKGPREFIX}-xopen>=1.0.0:../../devel/py-xopen
+DEPENDS+=	${PYPKGPREFIX}-dnaio>=0.5.0:../../wip/py-dnaio
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index