pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/biology/py-cutadapt
Module Name: pkgsrc
Committed By: wiz
Date: Sun Feb 18 11:14:08 UTC 2024
Modified Files:
pkgsrc/biology/py-cutadapt: Makefile
Log Message:
py-cutadapt: add missing tool
Remove egg.mk leftover.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/biology/py-cutadapt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/biology/py-cutadapt/Makefile
diff -u pkgsrc/biology/py-cutadapt/Makefile:1.11 pkgsrc/biology/py-cutadapt/Makefile:1.12
--- pkgsrc/biology/py-cutadapt/Makefile:1.11 Sat Feb 10 13:12:35 2024
+++ pkgsrc/biology/py-cutadapt/Makefile Sun Feb 18 11:14:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/02/10 13:12:35 bacon Exp $
+# $NetBSD: Makefile,v 1.12 2024/02/18 11:14:08 wiz Exp $
DISTNAME= cutadapt-4.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT= Find and remove adapter sequenc
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
# needed for python 3.11 as of cutadapt 3.5 release
TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
DEPENDS+= ${PYPKGPREFIX}-xopen>=1.6.0:../../devel/py-xopen
@@ -18,8 +19,6 @@ DEPENDS+= ${PYPKGPREFIX}-dnaio>=0.10.0:.
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-xopen
-USE_PKG_RESOURCES= yes
-
PYTHON_SELF_CONFLICT= yes
.include "../../lang/python/wheel.mk"
Home |
Main Index |
Thread Index |
Old Index