1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/biology/py-gtfparse/Makefile
Yuri Victorovich 1856336100 biology/py-gtfparse: Update 1.2.0 -> 1.2.1
Reported by:	portscout
2020-08-07 04:13:00 +00:00

23 lines
429 B
Makefile

# $FreeBSD$
PORTNAME= gtfparse
DISTVERSION= 1.2.1
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Parsing tools for GTF (gene transfer format) files
LICENSE= APACHE20
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.15:math/py-pandas@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>