pkgsrc-WIP-changes archive

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

py-cutadapt: Add py-dnaio dep



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Oct 10 15:14:27 2019 -0500
Changeset:	5af07b86556622159a6b1dca8480cda6816d1693

Modified Files:
	py-cutadapt/Makefile

Log Message:
py-cutadapt: Add py-dnaio dep

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

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

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

diffs:
diff --git a/py-cutadapt/Makefile b/py-cutadapt/Makefile
index 14792fbed4..27fcef4e39 100644
--- a/py-cutadapt/Makefile
+++ b/py-cutadapt/Makefile
@@ -14,10 +14,11 @@ MAINTAINER=	bacon%NetBSD.org@localhost
 COMMENT=	Finds and removes adapter sequences, primers, poly-A tails, etc
 LICENSE=	mit
 
-DEPENDS+=	${PYPKGPREFIX}-xopen>=0:../../devel/py-xopen
+DEPENDS+=	${PYPKGPREFIX}-xopen>=0.8.2:../../wip/py-xopen \
+		${PYPKGPREFIX}-dnaio>=0.3:../../wip/py-dnaio
 
 USE_LANGUAGES=	c
-PYDISTUTILSPKG=	yes
+# PYDISTUTILSPKG=	yes
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index