freebsd-ports/biology/py-bcbio-gff/Makefile
Jason W. Bacon efaa7cc98f biology/py-bcbio-gff: Update to 0.7.0
Fix compatibility with biopython 1.81

Changes: https://github.com/chapmanb/bcbb/commits/master

Reported by:    portscout
2023-03-16 17:32:06 -05:00

17 lines
406 B
Makefile

PORTNAME= bcbio-gff
DISTVERSION= 0.7.0
CATEGORIES= biology python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwb@FreeBSD.org
COMMENT= Read and write Generic Feature Format (GFF) with Biopython integration
WWW= https://pypi.python.org/project/bcbio-gff/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>