mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
cf118ccf87
Reported by: lwhsu
21 lines
421 B
Makefile
21 lines
421 B
Makefile
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:3.7+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|