py-cutadapt: add missing tool

Remove egg.mk leftover.
This commit is contained in:
wiz 2024-02-18 11:14:08 +00:00
parent 41756acae8
commit 06ba4c3f2c

View file

@ -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 sequences, primers, poly-A tails, etc
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:../../biology/py-dnaio
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-xopen
USE_PKG_RESOURCES= yes
PYTHON_SELF_CONFLICT= yes
.include "../../lang/python/wheel.mk"