pkgsrc/biology/py-dnaio/Makefile
wiz 8a9cb53cf6 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:52:30 +00:00

22 lines
668 B
Makefile

# $NetBSD: Makefile,v 1.6 2022/01/04 20:52:35 wiz Exp $
DISTNAME= dnaio-0.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= biology python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dnaio/}
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= https://github.com/marcelm/dnaio
COMMENT= Read and write FASTQ and FASTA files
LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-xopen>=0.8.2:../../devel/py-xopen
# py-xopen and
# "TypeError: 'encoding' is an invalid keyword argument for this function"
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"